pxnpminstall
Version:
Make npm install fast and handy.
85 lines • 2.08 kB
JSON
{
"name": "pxnpminstall",
"version": "3.0.1",
"description": "Make npm install fast and handy.",
"main": "lib/index.js",
"files": [
"lib",
"bin",
"node-gyp-bin"
],
"bin": {
"pxnpminstall": "bin/install.js",
"npmlink": "bin/link.js",
"npmuninstall": "bin/uninstall.js",
"npmupdate": "bin/update.js"
},
"scripts": {
"contributor": "git-contributor",
"test": "npm run lint && egg-bin test -t 2000000",
"test-cov": "egg-bin cov -t 2000000",
"test-local": "npm_china=true local=true egg-bin test -t 2000000 --full-trace",
"lint": "eslint . --fix",
"ci": "npm run lint && npm run test-cov"
},
"dependencies": {
"await-event": "^2.1.0",
"bin-links": "^2.3.0",
"binary-mirror-config": "^1.19.0",
"bytes": "^3.1.0",
"chalk": "^2.4.2",
"cmd-shim-hotfix": "^3.0.3",
"debug": "^4.1.1",
"destroy": "^1.0.4",
"detect-libc": "^2.0.1",
"fs-extra": "^7.0.1",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"ms": "^2.1.1",
"node-gyp": "^9.0.0",
"node-homedir": "^1.1.1",
"normalize-package-data": "^2.5.0",
"npm-normalize-package-bin": "^1.0.1",
"npm-package-arg": "^8.1.5",
"ora": "^4.0.5",
"p-map": "^2.1.0",
"pacote": "^13.0.0",
"runscript": "^1.3.0",
"semver": "^6.0.0",
"tar": "^4.4.8",
"urllib": "^3.0.3",
"utility": "^1.16.1"
},
"devDependencies": {
"coffee": "5",
"egg-bin": "5",
"eslint": "8",
"eslint-config-egg": "12",
"git-contributor": "1",
"mm": "3"
},
"homepage": "https://github.com/cnpm/npminstall",
"repository": {
"type": "git",
"url": "git://github.com/cnpm/npminstall.git"
},
"bugs": {
"url": "https://github.com/cnpm/npminstall/issues"
},
"publishConfig": {
"tag": "latest"
},
"keywords": [
"npminstall",
"npm install",
"yarn",
"pnpm",
"fastest npm install"
],
"engines": {
"node": ">=14.0.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
"license": "MIT"
}