You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "browserify-aes@^1.0.4",
  3. "_id": "browserify-aes@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
  6. "_location": "/browserify-aes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "browserify-aes@^1.0.4",
  12. "name": "browserify-aes",
  13. "escapedName": "browserify-aes",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/browserify-cipher",
  20. "/parse-asn1"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
  23. "_shasum": "326734642f403dabc3003209853bb70ad428ef48",
  24. "_spec": "browserify-aes@^1.0.4",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/browserify-cipher",
  26. "author": "",
  27. "browser": "browser.js",
  28. "bugs": {
  29. "url": "https://github.com/crypto-browserify/browserify-aes/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "buffer-xor": "^1.0.3",
  34. "cipher-base": "^1.0.0",
  35. "create-hash": "^1.1.0",
  36. "evp_bytestokey": "^1.0.3",
  37. "inherits": "^2.0.1",
  38. "safe-buffer": "^5.0.1"
  39. },
  40. "deprecated": false,
  41. "description": "aes, for browserify",
  42. "devDependencies": {
  43. "standard": "^9.0.0",
  44. "tap-spec": "^4.1.1",
  45. "tape": "^4.6.3"
  46. },
  47. "directories": {
  48. "test": "test"
  49. },
  50. "homepage": "https://github.com/crypto-browserify/browserify-aes",
  51. "keywords": [
  52. "aes",
  53. "crypto",
  54. "browserify"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "browserify-aes",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/crypto-browserify/browserify-aes.git"
  62. },
  63. "scripts": {
  64. "standard": "standard",
  65. "test": "npm run standard && npm run unit",
  66. "unit": "node test/index.js | tspec"
  67. },
  68. "version": "1.2.0"
  69. }