package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "hash.js@1.1.7",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "hash.js@1.1.7",
  9. "_id": "hash.js@1.1.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
  12. "_location": "/hash.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hash.js@1.1.7",
  18. "name": "hash.js",
  19. "escapedName": "hash.js",
  20. "rawSpec": "1.1.7",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.7"
  23. },
  24. "_requiredBy": [
  25. "/elliptic",
  26. "/hmac-drbg",
  27. "/ripple-keypairs"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
  30. "_spec": "1.1.7",
  31. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  32. "author": {
  33. "name": "Fedor Indutny",
  34. "email": "fedor@indutny.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/indutny/hash.js/issues"
  38. },
  39. "dependencies": {
  40. "inherits": "^2.0.3",
  41. "minimalistic-assert": "^1.0.1"
  42. },
  43. "description": "Various hash functions that could be run by both browser and node",
  44. "devDependencies": {
  45. "eslint": "^4.19.1",
  46. "mocha": "^5.2.0"
  47. },
  48. "homepage": "https://github.com/indutny/hash.js",
  49. "keywords": [
  50. "hash",
  51. "sha256",
  52. "sha224",
  53. "hmac"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/hash.js",
  57. "name": "hash.js",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/indutny/hash.js.git"
  61. },
  62. "scripts": {
  63. "lint": "eslint lib/*.js lib/**/*.js lib/**/**/*.js test/*.js",
  64. "test": "mocha --reporter=spec test/*-test.js && npm run lint"
  65. },
  66. "typings": "lib/hash.d.ts",
  67. "version": "1.1.7"
  68. }