PHP WebShell

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

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

{
  "name": "varuint-bitcoin",
  "version": "1.0.4",
  "description": "encode/decode number as bitcoin variable length integer",
  "homepage": "https://github.com/bitcoinjs/varuint-bitcoin",
  "bugs": {
    "url": "https://github.com/bitcoinjs/varuint-bitcoin/issues"
  },
  "license": "MIT",
  "author": "Kirill Fomichev <fanatid@ya.ru> (http://github.com/fanatid)",
  "files": [
    "index.js"
  ],
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bitcoinjs/varuint-bitcoin.git"
  },
  "scripts": {
    "coverage": "nyc --check-coverage --branches 100 --functions 100 tape test/*.js",
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "tape test/*.js"
  },
  "dependencies": {},
  "devDependencies": {
    "nyc": "^6.2.1",
    "standard": "^6.0.7",
    "tape": "^4.5.1"
  }
}

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


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