node/deps/npm/package.json

141 lines
2.9 KiB
JSON
Raw Normal View History

2012-01-17 07:06:16 +08:00
{
2013-08-16 23:19:31 +08:00
"version": "1.3.8",
2012-01-17 07:06:16 +08:00
"name": "npm",
"publishConfig": {
"proprietary-attribs": false
},
"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/isaacs/npm"
},
"bugs": {
"email": "npm-@googlegroups.com",
"url": "http://github.com/isaacs/npm/issues"
},
"directories": {
"doc": "./doc",
"man": "./man",
"lib": "./lib",
"bin": "./bin"
},
"main": "./lib/npm.js",
"bin": "./bin/npm-cli.js",
"dependencies": {
2013-08-16 23:19:31 +08:00
"semver": "~2.1.0",
2013-02-07 00:39:27 +08:00
"ini": "~1.1.0",
2013-05-15 05:37:59 +08:00
"slide": "~1.1.4",
2013-01-19 04:12:07 +08:00
"abbrev": "~1.0.4",
2013-07-12 23:55:57 +08:00
"graceful-fs": "~2.0.0",
2013-05-15 05:37:59 +08:00
"minimatch": "~0.2.12",
2013-07-25 04:23:44 +08:00
"nopt": "~2.1.2",
2013-07-10 04:09:02 +08:00
"rimraf": "~2.2.0",
2013-08-16 23:19:31 +08:00
"request": "~2.25.0",
2012-01-17 07:06:16 +08:00
"which": "1",
2013-07-25 04:23:44 +08:00
"tar": "~0.1.18",
2013-07-12 23:55:57 +08:00
"fstream": "~0.1.23",
2013-07-25 04:23:44 +08:00
"block-stream": "0.0.7",
2012-06-11 12:29:47 +08:00
"mkdirp": "~0.3.3",
2012-08-22 06:29:03 +08:00
"read": "~1.0.4",
2013-03-29 02:35:12 +08:00
"lru-cache": "~2.3.0",
2013-08-16 23:19:31 +08:00
"node-gyp": "~0.10.9",
2012-10-24 02:34:46 +08:00
"fstream-npm": "~0.1.3",
"uid-number": "0",
"archy": "0",
2012-06-11 12:29:47 +08:00
"chownr": "0",
2013-07-12 23:55:57 +08:00
"npmlog": "0.0.4",
2012-06-11 12:29:47 +08:00
"ansi": "~0.1.2",
2013-08-16 23:19:31 +08:00
"npm-registry-client": "~0.2.28",
2013-07-10 04:09:02 +08:00
"read-package-json": "~1.1.0",
"read-installed": "~0.2.2",
2013-08-16 23:19:31 +08:00
"glob": "~3.2.6",
"init-package-json": "0.0.11",
"osenv": "0",
2013-07-12 23:55:57 +08:00
"lockfile": "~0.4.0",
2012-07-14 02:40:38 +08:00
"retry": "~0.6.0",
"once": "~1.1.1",
2013-07-25 04:23:44 +08:00
"npmconf": "~0.1.2",
2013-03-07 07:41:06 +08:00
"opener": "~1.3.0",
2013-04-04 01:17:04 +08:00
"chmodr": "~0.1.0",
2013-07-25 04:23:44 +08:00
"cmd-shim": "~1.0.1",
"sha": "~1.2.1",
2013-05-15 05:37:59 +08:00
"editor": "0.0.4",
"child-process-close": "~0.1.1",
2013-08-16 23:19:31 +08:00
"npm-user-validate": "0.0.3",
"github-url-from-git": "1.1.1"
2012-01-17 07:06:16 +08:00
},
"bundleDependencies": [
"semver",
"ini",
"slide",
2012-01-17 07:06:16 +08:00
"abbrev",
"graceful-fs",
"minimatch",
"nopt",
"rimraf",
"request",
"which",
"tar",
"fstream",
"block-stream",
"inherits",
"mkdirp",
"read",
"lru-cache",
"node-gyp",
"fstream-npm",
"uid-number",
"archy",
2012-06-11 12:29:47 +08:00
"chownr",
"npmlog",
"ansi",
2012-06-16 01:00:30 +08:00
"npm-registry-client",
"read-package-json",
"read-installed",
"glob",
2012-06-19 09:08:21 +08:00
"init-package-json",
"osenv",
"lockfile",
2012-07-14 02:40:38 +08:00
"retry",
"once",
2012-09-25 23:28:55 +08:00
"npmconf",
2013-03-07 07:41:06 +08:00
"opener",
2013-04-04 01:17:04 +08:00
"chmodr",
2013-05-15 05:37:59 +08:00
"cmd-shim",
"sha",
"child-process-close",
"editor",
2013-06-19 00:42:42 +08:00
"npm-user-validate",
2013-08-16 23:19:31 +08:00
"github-url-from-git"
2012-01-17 07:06:16 +08:00
],
"devDependencies": {
2012-08-07 04:07:31 +08:00
"ronn": "~0.3.6",
2013-08-16 23:19:31 +08:00
"tap": "~0.4.0",
"npm-registry-mock": "~0.2.0"
2012-01-17 07:06:16 +08:00
},
"engines": {
2012-08-22 06:29:03 +08:00
"node": ">=0.6",
2012-01-17 07:06:16 +08:00
"npm": "1"
},
"scripts": {
2012-06-20 00:53:03 +08:00
"test": "node ./test/run.js && tap test/tap/*.js",
2013-02-07 00:39:27 +08:00
"tap": "tap test/tap/*.js",
2012-12-13 06:41:28 +08:00
"prepublish": "node bin/npm-cli.js prune ; rm -rf test/*/*/node_modules ; make -j4 doc",
"dumpconf": "env | grep npm | sort | uniq",
"echo": "node bin/npm-cli.js"
2012-01-17 07:06:16 +08:00
},
2013-08-03 05:55:01 +08:00
"license": "Artistic-2.0"
}