package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "bs58@4.0.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "bs58@4.0.1",
  9. "_id": "bs58@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=",
  12. "_location": "/bs58",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bs58@4.0.1",
  18. "name": "bs58",
  19. "escapedName": "bs58",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/bs58check"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
  28. "_spec": "4.0.1",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "bugs": {
  31. "url": "https://github.com/cryptocoinjs/bs58/issues"
  32. },
  33. "dependencies": {
  34. "base-x": "^3.0.2"
  35. },
  36. "description": "Base 58 encoding / decoding",
  37. "devDependencies": {
  38. "standard": "*",
  39. "tape": "^4.6.3"
  40. },
  41. "files": [
  42. "./index.js"
  43. ],
  44. "homepage": "https://github.com/cryptocoinjs/bs58#readme",
  45. "keywords": [
  46. "base58",
  47. "bitcoin",
  48. "crypto",
  49. "crytography",
  50. "decode",
  51. "decoding",
  52. "encode",
  53. "encoding",
  54. "litecoin"
  55. ],
  56. "license": "MIT",
  57. "main": "./index.js",
  58. "name": "bs58",
  59. "repository": {
  60. "url": "git+https://github.com/cryptocoinjs/bs58.git",
  61. "type": "git"
  62. },
  63. "scripts": {
  64. "standard": "standard",
  65. "test": "npm run standard && npm run unit",
  66. "unit": "tape test/index.js"
  67. },
  68. "version": "4.0.1"
  69. }