PHP WebShell

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

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

{
  "name": "ripple-keypairs",
  "version": "0.10.2",
  "description": "ripple key pairs",
  "files": [
    "distrib/npm/*",
    "bin/*",
    "build/*",
    "test/*"
  ],
  "main": "distrib/npm/",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "babel-runtime": "^5.8.20",
    "bn.js": "^3.1.1",
    "brorand": "^1.0.5",
    "elliptic": "^5.1.0",
    "hash.js": "^1.0.3",
    "ripple-address-codec": "^2.0.1"
  },
  "devDependencies": {
    "assert-diff": "^1.0.1",
    "babel": "^5.8.20",
    "babel-core": "^5.8.20",
    "babel-eslint": "^6.0.0",
    "babel-loader": "^5.3.2",
    "codecov.io": "^0.1.6",
    "coveralls": "~2.11.4",
    "eslint": "2.7.0",
    "eventemitter2": "^0.4.14",
    "gulp": "^3.9.1",
    "istanbul": "~0.3.5",
    "map-stream": "~0.1.0",
    "mocha": "~2.3.3",
    "nock": "^2.13.0"
  },
  "scripts": {
    "build": "gulp",
    "compile": "babel --optional runtime -d distrib/npm/ src/",
    "compile-with-source-maps": "babel --optional runtime -s -t -d distrib/npm/ src/",
    "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"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ripple/ripple-keypairs.git"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "bugs": {
    "url": "https://github.com/ripple/ripple-keypairs/issues"
  },
  "homepage": "https://github.com/ripple/ripple-keypairs#readme",
  "license": "ISC",
  "readmeFilename": "README.md"
}

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


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