UNPKG

npminstall

Version:

Make npm install fast and handy.

92 lines (91 loc) 2.37 kB
{ "name": "npminstall", "version": "8.0.1", "description": "Make npm install fast and handy.", "main": "lib/index.js", "files": [ "lib", "bin", "node-gyp-bin" ], "bin": { "npminstall": "bin/install.js", "npmlink": "bin/link.js", "npmuninstall": "bin/uninstall.js", "npmupdate": "bin/update.js" }, "scripts": { "test": "npm run lint && egg-bin test -t 2000000 -p", "test-local": "npm run test-local-single -- -p", "test-local-single": "npm run clean && npm_china=true local=true egg-bin test -t 2000000", "cov": "egg-bin cov -t 2000000", "cov-debug": "cross-env NODE_DEBUG=npminstall* egg-bin cov -t 2000000", "lint": "eslint . --fix", "ci": "npm run lint && npm run cov", "clean": "rm -rf test/fixtures/.tmp*" }, "dependencies": { "@npmcli/arborist": "^9.1.9", "@zkochan/cmd-shim": "^5.4.0", "await-event": "^2.1.0", "bin-links": "^2.3.0", "binary-mirror-config": "^1.19.0", "bug-versions": "^1.90.0", "bytes": "^3.1.0", "cacheable-lookup": "^6.1.0", "chalk": "^2.4.2", "destroy": "^1.0.4", "detect-libc": "^2.0.1", "execa": "^5.1.1", "fs-extra": "^7.0.1", "globby": "^11.1.0", "minimatch": "^3.0.4", "minimist": "^1.2.0", "moment": "^2.24.0", "ms": "^2.1.1", "node-gyp": "^12.1.0", "node-homedir": "^1.1.1", "normalize-package-data": "^5.0.0", "npm-normalize-package-bin": "^3.0.0", "npm-package-arg": "^8.1.5", "ora": "^4.0.5", "p-map": "^2.1.0", "pacote": "^21.0.4", "rc": "^1.2.8", "semver": "^7.0.0", "tar": "^7.5.3", "urllib": "^4.9.0" }, "devDependencies": { "assert-file": "^1.0.0", "coffee": "^5.5.0", "cross-env": "^7.0.3", "egg-bin": "^6.13.0", "eslint": "^8.31.0", "eslint-config-egg": "^12.1.0", "mm": "^3.2.1" }, "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": ">=20.0.0" }, "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)", "license": "MIT" }