PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/ripemd160-min
Просмотр файла: package.json
{
"name": "ripemd160-min",
"version": "0.0.6",
"description": "A minimal 0 dependency RIPEMD160 hash lib",
"keywords": [
"ripemd160",
"ripe160",
"rmd160",
"ripemd"
],
"main": "./dist-umd/index.js",
"module": "./dist-esm/index.js",
"unpkg": "./dist-umd/index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"clean": "shx rm -rf ./dist-*/",
"build": "run-s clean build-all",
"build-all": "run-p build:*",
"build:cjs": "tsc --outDir ./dist-cjs -m commonjs -t es2017",
"build:esm": "tsc --outDir ./dist-esm -m es6 -t es2017",
"build:umd": "tsc --outDir ./dist-umd -m umd -t es5",
"test": "nyc mocha",
"prepublishOnly": "run-p test build"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.14",
"chai": "^4.2.0",
"cross-env": "^6.0.3",
"hash-test-vectors": "^1.3.2",
"mocha": "^6.2.2",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"shx": "^0.3.2",
"source-map-support": "^0.5.16",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/zone117x/ripemd160-minimal.js.git"
},
"authors": [
"Matthew Little <zone117x@gmail.com>"
],
"files": [
"dist-cjs",
"dist-esm",
"dist-umd",
"src",
"tsconfig.json"
],
"nyc": {
"cache": false,
"all": true,
"extension": [
".ts"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"**/*.d.ts"
],
"require": [
"ts-node/register/transpile-only",
"source-map-support/register"
],
"reporter": [
"text",
"lcov"
]
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!