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.

115 lines
3.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "browserify-aes@^1.0.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-cipher"
  6. ]
  7. ],
  8. "_from": "browserify-aes@>=1.0.4 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "browserify-aes@1.2.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/browserify-aes",
  14. "_nodeVersion": "8.11.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/browserify-aes_1.2.0_1522765396670_0.4253645800545085"
  18. },
  19. "_npmUser": {
  20. "email": "calvin.metcalf@gmail.com",
  21. "name": "cwmma"
  22. },
  23. "_npmVersion": "5.8.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "browserify-aes",
  27. "raw": "browserify-aes@^1.0.4",
  28. "rawSpec": "^1.0.4",
  29. "scope": null,
  30. "spec": ">=1.0.4 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/browserify-cipher",
  35. "/parse-asn1"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
  38. "_shasum": "326734642f403dabc3003209853bb70ad428ef48",
  39. "_shrinkwrap": null,
  40. "_spec": "browserify-aes@^1.0.4",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-cipher",
  42. "author": "",
  43. "browser": "browser.js",
  44. "bugs": {
  45. "url": "https://github.com/crypto-browserify/browserify-aes/issues"
  46. },
  47. "dependencies": {
  48. "buffer-xor": "^1.0.3",
  49. "cipher-base": "^1.0.0",
  50. "create-hash": "^1.1.0",
  51. "evp_bytestokey": "^1.0.3",
  52. "inherits": "^2.0.1",
  53. "safe-buffer": "^5.0.1"
  54. },
  55. "description": "aes, for browserify",
  56. "devDependencies": {
  57. "standard": "^9.0.0",
  58. "tap-spec": "^4.1.1",
  59. "tape": "^4.6.3"
  60. },
  61. "directories": {
  62. "test": "test"
  63. },
  64. "dist": {
  65. "fileCount": 22,
  66. "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
  67. "shasum": "326734642f403dabc3003209853bb70ad428ef48",
  68. "tarball": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
  69. "unpackedSize": 29767
  70. },
  71. "gitHead": "aff6836a7017aa9e55289aec357ddb199e15bd98",
  72. "homepage": "https://github.com/crypto-browserify/browserify-aes",
  73. "keywords": [
  74. "aes",
  75. "browserify",
  76. "crypto"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "name": "cwmma",
  83. "email": "calvin.metcalf@gmail.com"
  84. },
  85. {
  86. "name": "dcousens",
  87. "email": "email@dcousens.com"
  88. },
  89. {
  90. "name": "dominictarr",
  91. "email": "dominic.tarr@gmail.com"
  92. },
  93. {
  94. "name": "indutny",
  95. "email": "fedor@indutny.com"
  96. },
  97. {
  98. "name": "jprichardson",
  99. "email": "jprichardson@gmail.com"
  100. }
  101. ],
  102. "name": "browserify-aes",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git://github.com/crypto-browserify/browserify-aes.git"
  108. },
  109. "scripts": {
  110. "standard": "standard",
  111. "test": "npm run standard && npm run unit",
  112. "unit": "node test/index.js | tspec"
  113. },
  114. "version": "1.2.0"
  115. }