summaryrefslogtreecommitdiff
path: root/deps/npm/package.json
blob: a11bacef348b4387d1e79d09ca4e161c2d2a57bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
  "version": "1.4.8",
  "name": "npm",
  "publishConfig": {
    "proprietary-attribs": false
  },
  "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.4",
    "ansi": "~0.2.1",
    "ansicolors": "~0.3.2",
    "ansistyles": "~0.1.3",
    "archy": "0",
    "block-stream": "0.0.7",
    "child-process-close": "~0.1.1",
    "chmodr": "~0.1.0",
    "chownr": "0",
    "cmd-shim": "~1.1.1",
    "columnify": "0.1.2",
    "editor": "0.0.5",
    "fstream": "~0.1.25",
    "fstream-npm": "~0.1.6",
    "github-url-from-git": "1.1.1",
    "github-url-from-username-repo": "~0.1.0",
    "glob": "~3.2.9",
    "graceful-fs": "~2.0.2",
    "ini": "~1.1.0",
    "init-package-json": "0.0.16",
    "lockfile": "~0.4.0",
    "lru-cache": "~2.5.0",
    "minimatch": "~0.2.14",
    "mkdirp": "~0.3.5",
    "node-gyp": "~0.13.0",
    "nopt": "~2.2.1",
    "npm-install-checks": "~1.0.0",
    "npm-registry-client": "~0.4.7",
    "npm-user-validate": "0.0.3",
    "npmconf": "~0.1.15",
    "npmlog": "0.0.6",
    "once": "~1.3.0",
    "opener": "~1.3.0",
    "osenv": "0",
    "path-is-inside": "~1.0.0",
    "read": "~1.0.4",
    "read-installed": "~2.0.1",
    "read-package-json": "~1.1.9",
    "request": "~2.30.0",
    "retry": "~0.6.0",
    "rimraf": "~2.2.5",
    "semver": "~2.2.1",
    "sha": "~1.2.1",
    "slide": "~1.1.5",
    "sorted-object": "~1.0.0",
    "tar": "~0.1.19",
    "text-table": "~0.2.0",
    "uid-number": "0.0.5",
    "which": "1"
  },
  "bundleDependencies": [
    "abbrev",
    "ansi",
    "ansicolors",
    "ansistyles",
    "archy",
    "block-stream",
    "child-process-close",
    "chmodr",
    "chownr",
    "cmd-shim",
    "columnify",
    "editor",
    "fstream",
    "fstream-npm",
    "github-url-from-git",
    "github-url-from-username-repo",
    "glob",
    "graceful-fs",
    "inherits",
    "ini",
    "init-package-json",
    "lockfile",
    "lru-cache",
    "minimatch",
    "mkdirp",
    "node-gyp",
    "nopt",
    "normalize-package-data",
    "npm-install-checks",
    "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": {
    "npm-registry-mock": "~0.6.3",
    "ronn": "~0.3.6",
    "tap": "~0.4.9"
  },
  "engines": {
    "node": ">=0.8",
    "npm": "1"
  },
  "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 -j32 doc",
    "dumpconf": "env | grep npm | sort | uniq"
  },
  "license": "Artistic-2.0"
}