package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "create-hash@1.2.0",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "create-hash@1.2.0",
  9. "_id": "create-hash@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
  12. "_location": "/create-hash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "create-hash@1.2.0",
  18. "name": "create-hash",
  19. "escapedName": "create-hash",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/bip32",
  26. "/bip39",
  27. "/bs58check",
  28. "/create-hmac",
  29. "/pbkdf2",
  30. "/ripple-address-codec",
  31. "/ripple-binary-codec"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  34. "_spec": "1.2.0",
  35. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  36. "author": "",
  37. "browser": "browser.js",
  38. "bugs": {
  39. "url": "https://github.com/crypto-browserify/createHash/issues"
  40. },
  41. "dependencies": {
  42. "cipher-base": "^1.0.1",
  43. "inherits": "^2.0.1",
  44. "md5.js": "^1.3.4",
  45. "ripemd160": "^2.0.1",
  46. "sha.js": "^2.4.0"
  47. },
  48. "description": "create hashes for browserify",
  49. "devDependencies": {
  50. "hash-test-vectors": "^1.3.2",
  51. "safe-buffer": "^5.0.1",
  52. "standard": "^10.0.2",
  53. "tap-spec": "^2.1.2",
  54. "tape": "^4.6.3"
  55. },
  56. "homepage": "https://github.com/crypto-browserify/createHash",
  57. "keywords": [
  58. "crypto"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "create-hash",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/crypto-browserify/createHash.git"
  66. },
  67. "scripts": {
  68. "standard": "standard",
  69. "test": "npm run-script standard && npm run-script unit",
  70. "unit": "node test.js | tspec"
  71. },
  72. "version": "1.2.0"
  73. }