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.

101 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "sha.js@^2.4.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/create-hash"
  6. ]
  7. ],
  8. "_from": "sha.js@>=2.4.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "sha.js@2.4.11",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/sha.js",
  14. "_nodeVersion": "9.8.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/sha.js_2.4.11_1521506126147_0.8013128166429841"
  18. },
  19. "_npmUser": {
  20. "email": "npm@dcousens.com",
  21. "name": "dcousens"
  22. },
  23. "_npmVersion": "5.7.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "sha.js",
  27. "raw": "sha.js@^2.4.0",
  28. "rawSpec": "^2.4.0",
  29. "scope": null,
  30. "spec": ">=2.4.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/create-hash",
  35. "/create-hmac",
  36. "/pbkdf2"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
  39. "_shasum": "37a5cf0b81ecbc6943de109ba2960d1b26584ae7",
  40. "_shrinkwrap": null,
  41. "_spec": "sha.js@^2.4.0",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/create-hash",
  43. "author": {
  44. "email": "dominic.tarr@gmail.com",
  45. "name": "Dominic Tarr",
  46. "url": "dominictarr.com"
  47. },
  48. "bin": {
  49. "sha.js": "./bin.js"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/crypto-browserify/sha.js/issues"
  53. },
  54. "dependencies": {
  55. "inherits": "^2.0.1",
  56. "safe-buffer": "^5.0.1"
  57. },
  58. "description": "Streamable SHA hashes in pure javascript",
  59. "devDependencies": {
  60. "buffer": "~2.3.2",
  61. "hash-test-vectors": "^1.3.1",
  62. "standard": "^10.0.2",
  63. "tape": "~2.3.2",
  64. "typedarray": "0.0.6"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "fileCount": 16,
  69. "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
  70. "shasum": "37a5cf0b81ecbc6943de109ba2960d1b26584ae7",
  71. "tarball": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
  72. "unpackedSize": 31084
  73. },
  74. "gitHead": "105bfe57c69e13c83fcf7a6ca660dd984cb291bf",
  75. "homepage": "https://github.com/crypto-browserify/sha.js",
  76. "license": "(MIT AND BSD-3-Clause)",
  77. "maintainers": [
  78. {
  79. "name": "dcousens",
  80. "email": "email@dcousens.com"
  81. },
  82. {
  83. "name": "dominictarr",
  84. "email": "dominic.tarr@gmail.com"
  85. }
  86. ],
  87. "name": "sha.js",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/crypto-browserify/sha.js.git"
  93. },
  94. "scripts": {
  95. "lint": "standard",
  96. "prepublish": "npm ls && npm run unit",
  97. "test": "npm run lint && npm run unit",
  98. "unit": "set -e; for t in test/*.js; do node $t; done;"
  99. },
  100. "version": "2.4.11"
  101. }