mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
Bumps [ripple-address-codec](https://github.com/ripple/ripple-address-codec) from 3.0.4 to 4.0.0. - [Release notes](https://github.com/ripple/ripple-address-codec/releases) - [Changelog](https://github.com/ripple/ripple-address-codec/blob/master/HISTORY.md) - [Commits](https://github.com/ripple/ripple-address-codec/compare/3.0.4...4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "ripple-binary-codec",
|
|
"version": "0.2.5",
|
|
"description": "XRP Ledger binary codec",
|
|
"files": [
|
|
"distrib/npm/*",
|
|
"bin/*",
|
|
"test/*"
|
|
],
|
|
"main": "distrib/npm/",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.6.1",
|
|
"bn.js": "^5.1.1",
|
|
"create-hash": "^1.1.2",
|
|
"decimal.js": "^10.2.0",
|
|
"inherits": "^2.0.1",
|
|
"lodash": "^4.17.15",
|
|
"ripple-address-codec": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.8.0",
|
|
"babel-core": "^6.8.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-register": "^6.8.0",
|
|
"eslint": "^4.18.2",
|
|
"fs-extra": "^8.1.0",
|
|
"intercept-stdout": "^0.1.2",
|
|
"istanbul": "~0.4.3",
|
|
"mocha": "~6.2.0"
|
|
},
|
|
"scripts": {
|
|
"compile": "babel --optional runtime -d distrib/npm/ src/ && cp src/enums/definitions.json distrib/npm/enums",
|
|
"prepublish": "npm test && npm run lint && npm run compile",
|
|
"test": "istanbul test _mocha",
|
|
"lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; echo 'parser: babel-eslint' >> eslintrc; fi; eslint -c eslintrc src/**/*.js test/*.js examples/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ripple/ripple-binary-codec.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ripple/ripple-binary-codec/issues"
|
|
},
|
|
"homepage": "https://github.com/ripple/ripple-binary-codec#readme",
|
|
"license": "ISC",
|
|
"readmeFilename": "README.md"
|
|
}
|