PHP WebShell

Текущая директория: /opt/bitgo-express/node_modules/ethereumjs-util

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

{
  "name": "ethereumjs-util",
  "version": "4.5.1",
  "description": "a collection of utility functions for Ethereum",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
    "lint": "standard",
    "prepublish": "npm run lint && npm run build:dist && npm run test",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "karma start karma.conf.js",
    "test:node": "istanbul test mocha -- --reporter spec",
    "build:dist": "babel index.js secp256k1-adapter.js secp256k1-lib/* --source-root ./ -d ./dist",
    "build:docs": "documentation --github  -f md ./index.js > ./docs/index.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereumjs/ethereumjs-util.git"
  },
  "keywords": [
    "ethereum",
    "utilties"
  ],
  "author": "mjbecze <mjbecze@gmail.com>",
  "contributors": [
    "Alex Beregszaszi <alex@rtfs.hu>"
  ],
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-util/issues"
  },
  "homepage": "https://github.com/ethereumjs/ethereumjs-util",
  "dependencies": {
    "bn.js": "^4.8.0",
    "create-hash": "^1.1.2",
    "rlp": "^2.0.0",
    "ethereum-cryptography": "^0.1.3",
    "elliptic": "^6.5.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "browserify": "^13.0.0",
    "coveralls": "^2.11.4",
    "documentation": "^3.0.4",
    "istanbul": "^0.4.1",
    "karma": "^0.13.15",
    "karma-browserify": "^5.0.0",
    "karma-chrome-launcher": "^0.2.2",
    "karma-detect-browsers": "^2.0.2",
    "karma-env-preprocessor": "^0.1.1",
    "karma-firefox-launcher": "^0.1.7",
    "karma-mocha": "^0.2.1",
    "mocha": "^2.3.4",
    "standard": "^5.4.1"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ],
    "ignore": [
      "dist/**"
    ]
  }
}

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


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