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.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "hash-base@^3.0.0",
  3. "_id": "hash-base@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=",
  6. "_location": "/hash-base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hash-base@^3.0.0",
  12. "name": "hash-base",
  13. "escapedName": "hash-base",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/md5.js",
  20. "/ripemd160"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
  23. "_shasum": "5fc8686847ecd73499403319a6b0a3f3f6ae4918",
  24. "_spec": "hash-base@^3.0.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/md5.js",
  26. "author": {
  27. "name": "Kirill Fomichev",
  28. "email": "fanatid@ya.ru",
  29. "url": "https://github.com/fanatid"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/crypto-browserify/hash-base/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "inherits": "^2.0.1",
  37. "safe-buffer": "^5.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "abstract base class for hash-streams",
  41. "devDependencies": {
  42. "nyc": "^8.3.2",
  43. "standard": "*",
  44. "tape": "^4.2.0"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/crypto-browserify/hash-base",
  53. "keywords": [
  54. "hash",
  55. "stream"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "hash-base",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/crypto-browserify/hash-base.git"
  63. },
  64. "scripts": {
  65. "coverage": "nyc node test/*.js",
  66. "lint": "standard",
  67. "test": "npm run lint && npm run unit",
  68. "unit": "node test/*.js"
  69. },
  70. "version": "3.0.4"
  71. }