12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "ripple-address-codec@4.2.3",
- "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
- ]
- ],
- "_from": "ripple-address-codec@4.2.3",
- "_id": "ripple-address-codec@4.2.3",
- "_inBundle": false,
- "_integrity": "sha512-9Nd0hQmKoJEhSTzYR9kYjKmSWlH6HaVosNVAM7mIIVlzcNlQCPfKXj7CfvXcRiHl3C6XUZj7RFLqzVaPjq2ufA==",
- "_location": "/ripple-address-codec",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ripple-address-codec@4.2.3",
- "name": "ripple-address-codec",
- "escapedName": "ripple-address-codec",
- "rawSpec": "4.2.3",
- "saveSpec": null,
- "fetchSpec": "4.2.3"
- },
- "_requiredBy": [
- "/ripple-binary-codec",
- "/ripple-keypairs",
- "/xrpl"
- ],
- "_resolved": "https://registry.npmjs.org/ripple-address-codec/-/ripple-address-codec-4.2.3.tgz",
- "_spec": "4.2.3",
- "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
- "bugs": {
- "url": "https://github.com/XRPLF/xrpl.js/issues"
- },
- "dependencies": {
- "base-x": "3.0.9",
- "create-hash": "^1.1.2"
- },
- "description": "encodes/decodes base58 encoded XRP Ledger identifiers",
- "engines": {
- "node": ">= 10"
- },
- "files": [
- "dist/*",
- "build/*"
- ],
- "gitHead": "388c4a6124af2f5de12c3ce4e0dc0882d6f7cb65",
- "homepage": "https://github.com/XRPLF/xrpl.js#readme",
- "license": "ISC",
- "main": "dist/index.js",
- "name": "ripple-address-codec",
- "prepublish": "tsc -b",
- "prepublishOnly": "tslint -b ./ && jest",
- "prettier": "@xrplf/prettier-config",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/XRPLF/xrpl.js.git"
- },
- "scripts": {
- "build": "tsc -b",
- "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
- "lint": "eslint . --ext .ts",
- "test": "jest"
- },
- "types": "dist/index.d.ts",
- "version": "4.2.3"
- }
|