-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
42 lines (42 loc) · 1.48 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"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-expandable-chapters": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/gitbook-plugin-expandable-chapters/-/gitbook-plugin-expandable-chapters-0.2.0.tgz",
"integrity": "sha1-RdcIeuaQekH0gSjFT+ViJKnBraI="
},
"gitbook-plugin-katex": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/gitbook-plugin-katex/-/gitbook-plugin-katex-1.1.4.tgz",
"integrity": "sha1-nTI++t0mw0CFJsXCJ+vbTBEg2aw=",
"requires": {
"katex": "0.7.1"
}
},
"gitbook-plugin-toggle-chapters": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/gitbook-plugin-toggle-chapters/-/gitbook-plugin-toggle-chapters-0.0.3.tgz",
"integrity": "sha1-bl9aphubLiIcOAzfbpKDIAFez7k="
},
"katex": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.7.1.tgz",
"integrity": "sha1-BrtSmO+tBeHnIoA1uo4VkfMGG48=",
"requires": {
"match-at": "^0.1.0"
}
},
"match-at": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/match-at/-/match-at-0.1.1.tgz",
"integrity": "sha1-JdBA0pF3dwTV5lVru3kjDsLeBUA="
}
}
}