forked from AngelKitty/SE_Book_CN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
90 lines (90 loc) · 3.59 KB
/
package-lock.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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"gitbook-plugin-back-to-top-button": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/gitbook-plugin-back-to-top-button/-/gitbook-plugin-back-to-top-button-0.1.4.tgz",
"integrity": "sha1-5iGDOLDvGdWOb2YAmUNQt26ANd8="
},
"gitbook-plugin-chapter-fold": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/gitbook-plugin-chapter-fold/-/gitbook-plugin-chapter-fold-0.0.4.tgz",
"integrity": "sha1-3NWiH4C8vJjAiEGXdMOXrm1EY+8="
},
"gitbook-plugin-code": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/gitbook-plugin-code/-/gitbook-plugin-code-0.1.0.tgz",
"integrity": "sha1-gRqWALrvdViuGTzufVgQABZn6Xs="
},
"gitbook-plugin-copy-code-button": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/gitbook-plugin-copy-code-button/-/gitbook-plugin-copy-code-button-0.0.2.tgz",
"integrity": "sha1-Q0UzIAtc9ZbChMFOHYu1d3IIRHU="
},
"gitbook-plugin-edit-link": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/gitbook-plugin-edit-link/-/gitbook-plugin-edit-link-2.0.2.tgz",
"integrity": "sha1-2PzZJ+ztgeemYqctWdtgnq/X5y8="
},
"gitbook-plugin-github-buttons": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/gitbook-plugin-github-buttons/-/gitbook-plugin-github-buttons-2.1.0.tgz",
"integrity": "sha1-eZOqHmwgUeF0POTiw3PEPbZeiuQ="
},
"gitbook-plugin-pageview-count": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/gitbook-plugin-pageview-count/-/gitbook-plugin-pageview-count-1.0.1.tgz",
"integrity": "sha1-38W0u5KQ9QMAXyhVnQcRQl1vlME="
},
"gitbook-plugin-popup": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/gitbook-plugin-popup/-/gitbook-plugin-popup-0.0.1.tgz",
"integrity": "sha1-6iOOXiSMNc9Lc9KH3fVw8J3/Yzw="
},
"gitbook-plugin-search-pro": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/gitbook-plugin-search-pro/-/gitbook-plugin-search-pro-2.0.2.tgz",
"integrity": "sha1-fOduj2XCBESJucaSc2sj+B/mofI=",
"requires": {
"html-entities": "1.2.0"
}
},
"gitbook-plugin-sharing-plus": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/gitbook-plugin-sharing-plus/-/gitbook-plugin-sharing-plus-0.0.2.tgz",
"integrity": "sha1-FstYGACikvAbvY19Ic6jID0Jcz8=",
"requires": {
"lodash": "^3.10.1"
}
},
"gitbook-plugin-splitter": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/gitbook-plugin-splitter/-/gitbook-plugin-splitter-0.0.8.tgz",
"integrity": "sha1-8rBRMGD8kma0awQYLk7KHUtx+vw="
},
"gitbook-plugin-tbfed-pagefooter": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/gitbook-plugin-tbfed-pagefooter/-/gitbook-plugin-tbfed-pagefooter-0.0.1.tgz",
"integrity": "sha1-Fu54QGLdhQQmTEd+h2X8ScQb7T0=",
"requires": {
"moment": "^2.10.6"
}
},
"html-entities": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.0.tgz",
"integrity": "sha1-QZSMr4XOgv7Tbk5qDtNxpmZDeeI="
},
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
},
"moment": {
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
"integrity": "sha1-DQVdU/UFKqZTyfbraLtdEr9cK1s="
}
}
}