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
|
{
"_args": [
[
"read-package-json@~2.0.3",
"/Users/rebecca/code/npm"
]
],
"_from": "read-package-json@>=2.0.3 <2.1.0",
"_id": "read-package-json@2.0.4",
"_inCache": true,
"_installable": true,
"_location": "/read-package-json",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/read-package-json-2.0.4.tgz_1461711438155_0.03128739935345948"
},
"_npmUser": {
"email": "kat@sykosomatic.org",
"name": "zkat"
},
"_npmVersion": "3.8.7",
"_phantomChildren": {
"inflight": "1.0.4",
"inherits": "2.0.1",
"once": "1.3.3"
},
"_requested": {
"name": "read-package-json",
"raw": "read-package-json@~2.0.3",
"rawSpec": "~2.0.3",
"scope": null,
"spec": ">=2.0.3 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/",
"/init-package-json",
"/read-installed",
"/read-package-tree"
],
"_resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.0.4.tgz",
"_shasum": "61ed1b2256ea438d8008895090be84b8e799c853",
"_shrinkwrap": null,
"_spec": "read-package-json@~2.0.3",
"_where": "/Users/rebecca/code/npm",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/npm/read-package-json/issues"
},
"dependencies": {
"glob": "^6.0.0",
"graceful-fs": "^4.1.2",
"json-parse-helpfulerror": "^1.0.2",
"normalize-package-data": "^2.0.0"
},
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
"devDependencies": {
"standard": "^5.3.1",
"tap": "^1.2.0"
},
"directories": {},
"dist": {
"shasum": "61ed1b2256ea438d8008895090be84b8e799c853",
"tarball": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.0.4.tgz"
},
"gitHead": "de5172a8ada18a2a906294216e22206bfa13321d",
"homepage": "https://github.com/npm/read-package-json#readme",
"license": "ISC",
"main": "read-json.js",
"maintainers": [
{
"email": "me@re-becca.org",
"name": "iarna"
},
{
"email": "isaacs@npmjs.com",
"name": "isaacs"
},
{
"email": "ogd@aoaioxxysz.net",
"name": "othiym23"
},
{
"email": "kat@sykosomatic.org",
"name": "zkat"
}
],
"name": "read-package-json",
"optionalDependencies": {
"graceful-fs": "^4.1.2"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/read-package-json.git"
},
"scripts": {
"test": "standard && tap test/*.js"
},
"version": "2.0.4"
}
|