package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. "pbkdf2@^3.0.3",
  5. "/home/seleznev/project Angular/Quality system/node_modules/crypto-browserify"
  6. ]
  7. ],
  8. "_from": "pbkdf2@>=3.0.3 <4.0.0",
  9. "_id": "pbkdf2@3.0.16",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/pbkdf2",
  13. "_nodeVersion": "9.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/pbkdf2_3.0.16_1524184085510_0.8071036494702566"
  17. },
  18. "_npmUser": {
  19. "email": "npm@dcousens.com",
  20. "name": "dcousens"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "pbkdf2",
  26. "raw": "pbkdf2@^3.0.3",
  27. "rawSpec": "^3.0.3",
  28. "scope": null,
  29. "spec": ">=3.0.3 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/crypto-browserify",
  34. "/parse-asn1"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.16.tgz",
  37. "_shasum": "7404208ec6b01b62d85bf83853a8064f8d9c2a5c",
  38. "_shrinkwrap": null,
  39. "_spec": "pbkdf2@^3.0.3",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/crypto-browserify",
  41. "author": {
  42. "name": "Daniel Cousens"
  43. },
  44. "browser": {
  45. "./index.js": "./browser.js",
  46. "./lib/sync.js": "./lib/sync-browser.js"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/crypto-browserify/pbkdf2/issues"
  50. },
  51. "dependencies": {
  52. "create-hash": "^1.1.2",
  53. "create-hmac": "^1.1.4",
  54. "ripemd160": "^2.0.1",
  55. "safe-buffer": "^5.0.1",
  56. "sha.js": "^2.4.8"
  57. },
  58. "description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",
  59. "devDependencies": {
  60. "benchmark": "^2.1.4",
  61. "browserify": "*",
  62. "nyc": "^6.4.0",
  63. "standard": "*",
  64. "tape": "^4.5.1"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "fileCount": 10,
  69. "integrity": "sha512-y4CXP3thSxqf7c0qmOF+9UeOTrifiVTIM+u7NWlq+PRsHbr7r7dpCmvzrZxa96JJUNi0Y5w9VqG5ZNeCVMoDcA==",
  70. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2TQWCRA9TVsSAnZWagAA0O0P/3r6y0M6VB9legSbh/iX\nSjbNsfrx7HRuulyegi9yiQ2w8dK6SxYw2xYgS+pKttltsgrCGuFXYO2uaZlf\nE3YmTRu4wiGgKBqmEa6mIeNtnhMx6TjnM5mkN1oWLo8SUURjiHwF4cWwBTmn\nslTPvR1v/eJ7ys3dKPMc8FSC0aRJ79dSMFwnQWHsB0adEXsrpTOAtnJ+xfRD\nhTpYazJl2WMSv8RPGK45QCHPIuW77hmNwKYYTcTSQdjDGrr7kwbh2JeKOqDB\nJCApIIkHZSobT2RAEb91QMMNI7wfiyjLjUBA2LjR/29n1iatADVk6dzqAMCb\nWs2tyMol0z5XMy4QRbxK9ehga3DZ+HczKVtaATY6vVCfjMZDY5ApbkWvft4h\nxVst141+7BzpaSwoLm/g7qGYJ0XLIlBMeeeavfILk50fxDJCsCLHJL/OZ0/d\nJTgLKAvXbEYfjyzv0fmXm7z8eIJpMkBR5npDoZt9vUqMv3Osp7YYQFDd0bzb\nKTikQynJiBXR+7xq9nAwiUam8HCCjveP1udR2N60jAUAR05OMF3aGgm5bjtg\nXJoL4LzCFcgJCzcOA994XXjP1S63yzphdVux8U4//hqghDQ4/GQknGsSlGvr\nh04GfchniWG6oMqP6Qx580Cpmqf495Nxwn/Lmo4dTNYe50k6Z93WkrH9QQqm\n/8Xg\r\n=95nC\r\n-----END PGP SIGNATURE-----\r\n",
  71. "shasum": "7404208ec6b01b62d85bf83853a8064f8d9c2a5c",
  72. "tarball": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.16.tgz",
  73. "unpackedSize": 12836
  74. },
  75. "engines": {
  76. "node": ">=0.12"
  77. },
  78. "files": [
  79. "browser.js",
  80. "index.js",
  81. "lib/"
  82. ],
  83. "gitHead": "6c0b9049ab83517de9cc2e17f516cc893c8054cd",
  84. "homepage": "https://github.com/crypto-browserify/pbkdf2",
  85. "keywords": [
  86. "hash",
  87. "kdf",
  88. "pbkdf2",
  89. "salt"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "maintainers": [
  94. {
  95. "name": "cwmma",
  96. "email": "calvin.metcalf@gmail.com"
  97. },
  98. {
  99. "name": "dcousens",
  100. "email": "email@dcousens.com"
  101. },
  102. {
  103. "name": "dominictarr",
  104. "email": "dominic.tarr@gmail.com"
  105. },
  106. {
  107. "name": "fundon",
  108. "email": "cfddream@gmail.com"
  109. },
  110. {
  111. "name": "indutny",
  112. "email": "fedor@indutny.com"
  113. },
  114. {
  115. "name": "jprichardson",
  116. "email": "jprichardson@gmail.com"
  117. }
  118. ],
  119. "name": "pbkdf2",
  120. "nyc": {
  121. "exclude": [
  122. "lib/async.js",
  123. "test/bundle.js"
  124. ]
  125. },
  126. "optionalDependencies": {},
  127. "readme": "ERROR: No README data found!",
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/crypto-browserify/pbkdf2.git"
  131. },
  132. "scripts": {
  133. "bench": "node bench/",
  134. "bundle-test": "browserify test/index.js > test/bundle.js",
  135. "coverage": "nyc --check-coverage --branches 95 --functions 95 tape test/*.js",
  136. "coverage-html": "nyc report --reporter=html",
  137. "coverage-report": "nyc report --reporter=lcov",
  138. "lint": "standard",
  139. "prepublish": "npm run test",
  140. "test": "npm run lint && npm run unit",
  141. "unit": "tape test/*.js"
  142. },
  143. "standard": {
  144. "ignore": [
  145. "test/bundle.js"
  146. ]
  147. },
  148. "version": "3.0.16"
  149. }