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.

141 lines
4.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "pbkdf2@^3.0.3",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify"
  6. ]
  7. ],
  8. "_from": "pbkdf2@>=3.0.3 <4.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "pbkdf2@3.0.17",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/pbkdf2",
  14. "_nodeVersion": "10.8.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/pbkdf2_3.0.17_1537879887360_0.9800817100870836"
  18. },
  19. "_npmUser": {
  20. "email": "calvin.metcalf@gmail.com",
  21. "name": "cwmma"
  22. },
  23. "_npmVersion": "6.4.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "pbkdf2",
  27. "raw": "pbkdf2@^3.0.3",
  28. "rawSpec": "^3.0.3",
  29. "scope": null,
  30. "spec": ">=3.0.3 <4.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/crypto-browserify",
  35. "/parse-asn1"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz",
  38. "_shasum": "976c206530617b14ebb32114239f7b09336e93a6",
  39. "_shrinkwrap": null,
  40. "_spec": "pbkdf2@^3.0.3",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify",
  42. "author": {
  43. "name": "Daniel Cousens"
  44. },
  45. "browser": {
  46. "./index.js": "./browser.js",
  47. "./lib/sync.js": "./lib/sync-browser.js"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/crypto-browserify/pbkdf2/issues"
  51. },
  52. "dependencies": {
  53. "create-hash": "^1.1.2",
  54. "create-hmac": "^1.1.4",
  55. "ripemd160": "^2.0.1",
  56. "safe-buffer": "^5.0.1",
  57. "sha.js": "^2.4.8"
  58. },
  59. "description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",
  60. "devDependencies": {
  61. "benchmark": "^2.1.4",
  62. "browserify": "*",
  63. "nyc": "^6.4.0",
  64. "standard": "*",
  65. "tape": "^4.5.1"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "fileCount": 10,
  70. "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==",
  71. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqi9QCRA9TVsSAnZWagAATtcP/jydiGnt8YdK/hXpZijw\nxiB4zgKRxu4NsIKAv3YzjlsoP3x2GkrGyCQ5x4AOWjrkUn+vHZtePhxvsxcg\nRUKz1b5nkjmz8SdsycU8p25u881SvTfLDAMISBaIFdXMR1fOoCzwF2nSXfoh\nBhByl9jsx3Hv5A6/t82X/8phC3m3MFmE1z8ZyaptVWsJAxf16bfUYT7WsY8r\nf6cM5+EENnLvyI7MTVewlzdW4mtcZbRx4v4MyZzj+gLpPBiWKR6KrPNSzBtK\ntoClSbd+vrb8FKmktSyXIi6PCSsi2RNhjZ2JonJiyWgwJABe13drHZ5YLlr3\nnlBlsVuhyXgwF6P2tXUyKvZOgVdCAbXl9sJbPjLyS+hPEit+HjG6Rm8kv2jj\nDa6r8o1ndccXIsCB0KTOvju+toGXfUGIYrZEAPqwMoHO41pachWuVFi1DWC0\nTiXD7WYQaZSPurMc2pe//BEyF3T86cEufnoF7qxPZ0HmWLINt1yGQ1AnKHbi\n0C+4nfWfkYerkZiaBsYXHiA5D1B46dXR5G+E5vT3UujZqm0K6P/Atcsd+51+\nP9qcxM1b2S+5mwEmV4SIhXc+opzxed6RrWz611IhObGPFtlLJnkm9VP/DYJg\n5U9Jqw7yrDOrpXctVk3weplZ59JczmhcZtX/s23od5Vl8WDIvcb29gPGwp53\n6Bsw\r\n=HKsg\r\n-----END PGP SIGNATURE-----\r\n",
  72. "shasum": "976c206530617b14ebb32114239f7b09336e93a6",
  73. "tarball": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz",
  74. "unpackedSize": 12927
  75. },
  76. "engines": {
  77. "node": ">=0.12"
  78. },
  79. "gitHead": "dadbcb741111f0ed165951d53028f2358e0e0a1c",
  80. "homepage": "https://github.com/crypto-browserify/pbkdf2",
  81. "keywords": [
  82. "hash",
  83. "kdf",
  84. "pbkdf2",
  85. "salt"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "name": "cwmma",
  92. "email": "calvin.metcalf@gmail.com"
  93. },
  94. {
  95. "name": "dcousens",
  96. "email": "npm@dcousens.com"
  97. },
  98. {
  99. "name": "fundon",
  100. "email": "cfddream@gmail.com"
  101. },
  102. {
  103. "name": "indutny",
  104. "email": "fedor@indutny.com"
  105. },
  106. {
  107. "name": "jprichardson",
  108. "email": "jprichardson@gmail.com"
  109. }
  110. ],
  111. "name": "pbkdf2",
  112. "nyc": {
  113. "exclude": [
  114. "lib/async.js",
  115. "test/bundle.js"
  116. ]
  117. },
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/crypto-browserify/pbkdf2.git"
  123. },
  124. "scripts": {
  125. "bench": "node bench/",
  126. "bundle-test": "browserify test/index.js > test/bundle.js",
  127. "coverage": "nyc --check-coverage --branches 95 --functions 95 tape test/*.js",
  128. "coverage-html": "nyc report --reporter=html",
  129. "coverage-report": "nyc report --reporter=lcov",
  130. "lint": "standard",
  131. "prepublish": "npm run test",
  132. "test": "npm run lint && npm run unit",
  133. "unit": "tape test/*.js"
  134. },
  135. "standard": {
  136. "ignore": [
  137. "test/bundle.js"
  138. ]
  139. },
  140. "version": "3.0.17"
  141. }