-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.7 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.7 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
99
100
101
102
103
{
"_args": [
[
{
"name": "gitbook-plugin-code",
"raw": "[email protected]",
"rawSpec": "0.1.0",
"scope": null,
"spec": "0.1.0",
"type": "version"
},
"/root/github/docker-docs"
]
],
"_cnpmcore_publish_time": "2021-12-23T11:14:04.284Z",
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/gitbook-plugin-code",
"_nodeVersion": "6.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/gitbook-plugin-code_0.1.0_1521325832371_0.8220407988151179"
},
"_npmUser": {
"email": "[email protected]",
"name": "david.mogar"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "gitbook-plugin-code",
"raw": "[email protected]",
"rawSpec": "0.1.0",
"scope": null,
"spec": "0.1.0",
"type": "version"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmmirror.com/gitbook-plugin-code/-/gitbook-plugin-code-0.1.0.tgz",
"_shasum": "811a9600baef7558ae193cee7d5810001667e97b",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/root/github/docker-docs",
"author": {
"email": "[email protected]",
"name": "David Moreno-García"
},
"bugs": {
"url": "https://github.com/davidmogar/gitbook-plugin-code/issues"
},
"dependencies": {},
"description": "Gitbook plugin to change style of code blocks",
"devDependencies": {},
"directories": {},
"dist": {
"fileCount": 6,
"integrity": "sha512-TE8CUFlN7da4SiN2LYx8qk+FX5w2O2IicEcn48sPTpA8gj9qKQqpYpGEdwgsDEev11shEjCZhDwFN//GQ7bdnA==",
"shasum": "811a9600baef7558ae193cee7d5810001667e97b",
"size": 2763,
"tarball": "https://registry.npmmirror.com/gitbook-plugin-code/-/gitbook-plugin-code-0.1.0.tgz",
"unpackedSize": 5586
},
"engines": {
"gitbook": ">2.5.0"
},
"gitHead": "241bd8e89b0ac53691214ada384777c8658aaa0c",
"gitbook": {
"properties": {
"copyButtons": {
"default": true,
"title": "Adds buttons to copy the commands",
"type": "boolean"
}
}
},
"homepage": "https://github.com/davidmogar/gitbook-plugin-code",
"keywords": [
"gitbook",
"github",
"code",
"plugin"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "[email protected]",
"name": "david.mogar"
}
],
"name": "gitbook-plugin-code",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/davidmogar/gitbook-plugin-code.git"
},
"version": "0.1.0"
}