You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

169 lines
3.9 KiB

{
"version": "2.0.0",
"name": "npm",
"description": "A package manager for node",
"keywords": [
"package manager",
"modules",
"install",
"package.json"
],
"preferGlobal": true,
"config": {
"publishtest": false
},
"homepage": "https://npmjs.org/doc/",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"repository": {
"type": "git",
"url": "https://github.com/npm/npm"
},
"bugs": {
"email": "npm-@googlegroups.com",
"url": "http://github.com/npm/npm/issues"
},
"directories": {
"doc": "./doc",
"man": "./man",
"lib": "./lib",
"bin": "./bin"
},
"main": "./lib/npm.js",
"bin": "./bin/npm-cli.js",
"dependencies": {
"abbrev": "~1.0.5",
"ansi": "~0.3.0",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
"archy": "0",
"async-some": "~1.0.1",
"block-stream": "0.0.7",
"char-spinner": "~1.0.1",
"child-process-close": "~0.1.1",
"chmodr": "~0.1.0",
"chownr": "0",
"cmd-shim": "~2.0.1",
"columnify": "~1.2.1",
"editor": "~0.1.0",
"fs-vacuum": "~1.2.1",
"fstream": "~1.0.2",
"fstream-npm": "~1.0.0",
"github-url-from-git": "~1.4.0",
"github-url-from-username-repo": "~1.0.2",
"glob": "~4.0.5",
"graceful-fs": "~3.0.0",
"inflight": "~1.0.1",
"ini": "~1.2.0",
"init-package-json": "~1.0.0",
"lockfile": "~1.0.0",
"lru-cache": "~2.5.0",
"minimatch": "~1.0.0",
"mkdirp": "~0.5.0",
"node-gyp": "~1.0.1",
"nopt": "~3.0.1",
"normalize-package-data": "~1.0.1",
"npm-cache-filename": "~1.0.1",
"npm-install-checks": "~1.0.2",
"npm-package-arg": "~2.1.2",
"npm-registry-client": "~3.2.1",
"npm-user-validate": "~0.1.0",
"npmconf": "~2.0.8",
"npmlog": "~0.1.1",
"once": "~1.3.0",
"opener": "~1.3.0",
"osenv": "~0.1.0",
"path-is-inside": "~1.0.0",
"read": "~1.0.4",
"read-installed": "~3.1.2",
"read-package-json": "~1.2.7",
"request": "~2.42.0",
"retry": "~0.6.0",
"rimraf": "~2.2.8",
"semver": "~4.0.0",
"sha": "~1.2.1",
"slide": "~1.1.6",
"sorted-object": "~1.0.0",
"tar": "~1.0.1",
"text-table": "~0.2.0",
"uid-number": "0.0.5",
"which": "1"
},
"bundleDependencies": [
"abbrev",
"ansi",
"ansicolors",
"ansistyles",
"archy",
"async-some",
"block-stream",
"char-spinner",
"child-process-close",
"chmodr",
"chownr",
"cmd-shim",
"columnify",
"dezalgo",
"editor",
"fs-vacuum",
"fstream",
"fstream-npm",
"github-url-from-git",
"github-url-from-username-repo",
"glob",
"graceful-fs",
"inflight",
"inherits",
"ini",
"init-package-json",
"lockfile",
"lru-cache",
"minimatch",
"mkdirp",
"node-gyp",
"nopt",
"normalize-package-data",
"npm-cache-filename",
"npm-install-checks",
"npm-package-arg",
"npm-registry-client",
"npm-user-validate",
"npmconf",
"npmlog",
"once",
"opener",
"osenv",
"path-is-inside",
"read",
"read-installed",
"read-package-json",
"request",
"retry",
"rimraf",
"semver",
"sha",
"slide",
"sorted-object",
"tar",
"text-table",
"uid-number",
"which"
],
"devDependencies": {
"marked": "~0.3.2",
"marked-man": "~0.1.3",
"nock": "~0.34.1",
"npm-registry-couchapp": "~2.5.3",
"npm-registry-mock": "~0.6.3",
"require-inject": "~1.0.0",
"tap": "~0.4.12"
},
"scripts": {
"test-legacy": "node ./test/run.js",
"test": "tap --timeout 120 test/tap/*.js",
"tap": "tap --timeout 120 test/tap/*.js",
"test-all": "node ./test/run.js && tap test/tap/*.js",
"prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rm -rf test/*/*/node_modules && make -j8 doc",
"dumpconf": "env | grep npm | sort | uniq"
},
"license": "Artistic-2.0"
}