forked from shaack/chess-console-stockfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
236 lines (236 loc) · 9.7 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{
"name": "chess-console-stockfish",
"version": "2.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "chess-console-stockfish",
"version": "2.1.5",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.6.1",
"chess-console": "^4.12.0",
"cm-engine-runner": "^1.0.11",
"cm-web-modules": "^1.15.0",
"modrator": "^1.2.1"
}
},
"node_modules/@fortawesome/fontawesome-free": {
"version": "5.15.4",
"resolved": "https://npm.fontawesome.com/@fortawesome/fontawesome-free/-/5.15.4/fontawesome-free-5.15.4.tgz",
"integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==",
"engines": {
"node": ">=6"
}
},
"node_modules/bootstrap": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz",
"integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
},
"peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.16.1"
}
},
"node_modules/bootstrap-show-modal": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/bootstrap-show-modal/-/bootstrap-show-modal-1.4.4.tgz",
"integrity": "sha512-nW19y85DfAX/u5yuWtWlV6a5TXeNcthYMLz1sTn61PS8JuG1FFcPC8Iqu2DQ22QQsf/eE6vlhpNJGF9T/zN9ig=="
},
"node_modules/chess-console": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/chess-console/-/chess-console-4.12.0.tgz",
"integrity": "sha512-f0vgfaeKMGPlxN7J+mZDACmqbrIpOGBmZK+poUG3a2dy4Akl4NQD2RBHCt0eAHWbvNrd8DctFMQn24sGqGAHbg==",
"hasInstallScript": true,
"dependencies": {
"bootstrap": "^4.6.1",
"bootstrap-show-modal": "^1.4.4",
"chess.mjs": "^1.2.0",
"cm-chess": "^2.1.6",
"cm-chessboard": "^3.16.3",
"cm-pgn": "^2.1.7",
"cm-web-modules": "^1.15.0",
"modrator": "^1.2.1"
}
},
"node_modules/chess.mjs": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/chess.mjs/-/chess.mjs-1.2.0.tgz",
"integrity": "sha512-6WLXJ0RHJSn/VjCVAOE6N8mTNXChjrN+xOTOKnpF+v94eCULyRd5KfRNLvxxmxKKxCkck9VsquPirLT0nxH4og=="
},
"node_modules/cm-chess": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/cm-chess/-/cm-chess-2.1.6.tgz",
"integrity": "sha512-TyHvcFsaxhPedluM60W2myn7UsvnAi0aTWcBfh8h2p1j/nqxCNwg9j/oqY7c/4aXCGLH0ILmlrWN7sjaEWSUlA==",
"hasInstallScript": true,
"dependencies": {
"chess.mjs": "^1.1.1",
"cm-pgn": "^2.1.4",
"modrator": "^1.1.6"
}
},
"node_modules/cm-chessboard": {
"version": "3.16.3",
"resolved": "https://registry.npmjs.org/cm-chessboard/-/cm-chessboard-3.16.3.tgz",
"integrity": "sha512-94lcXGbiIm5R9f9P+K1gm9IaoEv1YZyKjOb4Bo52Tz7VMStVttdF81M8htPCcTvmlDHBDjPEMtJpNckBBpSrNw=="
},
"node_modules/cm-engine-runner": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/cm-engine-runner/-/cm-engine-runner-1.0.11.tgz",
"integrity": "sha512-eM0MZKw39I1pyQXtHhcR9QbGiLCBMwuwYTg87kQXXcCyvK3NdSlljzW9nR6cExmfEGW+4eRmKp1LI5GgYE2xIA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"cm-polyglot": "^1.0.6",
"modrator": "^1.2.1"
}
},
"node_modules/cm-pgn": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/cm-pgn/-/cm-pgn-2.1.7.tgz",
"integrity": "sha512-KqKjpf1Sk27ArPqawKr3pBHb71ip55RQYF2UaA/vcGJki8V7TtuasB3S7re+KSmg00cM3hMHYwRs+Xy3khrANw==",
"hasInstallScript": true,
"dependencies": {
"chess.mjs": "^1.2.0",
"modrator": "^1.2.0"
}
},
"node_modules/cm-polyglot": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/cm-polyglot/-/cm-polyglot-1.0.6.tgz",
"integrity": "sha512-b8m5fvjee4SP8U9YxeeeDwxhIAYXWN4nBQq+TOnJGfhTokNh5JW2pM1EEpH3QCnt4+KefuSM68eXzihyxRbloA=="
},
"node_modules/cm-web-modules": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/cm-web-modules/-/cm-web-modules-1.15.0.tgz",
"integrity": "sha512-IQahgbcGnN5Z/dDQ4Tx3tk/0zkR1KLZIV+dyGqFA0u1lRs6LAwIhRDFkG36S4XxY3tiEaMwynUUjr46EZgVzmQ=="
},
"node_modules/jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==",
"peer": true
},
"node_modules/modrator": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/modrator/-/modrator-1.2.1.tgz",
"integrity": "sha512-c9Fmc6jYd0oD7xVmVQW3z/K26t/PY3nmaSjYJ4K3l+4o5dzfm0IfDqsCz7evEex70wbz/oj5AINYLI6ufFpFWQ=="
},
"node_modules/popper.js": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
"integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==",
"deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1",
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
}
},
"dependencies": {
"@fortawesome/fontawesome-free": {
"version": "5.15.4",
"resolved": "https://npm.fontawesome.com/@fortawesome/fontawesome-free/-/5.15.4/fontawesome-free-5.15.4.tgz",
"integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg=="
},
"bootstrap": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz",
"integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==",
"requires": {}
},
"bootstrap-show-modal": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/bootstrap-show-modal/-/bootstrap-show-modal-1.4.4.tgz",
"integrity": "sha512-nW19y85DfAX/u5yuWtWlV6a5TXeNcthYMLz1sTn61PS8JuG1FFcPC8Iqu2DQ22QQsf/eE6vlhpNJGF9T/zN9ig=="
},
"chess-console": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/chess-console/-/chess-console-4.12.0.tgz",
"integrity": "sha512-f0vgfaeKMGPlxN7J+mZDACmqbrIpOGBmZK+poUG3a2dy4Akl4NQD2RBHCt0eAHWbvNrd8DctFMQn24sGqGAHbg==",
"requires": {
"bootstrap": "^4.6.1",
"bootstrap-show-modal": "^1.4.4",
"chess.mjs": "^1.2.0",
"cm-chess": "^2.1.6",
"cm-chessboard": "^3.16.3",
"cm-pgn": "^2.1.7",
"cm-web-modules": "^1.15.0",
"modrator": "^1.2.1"
}
},
"chess.mjs": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/chess.mjs/-/chess.mjs-1.2.0.tgz",
"integrity": "sha512-6WLXJ0RHJSn/VjCVAOE6N8mTNXChjrN+xOTOKnpF+v94eCULyRd5KfRNLvxxmxKKxCkck9VsquPirLT0nxH4og=="
},
"cm-chess": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/cm-chess/-/cm-chess-2.1.6.tgz",
"integrity": "sha512-TyHvcFsaxhPedluM60W2myn7UsvnAi0aTWcBfh8h2p1j/nqxCNwg9j/oqY7c/4aXCGLH0ILmlrWN7sjaEWSUlA==",
"requires": {
"chess.mjs": "^1.1.1",
"cm-pgn": "^2.1.4",
"modrator": "^1.1.6"
}
},
"cm-chessboard": {
"version": "3.16.3",
"resolved": "https://registry.npmjs.org/cm-chessboard/-/cm-chessboard-3.16.3.tgz",
"integrity": "sha512-94lcXGbiIm5R9f9P+K1gm9IaoEv1YZyKjOb4Bo52Tz7VMStVttdF81M8htPCcTvmlDHBDjPEMtJpNckBBpSrNw=="
},
"cm-engine-runner": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/cm-engine-runner/-/cm-engine-runner-1.0.11.tgz",
"integrity": "sha512-eM0MZKw39I1pyQXtHhcR9QbGiLCBMwuwYTg87kQXXcCyvK3NdSlljzW9nR6cExmfEGW+4eRmKp1LI5GgYE2xIA==",
"requires": {
"cm-polyglot": "^1.0.6",
"modrator": "^1.2.1"
}
},
"cm-pgn": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/cm-pgn/-/cm-pgn-2.1.7.tgz",
"integrity": "sha512-KqKjpf1Sk27ArPqawKr3pBHb71ip55RQYF2UaA/vcGJki8V7TtuasB3S7re+KSmg00cM3hMHYwRs+Xy3khrANw==",
"requires": {
"chess.mjs": "^1.2.0",
"modrator": "^1.2.0"
}
},
"cm-polyglot": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/cm-polyglot/-/cm-polyglot-1.0.6.tgz",
"integrity": "sha512-b8m5fvjee4SP8U9YxeeeDwxhIAYXWN4nBQq+TOnJGfhTokNh5JW2pM1EEpH3QCnt4+KefuSM68eXzihyxRbloA=="
},
"cm-web-modules": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/cm-web-modules/-/cm-web-modules-1.15.0.tgz",
"integrity": "sha512-IQahgbcGnN5Z/dDQ4Tx3tk/0zkR1KLZIV+dyGqFA0u1lRs6LAwIhRDFkG36S4XxY3tiEaMwynUUjr46EZgVzmQ=="
},
"jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==",
"peer": true
},
"modrator": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/modrator/-/modrator-1.2.1.tgz",
"integrity": "sha512-c9Fmc6jYd0oD7xVmVQW3z/K26t/PY3nmaSjYJ4K3l+4o5dzfm0IfDqsCz7evEex70wbz/oj5AINYLI6ufFpFWQ=="
},
"popper.js": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
"integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==",
"peer": true
}
}
}