sliftutils 0.3.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package-lock.json +222 -115
- package/package.json +2 -2
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sliftutils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sliftutils",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.4.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@types/shell-quote": "^1.7.5",
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
"typesafecss": "^0.26.0",
|
|
16
16
|
"yargs": "15.4.1"
|
|
17
17
|
},
|
|
18
|
+
"bin": {
|
|
19
|
+
"build-nodejs": "node ./builders/nodeJSBuildRun.js"
|
|
20
|
+
},
|
|
18
21
|
"devDependencies": {
|
|
19
22
|
"@types/chrome": "^0.0.237",
|
|
20
23
|
"@types/yargs": "15.0.19",
|
|
@@ -156,6 +159,28 @@
|
|
|
156
159
|
"url": "https://opencollective.com/eslint"
|
|
157
160
|
}
|
|
158
161
|
},
|
|
162
|
+
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
163
|
+
"version": "1.1.12",
|
|
164
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
165
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
166
|
+
"license": "MIT",
|
|
167
|
+
"dependencies": {
|
|
168
|
+
"balanced-match": "^1.0.0",
|
|
169
|
+
"concat-map": "0.0.1"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
173
|
+
"version": "3.1.2",
|
|
174
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
175
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
176
|
+
"license": "ISC",
|
|
177
|
+
"dependencies": {
|
|
178
|
+
"brace-expansion": "^1.1.7"
|
|
179
|
+
},
|
|
180
|
+
"engines": {
|
|
181
|
+
"node": "*"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
159
184
|
"node_modules/@eslint/js": {
|
|
160
185
|
"version": "8.57.1",
|
|
161
186
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
|
|
@@ -169,6 +194,7 @@
|
|
|
169
194
|
"version": "0.13.0",
|
|
170
195
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
|
|
171
196
|
"integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
|
|
197
|
+
"deprecated": "Use @eslint/config-array instead",
|
|
172
198
|
"license": "Apache-2.0",
|
|
173
199
|
"dependencies": {
|
|
174
200
|
"@humanwhocodes/object-schema": "^2.0.3",
|
|
@@ -179,6 +205,28 @@
|
|
|
179
205
|
"node": ">=10.10.0"
|
|
180
206
|
}
|
|
181
207
|
},
|
|
208
|
+
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
|
|
209
|
+
"version": "1.1.12",
|
|
210
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
211
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
212
|
+
"license": "MIT",
|
|
213
|
+
"dependencies": {
|
|
214
|
+
"balanced-match": "^1.0.0",
|
|
215
|
+
"concat-map": "0.0.1"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
|
|
219
|
+
"version": "3.1.2",
|
|
220
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
221
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
222
|
+
"license": "ISC",
|
|
223
|
+
"dependencies": {
|
|
224
|
+
"brace-expansion": "^1.1.7"
|
|
225
|
+
},
|
|
226
|
+
"engines": {
|
|
227
|
+
"node": "*"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
182
230
|
"node_modules/@humanwhocodes/module-importer": {
|
|
183
231
|
"version": "1.0.1",
|
|
184
232
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
@@ -196,6 +244,7 @@
|
|
|
196
244
|
"version": "2.0.3",
|
|
197
245
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
|
|
198
246
|
"integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
|
|
247
|
+
"deprecated": "Use @eslint/object-schema instead",
|
|
199
248
|
"license": "BSD-3-Clause"
|
|
200
249
|
},
|
|
201
250
|
"node_modules/@nodelib/fs.scandir": {
|
|
@@ -275,12 +324,12 @@
|
|
|
275
324
|
"license": "MIT"
|
|
276
325
|
},
|
|
277
326
|
"node_modules/@types/node": {
|
|
278
|
-
"version": "
|
|
279
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
280
|
-
"integrity": "sha512-
|
|
327
|
+
"version": "24.10.1",
|
|
328
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz",
|
|
329
|
+
"integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
|
|
281
330
|
"license": "MIT",
|
|
282
331
|
"dependencies": {
|
|
283
|
-
"undici-types": "~
|
|
332
|
+
"undici-types": "~7.16.0"
|
|
284
333
|
}
|
|
285
334
|
},
|
|
286
335
|
"node_modules/@types/pako": {
|
|
@@ -482,30 +531,6 @@
|
|
|
482
531
|
}
|
|
483
532
|
}
|
|
484
533
|
},
|
|
485
|
-
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
486
|
-
"version": "2.0.2",
|
|
487
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
488
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
489
|
-
"license": "MIT",
|
|
490
|
-
"dependencies": {
|
|
491
|
-
"balanced-match": "^1.0.0"
|
|
492
|
-
}
|
|
493
|
-
},
|
|
494
|
-
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
495
|
-
"version": "9.0.3",
|
|
496
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
497
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
498
|
-
"license": "ISC",
|
|
499
|
-
"dependencies": {
|
|
500
|
-
"brace-expansion": "^2.0.1"
|
|
501
|
-
},
|
|
502
|
-
"engines": {
|
|
503
|
-
"node": ">=16 || 14 >=14.17"
|
|
504
|
-
},
|
|
505
|
-
"funding": {
|
|
506
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
534
|
"node_modules/@typescript-eslint/utils": {
|
|
510
535
|
"version": "6.21.0",
|
|
511
536
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
|
|
@@ -638,13 +663,12 @@
|
|
|
638
663
|
"license": "MIT"
|
|
639
664
|
},
|
|
640
665
|
"node_modules/brace-expansion": {
|
|
641
|
-
"version": "
|
|
642
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
643
|
-
"integrity": "sha512-
|
|
666
|
+
"version": "2.0.2",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
668
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
644
669
|
"license": "MIT",
|
|
645
670
|
"dependencies": {
|
|
646
|
-
"balanced-match": "^1.0.0"
|
|
647
|
-
"concat-map": "0.0.1"
|
|
671
|
+
"balanced-match": "^1.0.0"
|
|
648
672
|
}
|
|
649
673
|
},
|
|
650
674
|
"node_modules/braces": {
|
|
@@ -886,6 +910,7 @@
|
|
|
886
910
|
"version": "8.57.1",
|
|
887
911
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
|
|
888
912
|
"integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
|
|
913
|
+
"deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
|
|
889
914
|
"license": "MIT",
|
|
890
915
|
"peer": true,
|
|
891
916
|
"dependencies": {
|
|
@@ -966,65 +991,26 @@
|
|
|
966
991
|
"url": "https://opencollective.com/eslint"
|
|
967
992
|
}
|
|
968
993
|
},
|
|
969
|
-
"node_modules/eslint/node_modules/
|
|
970
|
-
"version": "
|
|
971
|
-
"resolved": "https://registry.npmjs.org/
|
|
972
|
-
"integrity": "sha512-
|
|
973
|
-
"license": "MIT",
|
|
974
|
-
"dependencies": {
|
|
975
|
-
"locate-path": "^6.0.0",
|
|
976
|
-
"path-exists": "^4.0.0"
|
|
977
|
-
},
|
|
978
|
-
"engines": {
|
|
979
|
-
"node": ">=10"
|
|
980
|
-
},
|
|
981
|
-
"funding": {
|
|
982
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
|
-
"node_modules/eslint/node_modules/locate-path": {
|
|
986
|
-
"version": "6.0.0",
|
|
987
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
988
|
-
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
989
|
-
"license": "MIT",
|
|
990
|
-
"dependencies": {
|
|
991
|
-
"p-locate": "^5.0.0"
|
|
992
|
-
},
|
|
993
|
-
"engines": {
|
|
994
|
-
"node": ">=10"
|
|
995
|
-
},
|
|
996
|
-
"funding": {
|
|
997
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
"node_modules/eslint/node_modules/p-limit": {
|
|
1001
|
-
"version": "3.1.0",
|
|
1002
|
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
1003
|
-
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
994
|
+
"node_modules/eslint/node_modules/brace-expansion": {
|
|
995
|
+
"version": "1.1.12",
|
|
996
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
997
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
1004
998
|
"license": "MIT",
|
|
1005
999
|
"dependencies": {
|
|
1006
|
-
"
|
|
1007
|
-
|
|
1008
|
-
"engines": {
|
|
1009
|
-
"node": ">=10"
|
|
1010
|
-
},
|
|
1011
|
-
"funding": {
|
|
1012
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1000
|
+
"balanced-match": "^1.0.0",
|
|
1001
|
+
"concat-map": "0.0.1"
|
|
1013
1002
|
}
|
|
1014
1003
|
},
|
|
1015
|
-
"node_modules/eslint/node_modules/
|
|
1016
|
-
"version": "
|
|
1017
|
-
"resolved": "https://registry.npmjs.org/
|
|
1018
|
-
"integrity": "sha512-
|
|
1019
|
-
"license": "
|
|
1004
|
+
"node_modules/eslint/node_modules/minimatch": {
|
|
1005
|
+
"version": "3.1.2",
|
|
1006
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
1007
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
1008
|
+
"license": "ISC",
|
|
1020
1009
|
"dependencies": {
|
|
1021
|
-
"
|
|
1010
|
+
"brace-expansion": "^1.1.7"
|
|
1022
1011
|
},
|
|
1023
1012
|
"engines": {
|
|
1024
|
-
"node": "
|
|
1025
|
-
},
|
|
1026
|
-
"funding": {
|
|
1027
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1013
|
+
"node": "*"
|
|
1028
1014
|
}
|
|
1029
1015
|
},
|
|
1030
1016
|
"node_modules/espree": {
|
|
@@ -1166,16 +1152,19 @@
|
|
|
1166
1152
|
}
|
|
1167
1153
|
},
|
|
1168
1154
|
"node_modules/find-up": {
|
|
1169
|
-
"version": "
|
|
1170
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-
|
|
1171
|
-
"integrity": "sha512-
|
|
1155
|
+
"version": "5.0.0",
|
|
1156
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
1157
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
1172
1158
|
"license": "MIT",
|
|
1173
1159
|
"dependencies": {
|
|
1174
|
-
"locate-path": "^
|
|
1160
|
+
"locate-path": "^6.0.0",
|
|
1175
1161
|
"path-exists": "^4.0.0"
|
|
1176
1162
|
},
|
|
1177
1163
|
"engines": {
|
|
1178
|
-
"node": ">=
|
|
1164
|
+
"node": ">=10"
|
|
1165
|
+
},
|
|
1166
|
+
"funding": {
|
|
1167
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1179
1168
|
}
|
|
1180
1169
|
},
|
|
1181
1170
|
"node_modules/flat-cache": {
|
|
@@ -1217,6 +1206,7 @@
|
|
|
1217
1206
|
"version": "7.2.3",
|
|
1218
1207
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
1219
1208
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
1209
|
+
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
1220
1210
|
"license": "ISC",
|
|
1221
1211
|
"dependencies": {
|
|
1222
1212
|
"fs.realpath": "^1.0.0",
|
|
@@ -1245,6 +1235,28 @@
|
|
|
1245
1235
|
"node": ">=10.13.0"
|
|
1246
1236
|
}
|
|
1247
1237
|
},
|
|
1238
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
|
1239
|
+
"version": "1.1.12",
|
|
1240
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
1241
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
1242
|
+
"license": "MIT",
|
|
1243
|
+
"dependencies": {
|
|
1244
|
+
"balanced-match": "^1.0.0",
|
|
1245
|
+
"concat-map": "0.0.1"
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
1249
|
+
"version": "3.1.2",
|
|
1250
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
1251
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
1252
|
+
"license": "ISC",
|
|
1253
|
+
"dependencies": {
|
|
1254
|
+
"brace-expansion": "^1.1.7"
|
|
1255
|
+
},
|
|
1256
|
+
"engines": {
|
|
1257
|
+
"node": "*"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1248
1260
|
"node_modules/globals": {
|
|
1249
1261
|
"version": "13.24.0",
|
|
1250
1262
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
@@ -1333,6 +1345,7 @@
|
|
|
1333
1345
|
"version": "1.0.6",
|
|
1334
1346
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
1335
1347
|
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
1348
|
+
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
|
1336
1349
|
"license": "ISC",
|
|
1337
1350
|
"dependencies": {
|
|
1338
1351
|
"once": "^1.3.0",
|
|
@@ -1485,15 +1498,18 @@
|
|
|
1485
1498
|
}
|
|
1486
1499
|
},
|
|
1487
1500
|
"node_modules/locate-path": {
|
|
1488
|
-
"version": "
|
|
1489
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-
|
|
1490
|
-
"integrity": "sha512-
|
|
1501
|
+
"version": "6.0.0",
|
|
1502
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
1503
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
1491
1504
|
"license": "MIT",
|
|
1492
1505
|
"dependencies": {
|
|
1493
|
-
"p-locate": "^
|
|
1506
|
+
"p-locate": "^5.0.0"
|
|
1494
1507
|
},
|
|
1495
1508
|
"engines": {
|
|
1496
|
-
"node": ">=
|
|
1509
|
+
"node": ">=10"
|
|
1510
|
+
},
|
|
1511
|
+
"funding": {
|
|
1512
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1497
1513
|
}
|
|
1498
1514
|
},
|
|
1499
1515
|
"node_modules/lodash.merge": {
|
|
@@ -1525,15 +1541,18 @@
|
|
|
1525
1541
|
}
|
|
1526
1542
|
},
|
|
1527
1543
|
"node_modules/minimatch": {
|
|
1528
|
-
"version": "
|
|
1529
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
1530
|
-
"integrity": "sha512-
|
|
1544
|
+
"version": "9.0.3",
|
|
1545
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
1546
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
1531
1547
|
"license": "ISC",
|
|
1532
1548
|
"dependencies": {
|
|
1533
|
-
"brace-expansion": "^
|
|
1549
|
+
"brace-expansion": "^2.0.1"
|
|
1534
1550
|
},
|
|
1535
1551
|
"engines": {
|
|
1536
|
-
"node": "
|
|
1552
|
+
"node": ">=16 || 14 >=14.17"
|
|
1553
|
+
},
|
|
1554
|
+
"funding": {
|
|
1555
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1537
1556
|
}
|
|
1538
1557
|
},
|
|
1539
1558
|
"node_modules/mobx": {
|
|
@@ -1618,30 +1637,33 @@
|
|
|
1618
1637
|
}
|
|
1619
1638
|
},
|
|
1620
1639
|
"node_modules/p-limit": {
|
|
1621
|
-
"version": "
|
|
1622
|
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-
|
|
1623
|
-
"integrity": "sha512
|
|
1640
|
+
"version": "3.1.0",
|
|
1641
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
1642
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
1624
1643
|
"license": "MIT",
|
|
1625
1644
|
"dependencies": {
|
|
1626
|
-
"
|
|
1645
|
+
"yocto-queue": "^0.1.0"
|
|
1627
1646
|
},
|
|
1628
1647
|
"engines": {
|
|
1629
|
-
"node": ">=
|
|
1648
|
+
"node": ">=10"
|
|
1630
1649
|
},
|
|
1631
1650
|
"funding": {
|
|
1632
1651
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1633
1652
|
}
|
|
1634
1653
|
},
|
|
1635
1654
|
"node_modules/p-locate": {
|
|
1636
|
-
"version": "
|
|
1637
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-
|
|
1638
|
-
"integrity": "sha512-
|
|
1655
|
+
"version": "5.0.0",
|
|
1656
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
1657
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
1639
1658
|
"license": "MIT",
|
|
1640
1659
|
"dependencies": {
|
|
1641
|
-
"p-limit": "^
|
|
1660
|
+
"p-limit": "^3.0.2"
|
|
1642
1661
|
},
|
|
1643
1662
|
"engines": {
|
|
1644
|
-
"node": ">=
|
|
1663
|
+
"node": ">=10"
|
|
1664
|
+
},
|
|
1665
|
+
"funding": {
|
|
1666
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1645
1667
|
}
|
|
1646
1668
|
},
|
|
1647
1669
|
"node_modules/p-try": {
|
|
@@ -1806,6 +1828,7 @@
|
|
|
1806
1828
|
"version": "3.0.2",
|
|
1807
1829
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
|
1808
1830
|
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
1831
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
1809
1832
|
"license": "ISC",
|
|
1810
1833
|
"dependencies": {
|
|
1811
1834
|
"glob": "^7.1.3"
|
|
@@ -1917,6 +1940,15 @@
|
|
|
1917
1940
|
"ws": "^8.17.1"
|
|
1918
1941
|
}
|
|
1919
1942
|
},
|
|
1943
|
+
"node_modules/socket-function/node_modules/@types/node": {
|
|
1944
|
+
"version": "18.19.130",
|
|
1945
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
1946
|
+
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
1947
|
+
"license": "MIT",
|
|
1948
|
+
"dependencies": {
|
|
1949
|
+
"undici-types": "~5.26.4"
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1920
1952
|
"node_modules/socket-function/node_modules/debugbreak": {
|
|
1921
1953
|
"version": "0.11.0",
|
|
1922
1954
|
"resolved": "https://registry.npmjs.org/debugbreak/-/debugbreak-0.11.0.tgz",
|
|
@@ -1976,6 +2008,12 @@
|
|
|
1976
2008
|
"node": ">=14.17"
|
|
1977
2009
|
}
|
|
1978
2010
|
},
|
|
2011
|
+
"node_modules/socket-function/node_modules/undici-types": {
|
|
2012
|
+
"version": "5.26.5",
|
|
2013
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
2014
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
2015
|
+
"license": "MIT"
|
|
2016
|
+
},
|
|
1979
2017
|
"node_modules/source-map-js": {
|
|
1980
2018
|
"version": "0.6.2",
|
|
1981
2019
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz",
|
|
@@ -2112,6 +2150,16 @@
|
|
|
2112
2150
|
"eslint": "^8.18.0"
|
|
2113
2151
|
}
|
|
2114
2152
|
},
|
|
2153
|
+
"node_modules/typedev/node_modules/@types/node": {
|
|
2154
|
+
"version": "18.19.130",
|
|
2155
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
2156
|
+
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
2157
|
+
"dev": true,
|
|
2158
|
+
"license": "MIT",
|
|
2159
|
+
"dependencies": {
|
|
2160
|
+
"undici-types": "~5.26.4"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2115
2163
|
"node_modules/typedev/node_modules/debugbreak": {
|
|
2116
2164
|
"version": "0.6.7",
|
|
2117
2165
|
"resolved": "https://registry.npmjs.org/debugbreak/-/debugbreak-0.6.7.tgz",
|
|
@@ -2122,6 +2170,13 @@
|
|
|
2122
2170
|
"open": "^8.4.0"
|
|
2123
2171
|
}
|
|
2124
2172
|
},
|
|
2173
|
+
"node_modules/typedev/node_modules/undici-types": {
|
|
2174
|
+
"version": "5.26.5",
|
|
2175
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
2176
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
2177
|
+
"dev": true,
|
|
2178
|
+
"license": "MIT"
|
|
2179
|
+
},
|
|
2125
2180
|
"node_modules/typenode": {
|
|
2126
2181
|
"version": "6.0.0",
|
|
2127
2182
|
"resolved": "https://registry.npmjs.org/typenode/-/typenode-6.0.0.tgz",
|
|
@@ -2169,9 +2224,9 @@
|
|
|
2169
2224
|
}
|
|
2170
2225
|
},
|
|
2171
2226
|
"node_modules/undici-types": {
|
|
2172
|
-
"version": "
|
|
2173
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
2174
|
-
"integrity": "sha512-
|
|
2227
|
+
"version": "7.16.0",
|
|
2228
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
2229
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
2175
2230
|
"license": "MIT"
|
|
2176
2231
|
},
|
|
2177
2232
|
"node_modules/uri-js": {
|
|
@@ -2295,6 +2350,58 @@
|
|
|
2295
2350
|
"node": ">=6"
|
|
2296
2351
|
}
|
|
2297
2352
|
},
|
|
2353
|
+
"node_modules/yargs/node_modules/find-up": {
|
|
2354
|
+
"version": "4.1.0",
|
|
2355
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
2356
|
+
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
2357
|
+
"license": "MIT",
|
|
2358
|
+
"dependencies": {
|
|
2359
|
+
"locate-path": "^5.0.0",
|
|
2360
|
+
"path-exists": "^4.0.0"
|
|
2361
|
+
},
|
|
2362
|
+
"engines": {
|
|
2363
|
+
"node": ">=8"
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
"node_modules/yargs/node_modules/locate-path": {
|
|
2367
|
+
"version": "5.0.0",
|
|
2368
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
2369
|
+
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
2370
|
+
"license": "MIT",
|
|
2371
|
+
"dependencies": {
|
|
2372
|
+
"p-locate": "^4.1.0"
|
|
2373
|
+
},
|
|
2374
|
+
"engines": {
|
|
2375
|
+
"node": ">=8"
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
"node_modules/yargs/node_modules/p-limit": {
|
|
2379
|
+
"version": "2.3.0",
|
|
2380
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
2381
|
+
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
|
2382
|
+
"license": "MIT",
|
|
2383
|
+
"dependencies": {
|
|
2384
|
+
"p-try": "^2.0.0"
|
|
2385
|
+
},
|
|
2386
|
+
"engines": {
|
|
2387
|
+
"node": ">=6"
|
|
2388
|
+
},
|
|
2389
|
+
"funding": {
|
|
2390
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"node_modules/yargs/node_modules/p-locate": {
|
|
2394
|
+
"version": "4.1.0",
|
|
2395
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
|
|
2396
|
+
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
|
2397
|
+
"license": "MIT",
|
|
2398
|
+
"dependencies": {
|
|
2399
|
+
"p-limit": "^2.2.0"
|
|
2400
|
+
},
|
|
2401
|
+
"engines": {
|
|
2402
|
+
"node": ">=8"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2298
2405
|
"node_modules/yocto-queue": {
|
|
2299
2406
|
"version": "0.1.0",
|
|
2300
2407
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sliftutils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build-nodejs": "yarn typenode ./builders/nodeJSBuild.ts"
|
|
9
9
|
},
|
|
10
10
|
"bin": {
|
|
11
|
-
"build-nodejs": "./builders/nodeJSBuildRun.js"
|
|
11
|
+
"build-nodejs": "node ./builders/nodeJSBuildRun.js"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@types/shell-quote": "^1.7.5",
|