PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/base-x
Просмотр файла: package.json
{
"name": "base-x",
"version": "1.1.0",
"description": "Fast base encoding / decoding of any given alphabet",
"keywords": [
"base-x",
"base58",
"base62",
"base64",
"crypto",
"crytography",
"decode",
"decoding",
"encode",
"encoding"
],
"homepage": "https://github.com/cryptocoinjs/base-x",
"bugs": {
"url": "https://github.com/cryptocoinjs/base-x/issues"
},
"license": "MIT",
"author": "Daniel Cousens",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/cryptocoinjs/base-x.git"
},
"scripts": {
"standard": "standard",
"test": "npm run unit && npm run standard",
"unit": "tape test/*.js"
},
"devDependencies": {
"standard": "^6.0.8",
"tape": "^4.5.1"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!