04f04b70c3a81a43b682fcb64127df36e43f6f6f
[platform/upstream/nodejs.git] / deps / npm / package.json
1 {
2   "version": "2.14.4",
3   "name": "npm",
4   "description": "a package manager for JavaScript",
5   "keywords": [
6     "package manager",
7     "modules",
8     "install",
9     "package.json"
10   ],
11   "preferGlobal": true,
12   "config": {
13     "publishtest": false
14   },
15   "homepage": "https://docs.npmjs.com/",
16   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
17   "repository": {
18     "type": "git",
19     "url": "https://github.com/npm/npm"
20   },
21   "bugs": {
22     "url": "http://github.com/npm/npm/issues"
23   },
24   "directories": {
25     "doc": "./doc",
26     "man": "./man",
27     "lib": "./lib",
28     "bin": "./bin"
29   },
30   "main": "./lib/npm.js",
31   "bin": "./bin/npm-cli.js",
32   "dependencies": {
33     "abbrev": "~1.0.7",
34     "ansi": "~0.3.0",
35     "ansicolors": "~0.3.2",
36     "ansistyles": "~0.1.3",
37     "archy": "~1.0.0",
38     "async-some": "~1.0.2",
39     "block-stream": "0.0.8",
40     "char-spinner": "~1.0.1",
41     "chmodr": "~1.0.1",
42     "chownr": "~1.0.1",
43     "cmd-shim": "~2.0.1",
44     "columnify": "~1.5.2",
45     "config-chain": "~1.1.9",
46     "dezalgo": "~1.0.3",
47     "editor": "~1.0.0",
48     "fs-vacuum": "~1.2.7",
49     "fs-write-stream-atomic": "~1.0.4",
50     "fstream": "~1.0.8",
51     "fstream-npm": "~1.0.5",
52     "github-url-from-git": "~1.4.0",
53     "github-url-from-username-repo": "~1.0.2",
54     "glob": "~5.0.14",
55     "graceful-fs": "~4.1.2",
56     "hosted-git-info": "~2.1.4",
57     "inflight": "~1.0.4",
58     "inherits": "~2.0.1",
59     "ini": "~1.3.4",
60     "init-package-json": "~1.9.1",
61     "lockfile": "~1.0.1",
62     "lru-cache": "~2.6.5",
63     "minimatch": "~2.0.10",
64     "mkdirp": "~0.5.1",
65     "node-gyp": "~3.0.1",
66     "nopt": "~3.0.4",
67     "normalize-git-url": "~3.0.1",
68     "normalize-package-data": "~2.3.2",
69     "npm-cache-filename": "~1.0.2",
70     "npm-install-checks": "~1.0.6",
71     "npm-package-arg": "~4.0.2",
72     "npm-registry-client": "~7.0.1",
73     "npm-user-validate": "~0.1.2",
74     "npmlog": "~1.2.1",
75     "once": "~1.3.2",
76     "opener": "~1.4.1",
77     "osenv": "~0.1.3",
78     "path-is-inside": "~1.0.0",
79     "read": "~1.0.7",
80     "read-installed": "~4.0.3",
81     "read-package-json": "~2.0.1",
82     "readable-stream": "~1.1.13",
83     "realize-package-specifier": "~3.0.1",
84     "request": "~2.61.0",
85     "retry": "~0.6.1",
86     "rimraf": "~2.4.3",
87     "semver": "~5.0.1",
88     "sha": "~1.3.0",
89     "slide": "~1.1.6",
90     "sorted-object": "~1.0.0",
91     "spdx": "~0.4.1",
92     "tar": "~2.2.1",
93     "text-table": "~0.2.0",
94     "uid-number": "0.0.6",
95     "umask": "~1.1.0",
96     "validate-npm-package-license": "~3.0.1",
97     "validate-npm-package-name": "~2.2.2",
98     "which": "~1.1.2",
99     "wrappy": "~1.0.1",
100     "write-file-atomic": "~1.1.3"
101   },
102   "bundleDependencies": [
103     "abbrev",
104     "ansi",
105     "ansicolors",
106     "ansistyles",
107     "archy",
108     "async-some",
109     "block-stream",
110     "char-spinner",
111     "chmodr",
112     "chownr",
113     "cmd-shim",
114     "columnify",
115     "config-chain",
116     "dezalgo",
117     "editor",
118     "fs-vacuum",
119     "fs-write-stream-atomic",
120     "fstream",
121     "fstream-npm",
122     "github-url-from-git",
123     "github-url-from-username-repo",
124     "glob",
125     "graceful-fs",
126     "hosted-git-info",
127     "inflight",
128     "inherits",
129     "ini",
130     "init-package-json",
131     "lockfile",
132     "lru-cache",
133     "minimatch",
134     "mkdirp",
135     "node-gyp",
136     "nopt",
137     "normalize-git-url",
138     "normalize-package-data",
139     "npm-cache-filename",
140     "npm-install-checks",
141     "npm-package-arg",
142     "npm-registry-client",
143     "npm-user-validate",
144     "npmlog",
145     "once",
146     "opener",
147     "osenv",
148     "path-is-inside",
149     "read",
150     "read-installed",
151     "read-package-json",
152     "readable-stream",
153     "realize-package-specifier",
154     "request",
155     "retry",
156     "rimraf",
157     "semver",
158     "sha",
159     "slide",
160     "sorted-object",
161     "spdx",
162     "tar",
163     "text-table",
164     "uid-number",
165     "umask",
166     "validate-npm-package-license",
167     "validate-npm-package-name",
168     "which",
169     "wrappy",
170     "write-file-atomic"
171   ],
172   "devDependencies": {
173     "deep-equal": "~1.0.1",
174     "marked": "~0.3.3",
175     "marked-man": "~0.1.5",
176     "nock": "~2.10.0",
177     "npm-registry-couchapp": "~2.6.7",
178     "npm-registry-mock": "~1.0.0",
179     "require-inject": "~1.2.0",
180     "sprintf-js": "~1.0.2",
181     "tap": "~1.4.1"
182   },
183   "scripts": {
184     "dumpconf": "env | grep npm | sort | uniq",
185     "prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
186     "preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
187     "tap": "tap --timeout 240",
188     "test": "npm run test-tap",
189     "test-all": "npm run test-legacy && npm run test-tap",
190     "test-legacy": "node ./test/run.js",
191     "test-tap": "npm run tap -- \"test/tap/*.js\""
192   },
193   "license": "Artistic-2.0"
194 }