PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/bip322-js/node_modules/ecpair

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

{
  "name": "ecpair",
  "version": "2.1.0",
  "description": "Client-side Bitcoin JavaScript library ECPair",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "bitcoinjs",
    "bitcoin",
    "browserify",
    "javascript",
    "bitcoinjs"
  ],
  "scripts": {
    "audit": "NPM_AUDIT_IGNORE_DEV=1 NPM_AUDIT_IGNORE_LEVEL=low npm-audit-whitelister .npm-audit-whitelister.json",
    "build": "npm run clean && tsc -p ./tsconfig.json && npm run formatjs",
    "build:tests": "npm run clean:jstests && tsc -p ./test/tsconfig.json",
    "clean": "rimraf src",
    "clean:jstests": "rimraf 'test/**/!(ts-node-register)*.js'",
    "coverage-report": "npm run build && npm run nobuild:coverage-report",
    "coverage-html": "npm run build && npm run nobuild:coverage-html",
    "coverage": "npm run build && npm run nobuild:coverage",
    "format": "npm run prettier -- --write",
    "formatjs": "npm run prettierjs -- --write",
    "format:ci": "npm run prettier -- --check && npm run prettierjs -- --check",
    "gitdiff:ci": "npm run build && git diff --exit-code",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "lint:tests": "tslint -p test/tsconfig.json -c tslint.json",
    "mocha:ts": "mocha --recursive --require test/ts-node-register",
    "nobuild:coverage-report": "nyc report --reporter=lcov",
    "nobuild:coverage-html": "nyc report --reporter=html",
    "nobuild:coverage": "npm run build:tests && nyc --check-coverage --branches 90 --functions 90 --lines 90 mocha && npm run clean:jstests",
    "nobuild:unit": "npm run mocha:ts -- 'test/*.ts'",
    "prettier": "prettier \"ts_src/**/*.ts\" \"test/**/*.ts\" --ignore-path ./.prettierignore",
    "prettierjs": "prettier \"src/**/*.js\" --ignore-path ./.prettierignore",
    "test": "npm run build && npm run format:ci && npm run lint && npm run nobuild:coverage",
    "unit": "npm run build && npm run nobuild:unit"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bitcoinjs/ecpair.git"
  },
  "files": [
    "src"
  ],
  "dependencies": {
    "randombytes": "^2.1.0",
    "typeforce": "^1.18.0",
    "wif": "^2.0.6"
  },
  "devDependencies": {
    "@types/create-hash": "^1.2.2",
    "@types/mocha": "^5.2.7",
    "@types/node": "^16.11.1",
    "@types/proxyquire": "^1.3.28",
    "@types/randombytes": "^2.0.0",
    "@types/wif": "^2.0.2",
    "bip39": "^3.0.2",
    "bip65": "^1.0.1",
    "bip68": "^1.0.3",
    "bn.js": "^4.11.8",
    "bs58": "^4.0.0",
    "create-hash": "^1.2.0",
    "dhttp": "^3.0.0",
    "hoodwink": "^2.0.0",
    "minimaldata": "^1.0.2",
    "mocha": "^7.1.1",
    "npm-audit-whitelister": "^1.0.2",
    "nyc": "^15.1.0",
    "prettier": "^2.4.1",
    "proxyquire": "^2.0.1",
    "rimraf": "^2.6.3",
    "tiny-secp256k1": "^2.2.1",
    "ts-node": "^8.3.0",
    "tslint": "^6.1.3",
    "typescript": "^4.4.4"
  },
  "license": "MIT"
}

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


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