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.

106 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "hash-base@^3.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/md5.js"
  6. ]
  7. ],
  8. "_from": "hash-base@>=3.0.0 <4.0.0",
  9. "_id": "hash-base@3.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/hash-base",
  13. "_nodeVersion": "7.10.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/hash-base-3.0.4.tgz_1495616777218_0.30660409457050264"
  17. },
  18. "_npmUser": {
  19. "email": "email@dcousens.com",
  20. "name": "dcousens"
  21. },
  22. "_npmVersion": "4.6.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "hash-base",
  26. "raw": "hash-base@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/md5.js",
  34. "/ripemd160"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
  37. "_shasum": "5fc8686847ecd73499403319a6b0a3f3f6ae4918",
  38. "_shrinkwrap": null,
  39. "_spec": "hash-base@^3.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/md5.js",
  41. "author": {
  42. "email": "fanatid@ya.ru",
  43. "name": "Kirill Fomichev",
  44. "url": "https://github.com/fanatid"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/crypto-browserify/hash-base/issues"
  48. },
  49. "dependencies": {
  50. "inherits": "^2.0.1",
  51. "safe-buffer": "^5.0.1"
  52. },
  53. "description": "abstract base class for hash-streams",
  54. "devDependencies": {
  55. "nyc": "^8.3.2",
  56. "standard": "*",
  57. "tape": "^4.2.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "5fc8686847ecd73499403319a6b0a3f3f6ae4918",
  62. "tarball": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz"
  63. },
  64. "engines": {
  65. "node": ">=4"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "d36440ed0448a654734ae05464d55d34b189a17a",
  71. "homepage": "https://github.com/crypto-browserify/hash-base",
  72. "keywords": [
  73. "hash",
  74. "stream"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "cwmma",
  81. "email": "calvin.metcalf@gmail.com"
  82. },
  83. {
  84. "name": "dcousens",
  85. "email": "email@dcousens.com"
  86. },
  87. {
  88. "name": "fanatid",
  89. "email": "fanatid@ya.ru"
  90. }
  91. ],
  92. "name": "hash-base",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/crypto-browserify/hash-base.git"
  98. },
  99. "scripts": {
  100. "coverage": "nyc node test/*.js",
  101. "lint": "standard",
  102. "test": "npm run lint && npm run unit",
  103. "unit": "node test/*.js"
  104. },
  105. "version": "3.0.4"
  106. }