Hacked By AnonymousFox
{
"version": "8.19.4",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
"docs",
"smoke-tests",
"workspaces/*"
],
"files": [
"bin/",
"lib/",
"index.js",
"docs/content/",
"docs/output/",
"man/"
],
"keywords": [
"install",
"modules",
"package manager",
"package.json"
],
"preferGlobal": true,
"config": {
"publishtest": false
},
"homepage": "https://docs.npmjs.com/",
"author": "GitHub Inc.",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git"
},
"bugs": {
"url": "https://github.com/npm/cli/issues"
},
"directories": {
"bin": "./bin",
"doc": "./doc",
"lib": "./lib",
"man": "./man"
},
"main": "./index.js",
"bin": {
"npm": "bin/npm-cli.js",
"npx": "bin/npx-cli.js"
},
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
],
"./package.json": "./package.json"
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^5.6.3",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
"@npmcli/map-workspaces": "^2.0.3",
"@npmcli/package-json": "^2.0.0",
"@npmcli/run-script": "^4.2.1",
"abbrev": "~1.1.1",
"archy": "~1.0.0",
"cacache": "^16.1.3",
"chalk": "^4.1.2",
"chownr": "^2.0.0",
"cli-columns": "^4.0.0",
"cli-table3": "^0.6.2",
"columnify": "^1.6.0",
"fastest-levenshtein": "^1.0.12",
"fs-minipass": "^2.1.0",
"glob": "^8.0.1",
"graceful-fs": "^4.2.10",
"hosted-git-info": "^5.2.1",
"ini": "^3.0.1",
"init-package-json": "^3.0.2",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.4",
"libnpmdiff": "^4.0.5",
"libnpmexec": "^4.0.14",
"libnpmfund": "^3.0.5",
"libnpmhook": "^8.0.4",
"libnpmorg": "^4.0.4",
"libnpmpack": "^4.1.3",
"libnpmpublish": "^6.0.5",
"libnpmsearch": "^5.0.4",
"libnpmteam": "^4.0.4",
"libnpmversion": "^3.0.7",
"make-fetch-happen": "^10.2.0",
"minimatch": "^5.1.0",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0",
"ms": "^2.1.2",
"node-gyp": "^9.1.0",
"nopt": "^6.0.0",
"npm-audit-report": "^3.0.0",
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.1.0",
"npm-pick-manifest": "^7.0.2",
"npm-profile": "^6.2.0",
"npm-registry-fetch": "^13.3.1",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.2",
"opener": "^1.5.2",
"p-map": "^4.0.0",
"pacote": "^13.6.2",
"parse-conflict-json": "^2.0.2",
"proc-log": "^2.0.1",
"qrcode-terminal": "^0.12.0",
"read": "~1.0.7",
"read-package-json": "^5.0.2",
"read-package-json-fast": "^2.0.3",
"readdir-scoped-modules": "^1.1.0",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"ssri": "^9.0.1",
"tar": "^6.1.11",
"text-table": "~0.2.0",
"tiny-relative-date": "^1.3.0",
"treeverse": "^2.0.0",
"validate-npm-package-name": "^4.0.0",
"which": "^2.0.2",
"write-file-atomic": "^4.0.1"
},
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
"@npmcli/ci-detect",
"@npmcli/config",
"@npmcli/fs",
"@npmcli/map-workspaces",
"@npmcli/package-json",
"@npmcli/run-script",
"abbrev",
"archy",
"cacache",
"chalk",
"chownr",
"cli-columns",
"cli-table3",
"columnify",
"fastest-levenshtein",
"fs-minipass",
"glob",
"graceful-fs",
"hosted-git-info",
"ini",
"init-package-json",
"is-cidr",
"json-parse-even-better-errors",
"libnpmaccess",
"libnpmdiff",
"libnpmexec",
"libnpmfund",
"libnpmhook",
"libnpmorg",
"libnpmpack",
"libnpmpublish",
"libnpmsearch",
"libnpmteam",
"libnpmversion",
"make-fetch-happen",
"minimatch",
"minipass",
"minipass-pipeline",
"mkdirp",
"mkdirp-infer-owner",
"ms",
"node-gyp",
"nopt",
"npm-audit-report",
"npm-install-checks",
"npm-package-arg",
"npm-pick-manifest",
"npm-profile",
"npm-registry-fetch",
"npm-user-validate",
"npmlog",
"opener",
"p-map",
"pacote",
"parse-conflict-json",
"proc-log",
"qrcode-terminal",
"read",
"read-package-json",
"read-package-json-fast",
"readdir-scoped-modules",
"rimraf",
"semver",
"ssri",
"tar",
"text-table",
"tiny-relative-date",
"treeverse",
"validate-npm-package-name",
"which",
"write-file-atomic"
],
"devDependencies": {
"@npmcli/docs": "^1.0.0",
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/git": "^3.0.2",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.8.0",
"licensee": "^9.0.0",
"nock": "^13.2.4",
"npm-packlist": "^5.1.3",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
"spawk": "^1.7.1",
"tap": "^16.0.1"
},
"scripts": {
"dependencies": "node scripts/bundle-and-gitignore-deps.js && node scripts/dependency-graph.js",
"dumpconf": "env | grep npm | sort | uniq",
"licenses": "licensee --production --errors-only",
"pretest": "node scripts/rebuild.js cmark-gfm",
"test": "tap",
"test-all": "node . run test -ws -iwr --if-present",
"snap": "tap",
"prepack": "node . run build -w docs",
"test:nocleanup": "NO_TEST_CLEANUP=1 node . run test --",
"sudotest": "sudo node . run run test --",
"sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 node . run test --",
"posttest": "node . run lint",
"lint": "eslint \"**/*.js\"",
"lintfix": "node . run lint -- --fix",
"lint-all": "node . run lint -ws -iwr --if-present",
"prelint": "rimraf test/npm_cache*",
"resetdeps": "node scripts/resetdeps.js",
"rp-pull-request": "node scripts/update-authors.js",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force"
},
"tap": {
"test-env": [
"LC_ALL=sk"
],
"color": 1,
"files": "test/{lib,bin,index.js}",
"timeout": 600,
"nyc-arg": [
"--exclude",
"docs/**",
"--exclude",
"smoke-tests/**",
"--exclude",
"workspaces/**",
"--exclude",
"tap-snapshots/**"
],
"test-ignore": "^(docs|smoke-tests|workspaces)/"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.8.0",
"content": "./scripts/template-oss/root.js"
},
"license": "Artistic-2.0",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
}
Hacked By AnonymousFox1.0, Coded By AnonymousFox