{ "version": "7.0.0-beta.3", "name": "npm", "description": "a package manager for JavaScript", "keywords": [ "install", "modules", "package manager", "package.json" ], "preferGlobal": true, "config": { "publishtest": false }, "homepage": "https://docs.npmjs.com/", "author": "Isaac Z. Schlueter (http://blog.izs.me)", "repository": { "type": "git", "url": "https://github.com/npm/cli" }, "bugs": { "url": "https://github.com/npm/cli/issues" }, "directories": { "bin": "./bin", "doc": "./doc", "lib": "./lib", "man": "./man" }, "main": "./lib/npm.js", "bin": { "npm": "bin/npm-cli.js", "npx": "bin/npx-cli.js" }, "exports": { ".": [ { "default": "./lib/npm.js" }, "./lib/npm.js" ], "./package.json": "./package.json" }, "dependencies": { "@npmcli/arborist": "^0.0.16", "@npmcli/ci-detect": "^1.2.0", "@npmcli/run-script": "^1.5.0", "abbrev": "~1.1.1", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", "aproba": "^2.0.0", "archy": "~1.0.0", "bin-links": "^2.1.3", "byte-size": "^5.0.1", "cacache": "^15.0.5", "chalk": "^4.1.0", "chownr": "^2.0.0", "cli-columns": "^3.1.2", "cli-table3": "^0.5.1", "columnify": "~1.5.4", "config-chain": "^1.1.12", "editor": "~1.0.0", "find-npm-prefix": "^1.0.2", "glob": "^7.1.4", "graceful-fs": "^4.2.3", "has-unicode": "~2.0.1", "hosted-git-info": "^3.0.5", "infer-owner": "^1.0.4", "inherits": "^2.0.4", "ini": "^1.3.5", "init-package-json": "^1.10.3", "is-cidr": "^3.0.0", "libnpmaccess": "^4.0.0", "libnpmfund": "0.0.0", "libnpmhook": "^6.0.0", "libnpmorg": "^2.0.0", "libnpmpack": "^2.0.0", "libnpmpublish": "^3.0.1", "libnpmsearch": "^3.0.0", "libnpmteam": "^2.0.1", "libnpmversion": "^1.0.3", "lockfile": "^1.0.4", "meant": "~1.0.1", "mkdirp": "^1.0.4", "mkdirp-infer-owner": "^2.0.0", "ms": "^2.1.2", "nopt": "^4.0.3", "npm-audit-report": "^2.1.3", "npm-package-arg": "^8.0.1", "npm-pick-manifest": "^6.1.0", "npm-profile": "^5.0.1", "npm-registry-fetch": "^8.1.2", "npm-user-validate": "~1.0.0", "npmlog": "~4.1.2", "once": "~1.4.0", "opener": "^1.5.1", "osenv": "^0.1.5", "pacote": "^11.1.10", "parse-conflict-json": "^1.1.0", "qrcode-terminal": "^0.12.0", "read": "~1.0.7", "read-package-json": "^2.1.1", "request": "^2.88.0", "retry": "^0.12.0", "rimraf": "^2.6.3", "semver": "^7.3.2", "sha": "^3.0.0", "slide": "~1.1.6", "sorted-object": "~2.0.1", "ssri": "^8.0.0", "tar": "^6.0.2", "text-table": "~0.2.0", "tiny-relative-date": "^1.3.0", "uid-number": "0.0.6", "umask": "~1.1.0", "uuid": "^3.3.3", "validate-npm-package-name": "~3.0.0", "which": "^2.0.2", "write-file-atomic": "^2.4.3", "make-fetch-happen": "^8.0.9" }, "bundleDependencies": [ "@npmcli/arborist", "@npmcli/ci-detect", "@npmcli/run-script", "abbrev", "ansicolors", "ansistyles", "aproba", "archy", "bin-links", "byte-size", "cacache", "chalk", "chownr", "cli-columns", "cli-table3", "columnify", "config-chain", "editor", "find-npm-prefix", "glob", "graceful-fs", "has-unicode", "hosted-git-info", "infer-owner", "inherits", "ini", "init-package-json", "is-cidr", "libnpmaccess", "libnpmfund", "libnpmhook", "libnpmorg", "libnpmpack", "libnpmpublish", "libnpmsearch", "libnpmteam", "libnpmversion", "lockfile", "make-fetch-happen", "meant", "mkdirp", "mkdirp-infer-owner", "ms", "nopt", "npm-audit-report", "npm-package-arg", "npm-pick-manifest", "npm-profile", "npm-registry-fetch", "npm-user-validate", "npmlog", "once", "opener", "osenv", "pacote", "parse-conflict-json", "qrcode-terminal", "read", "read-package-json", "request", "retry", "rimraf", "semver", "sha", "slide", "sorted-object", "ssri", "tar", "text-table", "tiny-relative-date", "uid-number", "umask", "uuid", "validate-npm-package-name", "which", "write-file-atomic" ], "devDependencies": { "deep-equal": "^1.0.1", "eslint-plugin-promise": "^4.2.1", "licensee": "^8.1.0", "marked": "^0.6.3", "marked-man": "^0.6.0", "npm-cache-filename": "^1.0.2", "npm-registry-couchapp": "^2.7.3", "npm-registry-mock": "^1.3.0", "require-inject": "^1.4.4", "sprintf-js": "^1.1.2", "tacks": "^1.3.0", "tap": "^14.10.8", "tar-stream": "^2.1.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-standard": "^4.0.1", "eslint": "^7.5.0" }, "scripts": { "dumpconf": "env | grep npm | sort | uniq", "prepare": "node bin/npm-cli.js rebuild && node bin/npm-cli.js --no-audit --no-timing prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 mandocs", "preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true", "licenses": "licensee --production --errors-only", "test": "tap", "snap": "tap", "test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --", "sudotest": "sudo npm run test --", "sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run test --", "posttest": "npm run lint", "eslint": "eslint", "lint": "npm run eslint -- \"lib/**/*.js\"", "lintfix": "npm run lint -- --fix", "prelint": "rimraf test/npm_cache*", "resetdeps": "rm -rf node_modules && git checkout node_modules && node . i --ignore-scripts --no-audit && node scripts/bundle-and-gitignore-deps.js" }, "//": [ "XXX temporarily only run unit tests while v7 beta is in progress", "Remove the 'files' below once we're done porting old tests over" ], "tap": { "files": "test/{lib,bin}", "coverage-map": "test/coverage-map.js", "check-coverage": true, "esm": false, "timeout": 600 }, "license": "Artistic-2.0", "engines": { "node": ">=10" } }