Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "pbkdf2@^3.0.3",
  3. "_id": "pbkdf2@3.0.17",
  4. "_inBundle": false,
  5. "_integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==",
  6. "_location": "/pbkdf2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pbkdf2@^3.0.3",
  12. "name": "pbkdf2",
  13. "escapedName": "pbkdf2",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/crypto-browserify",
  20. "/parse-asn1"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz",
  23. "_shasum": "976c206530617b14ebb32114239f7b09336e93a6",
  24. "_spec": "pbkdf2@^3.0.3",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/crypto-browserify",
  26. "author": {
  27. "name": "Daniel Cousens"
  28. },
  29. "browser": {
  30. "./index.js": "./browser.js",
  31. "./lib/sync.js": "./lib/sync-browser.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/crypto-browserify/pbkdf2/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "create-hash": "^1.1.2",
  39. "create-hmac": "^1.1.4",
  40. "ripemd160": "^2.0.1",
  41. "safe-buffer": "^5.0.1",
  42. "sha.js": "^2.4.8"
  43. },
  44. "deprecated": false,
  45. "description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",
  46. "devDependencies": {
  47. "benchmark": "^2.1.4",
  48. "browserify": "*",
  49. "nyc": "^6.4.0",
  50. "standard": "*",
  51. "tape": "^4.5.1"
  52. },
  53. "engines": {
  54. "node": ">=0.12"
  55. },
  56. "files": [
  57. "browser.js",
  58. "index.js",
  59. "lib/"
  60. ],
  61. "homepage": "https://github.com/crypto-browserify/pbkdf2",
  62. "keywords": [
  63. "pbkdf2",
  64. "kdf",
  65. "salt",
  66. "hash"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "pbkdf2",
  71. "nyc": {
  72. "exclude": [
  73. "lib/async.js",
  74. "test/bundle.js"
  75. ]
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/crypto-browserify/pbkdf2.git"
  80. },
  81. "scripts": {
  82. "bench": "node bench/",
  83. "bundle-test": "browserify test/index.js > test/bundle.js",
  84. "coverage": "nyc --check-coverage --branches 95 --functions 95 tape test/*.js",
  85. "coverage-html": "nyc report --reporter=html",
  86. "coverage-report": "nyc report --reporter=lcov",
  87. "lint": "standard",
  88. "prepublish": "npm run test",
  89. "test": "npm run lint && npm run unit",
  90. "unit": "tape test/*.js"
  91. },
  92. "standard": {
  93. "ignore": [
  94. "test/bundle.js"
  95. ]
  96. },
  97. "version": "3.0.17"
  98. }