node/deps/npm/package.json

170 lines
3.9 KiB
JSON
Raw Normal View History

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