-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.52 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.52 KB
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
{
"_args": [
[
{
"name": "pretty-format",
"raw": "pretty-format@^3.5.1",
"rawSpec": "^3.5.1",
"scope": null,
"spec": ">=3.5.1 <4.0.0",
"type": "range"
},
"/home/hwq/gitbook_books/ROS-Note/node_modules/preact-render-to-string"
]
],
"_from": "pretty-format@>=3.5.1 <4.0.0",
"_id": "pretty-format@3.8.0",
"_inCache": true,
"_installable": true,
"_location": "/pretty-format",
"_nodeVersion": "5.12.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/pretty-format-3.8.0.tgz_1473558204046_0.3871619531419128"
},
"_npmUser": {
"email": "me@thejameskyle.com",
"name": "thejameskyle"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "pretty-format",
"raw": "pretty-format@^3.5.1",
"rawSpec": "^3.5.1",
"scope": null,
"spec": ">=3.5.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/preact-render-to-string"
],
"_resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz",
"_shasum": "bfbed56d5e9a776645f4b1ff7aa1a3ac4fa3c385",
"_shrinkwrap": null,
"_spec": "pretty-format@^3.5.1",
"_where": "/home/hwq/gitbook_books/ROS-Note/node_modules/preact-render-to-string",
"author": {
"email": "me@thejameskyle.com",
"name": "James Kyle"
},
"bugs": {
"url": "https://github.com/thejameskyle/pretty-format/issues"
},
"dependencies": {},
"description": "Stringify any JavaScript value.",
"devDependencies": {
"chalk": "^1.1.3",
"jest": "^15.1.1",
"left-pad": "^1.1.1",
"react": "15.3.0"
},
"directories": {},
"dist": {
"shasum": "bfbed56d5e9a776645f4b1ff7aa1a3ac4fa3c385",
"tarball": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz"
},
"gitHead": "556f97f5ba896f15bf8e07e191636d31828f63a8",
"homepage": "https://github.com/thejameskle/pretty-format",
"jest": {
"testEnvironment": "node",
"verbose": true
},
"keywords": [],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "christoph.pojer@gmail.com",
"name": "cpojer"
},
{
"email": "me@thejameskyle.com",
"name": "thejameskyle"
}
],
"name": "pretty-format",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/thejameskyle/pretty-format.git"
},
"scripts": {
"perf": "node perf/test.js",
"test": "jest"
},
"version": "3.8.0"
}