選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

102 行
2.6 KiB

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