forked from whuanle/cs_pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
75 lines (75 loc) · 1.83 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
{
"name": "cs_pytorch",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"gitbook-plugin-katex-maomi": "^0.16.115",
"gitbook-plugin-katex-mhchem": "^0.16.9",
"graceful-fs": "^4.2.11"
}
},
"node_modules/commander": {
"version": "8.3.0",
"license": "MIT",
"engines": {
"node": ">= 12"
}
},
"node_modules/gitbook-plugin-katex-maomi": {
"version": "0.16.115",
"resolved": "https://registry.npmjs.org/gitbook-plugin-katex-maomi/-/gitbook-plugin-katex-maomi-0.16.115.tgz",
"integrity": "sha512-qyHxtekWAquKBtLosAbZTsBFP9tKDECAklWpUedh47WVVC0r0UZC2wlFzrnWZTl09aWfO4P7Cvy1dHg2wh9fZg==",
"license": "Apache-2.0",
"dependencies": {
"katex": "0.16.11"
},
"engines": {
"gitbook": ">=3.0.0"
}
},
"node_modules/gitbook-plugin-katex-maomi/node_modules/katex": {
"version": "0.16.11",
"funding": [
"https://opencollective.com/katex",
"https://github.com/sponsors/katex"
],
"license": "MIT",
"dependencies": {
"commander": "^8.3.0"
},
"bin": {
"katex": "cli.js"
}
},
"node_modules/gitbook-plugin-katex-mhchem": {
"version": "0.16.9",
"license": "Apache-2.0",
"dependencies": {
"katex": "0.16.9"
},
"engines": {
"gitbook": ">=3.0.0"
}
},
"node_modules/graceful-fs": {
"version": "4.2.11",
"license": "ISC"
},
"node_modules/katex": {
"version": "0.16.9",
"funding": [
"https://opencollective.com/katex",
"https://github.com/sponsors/katex"
],
"license": "MIT",
"dependencies": {
"commander": "^8.3.0"
},
"bin": {
"katex": "cli.js"
}
}
}
}