-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
92 lines (92 loc) · 3.61 KB
/
package-lock.json
File metadata and controls
92 lines (92 loc) · 3.61 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"gitbook-plugin-back-to-top-button": {
"version": "0.1.4",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-back-to-top-button/download/gitbook-plugin-back-to-top-button-0.1.4.tgz",
"integrity": "sha1-5iGDOLDvGdWOb2YAmUNQt26ANd8="
},
"gitbook-plugin-chapter-fold": {
"version": "0.0.4",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-chapter-fold/download/gitbook-plugin-chapter-fold-0.0.4.tgz",
"integrity": "sha1-3NWiH4C8vJjAiEGXdMOXrm1EY+8="
},
"gitbook-plugin-code": {
"version": "0.1.0",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-code/download/gitbook-plugin-code-0.1.0.tgz",
"integrity": "sha1-gRqWALrvdViuGTzufVgQABZn6Xs="
},
"gitbook-plugin-highlight": {
"version": "2.0.3",
"resolved": "https://registry.nlark.com/gitbook-plugin-highlight/download/gitbook-plugin-highlight-2.0.3.tgz",
"integrity": "sha1-ia9mqUwWj16t3j52dKgpW3fbWYc=",
"requires": {
"highlight.js": "9.8.0"
}
},
"gitbook-plugin-search-pro": {
"version": "2.0.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-search-pro/download/gitbook-plugin-search-pro-2.0.2.tgz",
"integrity": "sha1-fOduj2XCBESJucaSc2sj+B/mofI=",
"requires": {
"html-entities": "1.2.0"
}
},
"gitbook-plugin-sitemap": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-sitemap/download/gitbook-plugin-sitemap-1.2.0.tgz",
"integrity": "sha1-hneZN1C5ZYOMkG/nz8CiB8DQbcs=",
"requires": {
"sitemap": "1.5.0"
}
},
"gitbook-plugin-splitter": {
"version": "0.0.8",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-splitter/download/gitbook-plugin-splitter-0.0.8.tgz",
"integrity": "sha1-8rBRMGD8kma0awQYLk7KHUtx+vw="
},
"gitbook-plugin-tbfed-pagefooter": {
"version": "0.0.1",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-tbfed-pagefooter/download/gitbook-plugin-tbfed-pagefooter-0.0.1.tgz",
"integrity": "sha1-Fu54QGLdhQQmTEd+h2X8ScQb7T0=",
"requires": {
"moment": "^2.10.6"
}
},
"highlight.js": {
"version": "9.8.0",
"resolved": "https://registry.npmmirror.com/highlight.js/download/highlight.js-9.8.0.tgz",
"integrity": "sha1-OO7vQM1F6t2+yMnlI4+3p4OjtoU="
},
"html-entities": {
"version": "1.2.0",
"resolved": "https://registry.nlark.com/html-entities/download/html-entities-1.2.0.tgz",
"integrity": "sha1-QZSMr4XOgv7Tbk5qDtNxpmZDeeI="
},
"moment": {
"version": "2.29.1",
"resolved": "https://registry.npm.taobao.org/moment/download/moment-2.29.1.tgz",
"integrity": "sha1-sr52n6MZQL6e7qZGnAdeNQBvo9M="
},
"sitemap": {
"version": "1.5.0",
"resolved": "https://registry.nlark.com/sitemap/download/sitemap-1.5.0.tgz",
"integrity": "sha1-RbPoib96XbDvvyxMb8sVbKh+EgE=",
"requires": {
"underscore": "^1.7.0",
"url-join": "^0.0.1"
}
},
"underscore": {
"version": "1.13.1",
"resolved": "https://registry.npm.taobao.org/underscore/download/underscore-1.13.1.tgz",
"integrity": "sha1-DBxr0t9UtrafIxQGbWW2zeb8+dE="
},
"url-join": {
"version": "0.0.1",
"resolved": "https://registry.npm.taobao.org/url-join/download/url-join-0.0.1.tgz?cache=0&sync_timestamp=1609302965041&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Furl-join%2Fdownload%2Furl-join-0.0.1.tgz",
"integrity": "sha1-HbSK1CLTQCRpqH99l73r/k+x48g="
}
}
}