-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
105 lines (105 loc) · 2.72 KB
/
package.json
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
{
"_args": [
[
{
"raw": "gitbook-plugin-versions",
"scope": null,
"escapedName": "gitbook-plugin-versions",
"name": "gitbook-plugin-versions",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/admin/Documents/Node/Static generators/Gitbooks/test/doc_src/servoy-06"
]
],
"_from": "gitbook-plugin-versions@latest",
"_id": "gitbook-plugin-versions@2.1.4",
"_inCache": true,
"_location": "/gitbook-plugin-versions",
"_nodeVersion": "7.2.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/gitbook-plugin-versions-2.1.4.tgz_1484843542043_0.10350244538858533"
},
"_npmUser": {
"name": "jpreynat",
"email": "johan.preynat@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "gitbook-plugin-versions",
"scope": null,
"escapedName": "gitbook-plugin-versions",
"name": "gitbook-plugin-versions",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/gitbook-plugin-versions/-/gitbook-plugin-versions-2.1.4.tgz",
"_shasum": "210d0b7d60698f738d77681663992aec4eb12883",
"_shrinkwrap": null,
"_spec": "gitbook-plugin-versions",
"_where": "/Users/admin/Documents/Node/Static generators/Gitbooks/test/doc_src/servoy-06",
"author": {
"name": "Samy Pesse",
"email": "samypesse@gmail.com"
},
"dependencies": {},
"description": "Display a <select> with other versions of your gitbook",
"devDependencies": {
"eslint": "^2.7.0"
},
"directories": {},
"dist": {
"shasum": "210d0b7d60698f738d77681663992aec4eb12883",
"tarball": "https://registry.npmjs.org/gitbook-plugin-versions/-/gitbook-plugin-versions-2.1.4.tgz"
},
"engines": {
"gitbook": ">=2.6.2"
},
"gitHead": "45cd88e7575071b247c7a0b9e5f4a3f2a6079644",
"gitbook": {
"properties": {
"type": {
"type": "string",
"enum": [
"branches",
"tags",
"languages"
],
"default": "branches"
},
"includeFilepath": {
"type": "boolean",
"description": "True to insert current filepath at the end of the version url"
}
}
},
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
{
"name": "jpreynat",
"email": "johan.preynat@gmail.com"
},
{
"name": "mjackson",
"email": "mjijackson@gmail.com"
},
{
"name": "samypesse",
"email": "samypesse@gmail.com"
}
],
"name": "gitbook-plugin-versions",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {},
"version": "2.1.4"
}