package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "ripple-address-codec@4.2.3",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "ripple-address-codec@4.2.3",
  9. "_id": "ripple-address-codec@4.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-9Nd0hQmKoJEhSTzYR9kYjKmSWlH6HaVosNVAM7mIIVlzcNlQCPfKXj7CfvXcRiHl3C6XUZj7RFLqzVaPjq2ufA==",
  12. "_location": "/ripple-address-codec",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ripple-address-codec@4.2.3",
  18. "name": "ripple-address-codec",
  19. "escapedName": "ripple-address-codec",
  20. "rawSpec": "4.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.3"
  23. },
  24. "_requiredBy": [
  25. "/ripple-binary-codec",
  26. "/ripple-keypairs",
  27. "/xrpl"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ripple-address-codec/-/ripple-address-codec-4.2.3.tgz",
  30. "_spec": "4.2.3",
  31. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  32. "bugs": {
  33. "url": "https://github.com/XRPLF/xrpl.js/issues"
  34. },
  35. "dependencies": {
  36. "base-x": "3.0.9",
  37. "create-hash": "^1.1.2"
  38. },
  39. "description": "encodes/decodes base58 encoded XRP Ledger identifiers",
  40. "engines": {
  41. "node": ">= 10"
  42. },
  43. "files": [
  44. "dist/*",
  45. "build/*"
  46. ],
  47. "gitHead": "388c4a6124af2f5de12c3ce4e0dc0882d6f7cb65",
  48. "homepage": "https://github.com/XRPLF/xrpl.js#readme",
  49. "license": "ISC",
  50. "main": "dist/index.js",
  51. "name": "ripple-address-codec",
  52. "prepublish": "tsc -b",
  53. "prepublishOnly": "tslint -b ./ && jest",
  54. "prettier": "@xrplf/prettier-config",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/XRPLF/xrpl.js.git"
  58. },
  59. "scripts": {
  60. "build": "tsc -b",
  61. "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
  62. "lint": "eslint . --ext .ts",
  63. "test": "jest"
  64. },
  65. "types": "dist/index.d.ts",
  66. "version": "4.2.3"
  67. }