forked from wind-liang/leetcode
-
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.53 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.53 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": "gitbook-plugin-meta",
"raw": "[email protected]",
"rawSpec": "0.1.12",
"scope": null,
"spec": "0.1.12",
"type": "version"
},
"E:\\WEB\\leetcode"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/gitbook-plugin-meta",
"_nodeVersion": "6.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/gitbook-plugin-meta-0.1.12.tgz_1472523790532_0.9252953482791781"
},
"_npmUser": {
"email": "[email protected]",
"name": "cyberzhg"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "gitbook-plugin-meta",
"raw": "[email protected]",
"rawSpec": "0.1.12",
"scope": null,
"spec": "0.1.12",
"type": "version"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/gitbook-plugin-meta/-/gitbook-plugin-meta-0.1.12.tgz",
"_shasum": "d3bf9a1d4978b0eeb9c4206e41d7edcb3a4cce62",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "E:\\WEB\\leetcode",
"bugs": {
"url": "https://github.com/CyberZHG/gitbook-plugin-meta/issues"
},
"dependencies": {},
"description": "Add meta data to <head> for your gitbook",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "d3bf9a1d4978b0eeb9c4206e41d7edcb3a4cce62",
"tarball": "https://registry.npmjs.org/gitbook-plugin-meta/-/gitbook-plugin-meta-0.1.12.tgz"
},
"engines": {
"gitbook": "*"
},
"gitHead": "3446a6de3c027012af7e80dfad3a8a2ffab6faee",
"gitbook": {
"properties": {
"content": {
"default": "",
"title": "The content of metadata:",
"type": "string"
},
"data": {
"default": [],
"title": "An array of extra metadata, should be edited in book.json",
"type": "array"
},
"name": {
"default": "",
"title": "The name of metadata:",
"type": "string"
}
}
},
"homepage": "https://github.com/CyberZHG/gitbook-plugin-meta",
"license": "GPL-3.0",
"maintainers": [
{
"email": "[email protected]",
"name": "cyberzhg"
}
],
"name": "gitbook-plugin-meta",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/CyberZHG/gitbook-plugin-meta.git"
},
"scripts": {},
"version": "0.1.12"
}