package.json 1.8 KB

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