package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "bs58check@2.1.2",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "bs58check@2.1.2",
  9. "_id": "bs58check@2.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==",
  12. "_location": "/bs58check",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bs58check@2.1.2",
  18. "name": "bs58check",
  19. "escapedName": "bs58check",
  20. "rawSpec": "2.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.2"
  23. },
  24. "_requiredBy": [
  25. "/bip32",
  26. "/wif"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz",
  29. "_spec": "2.1.2",
  30. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  31. "author": {
  32. "name": "Daniel Cousens"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/bitcoinjs/bs58check/issues"
  36. },
  37. "dependencies": {
  38. "bs58": "^4.0.0",
  39. "create-hash": "^1.1.0",
  40. "safe-buffer": "^5.1.2"
  41. },
  42. "description": "A straightforward implementation of base58-check encoding",
  43. "devDependencies": {
  44. "blake-hash": "^1.0.0",
  45. "nyc": "^11.3.0",
  46. "standard": "^10.0.3",
  47. "tape": "^4.6.2"
  48. },
  49. "files": [
  50. "index.js",
  51. "base.js"
  52. ],
  53. "homepage": "https://github.com/bitcoinjs/bs58check",
  54. "keywords": [
  55. "base",
  56. "base58",
  57. "base58check",
  58. "bitcoin",
  59. "bs58",
  60. "check",
  61. "checksum",
  62. "decode",
  63. "decoding",
  64. "encode",
  65. "encoding",
  66. "litecoin"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "bs58check",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/bitcoinjs/bs58check.git"
  74. },
  75. "scripts": {
  76. "coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit",
  77. "coverage-report": "nyc report --reporter=lcov",
  78. "standard": "standard",
  79. "test": "npm run standard && npm run coverage",
  80. "unit": "tape test/*.js"
  81. },
  82. "version": "2.1.2"
  83. }