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
|
{
"name": "read-installed",
"description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
"version": "3.1.3",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/read-installed"
},
"main": "read-installed.js",
"scripts": {
"test": "tap ./test/*.js"
},
"dependencies": {
"debuglog": "^1.0.1",
"read-package-json": "1",
"readdir-scoped-modules": "^1.0.0",
"semver": "2 || 3 || 4",
"slide": "~1.1.3",
"util-extend": "^1.0.1",
"graceful-fs": "2 || 3"
},
"optionalDependencies": {
"graceful-fs": "2 || 3"
},
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"license": "ISC",
"devDependencies": {
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"tap": "~0.4.8"
},
"gitHead": "50e45af7581b1a879c62146fafbfa1b92842f7df",
"bugs": {
"url": "https://github.com/isaacs/read-installed/issues"
},
"homepage": "https://github.com/isaacs/read-installed",
"_id": "read-installed@3.1.3",
"_shasum": "c09092a13c2117f22842cad16804f3b059129d11",
"_from": "read-installed@>=3.1.2-0 <3.2.0-0",
"_npmVersion": "2.0.0-beta.3",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
}
],
"dist": {
"shasum": "c09092a13c2117f22842cad16804f3b059129d11",
"tarball": "http://registry.npmjs.org/read-installed/-/read-installed-3.1.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/read-installed/-/read-installed-3.1.3.tgz"
}
|