PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/x-address-codec
Просмотр файла: package.json
{
"name": "x-address-codec",
"version": "0.7.2",
"license": "ISC",
"description": "crypto currency address codec",
"files": [
"dist/npm/*"
],
"main": "dist/npm/",
"directories": {
"test": "test"
},
"dependencies": {
"base-x": "^1.0.1"
},
"devDependencies": {
"assert-diff": "^1.0.1",
"babel": "^5.3.3",
"babel-core": "^5.3.2",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.0.0",
"bn.js": "^2.0.5",
"coveralls": "~2.10.0",
"create-hash": "^1.1.1",
"eslint": "^1.2.1",
"eventemitter2": "^0.4.14",
"hash.js": "^1.0.3",
"istanbul": "~0.3.5",
"lodash": "^3.9.3",
"map-stream": "~0.1.0",
"mocha": "~2.1.0",
"nock": "^0.34.1",
"webpack": "~1.5.3",
"yargs": "~1.3.1"
},
"scripts": {
"build": "gulp",
"compile": "babel -i runtime -d dist/npm/ src/",
"compile-with-source-maps": "babel -i runtime -s -t -d dist/npm/ src/",
"prepublish": "npm test && npm run lint && npm run compile",
"test": "istanbul test _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; fi; eslint -c eslintrc src/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/ripple/x-address-codec.git"
},
"readmeFilename": "README.md",
"engines": {
"node": ">=0.12.0"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!