package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "hash-base@^3.0.0",
  3. "_id": "hash-base@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==",
  6. "_location": "/hash-base",
  7. "_phantomChildren": {
  8. "inherits": "2.0.4",
  9. "string_decoder": "1.1.1",
  10. "util-deprecate": "1.0.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "hash-base@^3.0.0",
  16. "name": "hash-base",
  17. "escapedName": "hash-base",
  18. "rawSpec": "^3.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^3.0.0"
  21. },
  22. "_requiredBy": [
  23. "/md5.js",
  24. "/ripemd160"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz",
  27. "_shasum": "55c381d9e06e1d2997a883b4a3fddfe7f0d3af33",
  28. "_spec": "hash-base@^3.0.0",
  29. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\md5.js",
  30. "author": {
  31. "name": "Kirill Fomichev",
  32. "email": "fanatid@ya.ru",
  33. "url": "https://github.com/fanatid"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/crypto-browserify/hash-base/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "inherits": "^2.0.4",
  41. "readable-stream": "^3.6.0",
  42. "safe-buffer": "^5.2.0"
  43. },
  44. "deprecated": false,
  45. "description": "abstract base class for hash-streams",
  46. "devDependencies": {
  47. "nyc": "^15.0.1",
  48. "standard": "^14.3.3",
  49. "tape": "^5.0.0"
  50. },
  51. "engines": {
  52. "node": ">=4"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/crypto-browserify/hash-base",
  58. "keywords": [
  59. "hash",
  60. "stream"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "hash-base",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/crypto-browserify/hash-base.git"
  68. },
  69. "scripts": {
  70. "coverage": "nyc node test/*.js",
  71. "lint": "standard",
  72. "test": "npm run lint && npm run unit",
  73. "unit": "node test/*.js"
  74. },
  75. "version": "3.1.0"
  76. }