package.json 2.9 KB

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