-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
48 lines (48 loc) · 1.91 KB
/
package-lock.json
File metadata and controls
48 lines (48 loc) · 1.91 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
{
"name": "gitbook-docs",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"get-youtube-id": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/get-youtube-id/-/get-youtube-id-1.0.1.tgz",
"integrity": "sha512-5yidLzoLXbtw82a/Wb7LrajkGn29BM6JuLWeHyNfzOGp1weGyW4+7eMz6cP23+etqj27VlOFtq8fFFDMLq/FXQ=="
},
"gitbook-plugin-sitemap-general": {
"version": "0.1.1",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-sitemap-general/-/gitbook-plugin-sitemap-general-0.1.1.tgz",
"integrity": "sha512-Oe3ClhXzuxdsEnN7uhhMLIylXeMSFuW0YZhAe+Wk0agAXvlcBgOk61gnnp1Nde4QJ7lu2Vi2XNh2sI4uPGJT5g==",
"requires": {
"sitemap": "1.5.0"
}
},
"gitbook-plugin-youtube": {
"version": "2.0.0",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-youtube/-/gitbook-plugin-youtube-2.0.0.tgz",
"integrity": "sha512-FdB3IbiAB69hwQWQx0guexAIe46gkZ9MFnmGRozIk37czpLL9pvZa3twLWN+O/hwJMFQ/sck5gKINCvkVNualA==",
"requires": {
"get-youtube-id": "^1.0.0"
}
},
"sitemap": {
"version": "1.5.0",
"resolved": "https://registry.npmmirror.com/sitemap/-/sitemap-1.5.0.tgz",
"integrity": "sha512-AGevBYvwFaoBsZoWClv8qlaA3lpoPCUnNh2zxIHl3coZXXD5U2+GKtkMBS3pXvl5NXvzN4R0392gN4YrIpSUmQ==",
"requires": {
"underscore": "^1.7.0",
"url-join": "^0.0.1"
}
},
"underscore": {
"version": "1.13.4",
"resolved": "https://registry.npmmirror.com/underscore/-/underscore-1.13.4.tgz",
"integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ=="
},
"url-join": {
"version": "0.0.1",
"resolved": "https://registry.npmmirror.com/url-join/-/url-join-0.0.1.tgz",
"integrity": "sha512-H6dnQ/yPAAVzMQRvEvyz01hhfQL5qRWSEt7BX8t9DqnPw9BjMb64fjIRq76Uvf1hkHp+mTZvEVJ5guXOT0Xqaw=="
}
}
}