Initial commit
[yaffs-website] / node_modules / normalize-package-data / test / fixtures / npm.json
1 {
2   "version": "1.2.17",
3   "name": "npm",
4   "publishConfig": {
5     "proprietary-attribs": false
6   },
7   "description": "A package manager for node",
8   "keywords": [
9     "package manager",
10     "modules",
11     "install",
12     "package.json"
13   ],
14   "preferGlobal": true,
15   "config": {
16     "publishtest": false
17   },
18   "homepage": "https://npmjs.org/doc/",
19   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
20   "repository": {
21     "type": "git",
22     "url": "https://github.com/isaacs/npm"
23   },
24   "bugs": {
25     "email": "npm-@googlegroups.com",
26     "url": "http://github.com/isaacs/npm/issues"
27   },
28   "directories": {
29     "doc": "./doc",
30     "man": "./man",
31     "lib": "./lib",
32     "bin": "./bin"
33   },
34   "main": "./lib/npm.js",
35   "bin": "./bin/npm-cli.js",
36   "dependencies": {
37     "semver": "~1.1.2",
38     "ini": "~1.1.0",
39     "slide": "1",
40     "abbrev": "~1.0.4",
41     "graceful-fs": "~1.2.0",
42     "minimatch": "~0.2.11",
43     "nopt": "~2.1.1",
44     "rimraf": "2",
45     "request": "~2.9",
46     "which": "1",
47     "tar": "~0.1.17",
48     "fstream": "~0.1.22",
49     "block-stream": "*",
50     "inherits": "1",
51     "mkdirp": "~0.3.3",
52     "read": "~1.0.4",
53     "lru-cache": "~2.3.0",
54     "node-gyp": "~0.9.3",
55     "fstream-npm": "~0.1.3",
56     "uid-number": "0",
57     "archy": "0",
58     "chownr": "0",
59     "npmlog": "0",
60     "ansi": "~0.1.2",
61     "npm-registry-client": "~0.2.18",
62     "read-package-json": "~0.3.0",
63     "read-installed": "0",
64     "glob": "~3.1.21",
65     "init-package-json": "0.0.6",
66     "osenv": "0",
67     "lockfile": "~0.3.0",
68     "retry": "~0.6.0",
69     "once": "~1.1.1",
70     "npmconf": "0",
71     "opener": "~1.3.0",
72     "chmodr": "~0.1.0",
73     "cmd-shim": "~1.1.0"
74   },
75   "bundleDependencies": [
76     "semver",
77     "ini",
78     "slide",
79     "abbrev",
80     "graceful-fs",
81     "minimatch",
82     "nopt",
83     "rimraf",
84     "request",
85     "which",
86     "tar",
87     "fstream",
88     "block-stream",
89     "inherits",
90     "mkdirp",
91     "read",
92     "lru-cache",
93     "node-gyp",
94     "fstream-npm",
95     "uid-number",
96     "archy",
97     "chownr",
98     "npmlog",
99     "ansi",
100     "npm-registry-client",
101     "read-package-json",
102     "read-installed",
103     "glob",
104     "init-package-json",
105     "osenv",
106     "lockfile",
107     "retry",
108     "once",
109     "npmconf",
110     "opener",
111     "chmodr",
112     "cmd-shim"
113   ],
114   "devDependencies": {
115     "ronn": "~0.3.6",
116     "tap": "~0.4.0"
117   },
118   "engines": {
119     "node": ">=0.6",
120     "npm": "1"
121   },
122   "scripts": {
123     "test": "node ./test/run.js && tap test/tap/*.js",
124     "tap": "tap test/tap/*.js",
125     "prepublish": "node bin/npm-cli.js prune ; rm -rf test/*/*/node_modules ; make -j4 doc",
126     "dumpconf": "env | grep npm | sort | uniq",
127     "echo": "node bin/npm-cli.js"
128   },
129   "licenses": [
130     {
131       "type": "MIT +no-false-attribs",
132       "url": "https://github.com/isaacs/npm/raw/master/LICENSE"
133     }
134   ]
135 }