PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/ripple-binary-codec

Просмотр файла: package.json

{
  "name": "ripple-binary-codec",
  "version": "0.1.15",
  "description": "ripple binary codec",
  "files": [
    "distrib/npm/*",
    "bin/*",
    "test/*"
  ],
  "main": "distrib/npm/",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "babel-runtime": "^6.6.1",
    "bn.js": "^4.11.3",
    "create-hash": "^1.1.2",
    "decimal.js": "^5.0.8",
    "inherits": "^2.0.1",
    "lodash": "^4.12.0",
    "ripple-address-codec": "^2.0.1"
  },
  "devDependencies": {
    "assert-diff": "^1.0.1",
    "babel-cli": "^6.8.0",
    "babel-core": "^6.8.0",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.8.0",
    "codecov.io": "^0.1.6",
    "eslint": "^2.9.0",
    "fs-extra": "^0.30.0",
    "intercept-stdout": "^0.1.2",
    "istanbul": "~0.4.3",
    "mocha": "~2.4.5"
  },
  "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",
    "codecov": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js",
    "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"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "bugs": {
    "url": "https://github.com/ripple/ripple-binary-codec/issues"
  },
  "homepage": "https://github.com/ripple/ripple-binary-codec#readme",
  "author": "ndudfield@gmail.com",
  "license": "ISC",
  "readmeFilename": "README.md"
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!