PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/simple-cbor
Просмотр файла: package.json
{
"name": "simple-cbor",
"version": "0.4.1",
"description": "Encode and decode CBOR documents.",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hansl/simple-cbor.git"
},
"keywords": [
"CBOR",
"lowlevel",
"low-level",
"simple",
"typescript",
"types",
"JSON"
],
"author": "Hans Larsen <hans@larsen.online>",
"license": "ISC",
"bugs": {
"url": "https://github.com/hansl/simple-cbor/issues"
},
"homepage": "https://github.com/hansl/simple-cbor#readme",
"devDependencies": {
"@types/jest": "^25.2.1",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^25.5.0",
"typescript": "^3.8.3"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!