package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "base-x@3.0.9",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "base-x@3.0.9",
  9. "_id": "base-x@3.0.9",
  10. "_inBundle": false,
  11. "_integrity": "sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==",
  12. "_location": "/base-x",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "base-x@3.0.9",
  18. "name": "base-x",
  19. "escapedName": "base-x",
  20. "rawSpec": "3.0.9",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.9"
  23. },
  24. "_requiredBy": [
  25. "/bs58",
  26. "/ripple-address-codec"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz",
  29. "_spec": "3.0.9",
  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/cryptocoinjs/base-x/issues"
  36. },
  37. "dependencies": {
  38. "safe-buffer": "^5.0.1"
  39. },
  40. "description": "Fast base encoding / decoding of any given alphabet",
  41. "devDependencies": {
  42. "@types/node": "12.0.10",
  43. "standard": "^10.0.3",
  44. "tape": "^4.5.1",
  45. "typescript": "3.5.2"
  46. },
  47. "files": [
  48. "src"
  49. ],
  50. "homepage": "https://github.com/cryptocoinjs/base-x",
  51. "keywords": [
  52. "base-x",
  53. "base58",
  54. "base62",
  55. "base64",
  56. "crypto",
  57. "crytography",
  58. "decode",
  59. "decoding",
  60. "encode",
  61. "encoding"
  62. ],
  63. "license": "MIT",
  64. "main": "src/index.js",
  65. "name": "base-x",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/cryptocoinjs/base-x.git"
  69. },
  70. "scripts": {
  71. "build": "tsc -p ./tsconfig.json ; standard --fix",
  72. "gitdiff": "npm run build && git diff --exit-code",
  73. "prepublish": "npm run gitdiff",
  74. "standard": "standard",
  75. "test": "npm run unit && npm run standard",
  76. "unit": "tape test/*.js"
  77. },
  78. "types": "src/index.d.ts",
  79. "version": "3.0.9"
  80. }