PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/cashaddress

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

{
  "name": "cashaddress",
  "version": "1.1.0",
  "description": "Base32 encoding / decoding of bitcoin cash addresses",
  "keywords": [
    "bitcoin",
    "cash",
    "bitcoin cash",
    "cashaddr",
    "base32",
    "address",
    "format",
    "decode",
    "decoding",
    "encode",
    "encoding"
  ],
  "main": "lib/index.js",
  "license": "MIT",
  "dependencies": {
    "bigi": "^1.4.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-latest": "^6.24.1",
    "grunt": "^1.0.1",
    "nyc": "^10.2.0",
    "standard": "*",
    "tap-dot": "*",
    "tape": "^4.6.3"
  },
  "repository": {
    "url": "http://github.com/btccom/cashaddress-js",
    "type": "git"
  },
  "scripts": {
    "coverage": "nyc --check-coverage --branches 90 --functions 90 tape test/*.js",
    "coverage-test": "nyc --check-coverage --branches 90 --functions 90 --reporter=html --reporter=text --reporter=clover tape test/*.js",
    "standard": "standard lib",
    "test": "tape test/base32.js test/cashaddress.js | tap-dot",
    "build": "babel src -d lib"
  },
  "babel": {
    "presets": [
      "latest"
    ]
  }
}

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


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