vite 6.0.0-beta.3 → 6.0.0-beta.4
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/LICENSE.md +52 -736
- package/bin/vite.js +1 -0
- package/dist/client/client.mjs +1 -1
- package/dist/node/chunks/{dep-DHwgfHPT.js → dep-BkDduZ8N.js} +9 -13
- package/dist/node/chunks/{dep-D-7KCb9p.js → dep-CdoEeCn3.js} +704 -439
- package/dist/node/chunks/{dep-ChZnDG_O.js → dep-Cpgpmu8-.js} +24796 -25355
- package/dist/node/chunks/{dep-CBTZ9M2V.js → dep-Cq6WeEUK.js} +4 -8
- package/dist/node/chunks/{dep-wWOLM6NS.js → dep-mtw2NpNs.js} +0 -4
- package/dist/node/cli.js +19 -33
- package/dist/node/index.d.ts +20 -6
- package/dist/node/index.js +5 -4
- package/dist/node/module-runner.js +1 -1
- package/dist/node-cjs/publicUtils.cjs +78 -92
- package/package.json +14 -14
package/LICENSE.md
CHANGED
@@ -237,10 +237,10 @@ Repository: git+https://github.com/ampproject/remapping.git
|
|
237
237
|
|
238
238
|
---------------------------------------
|
239
239
|
|
240
|
-
## @jridgewell/gen-mapping
|
240
|
+
## @jridgewell/gen-mapping, @jridgewell/set-array
|
241
241
|
License: MIT
|
242
242
|
By: Justin Ridgewell
|
243
|
-
|
243
|
+
Repositories: https://github.com/jridgewell/gen-mapping, https://github.com/jridgewell/set-array
|
244
244
|
|
245
245
|
> Copyright 2022 Justin Ridgewell <jridgewell@google.com>
|
246
246
|
>
|
@@ -291,33 +291,6 @@ Repository: https://github.com/jridgewell/resolve-uri
|
|
291
291
|
|
292
292
|
---------------------------------------
|
293
293
|
|
294
|
-
## @jridgewell/set-array
|
295
|
-
License: MIT
|
296
|
-
By: Justin Ridgewell
|
297
|
-
Repository: https://github.com/jridgewell/set-array
|
298
|
-
|
299
|
-
> Copyright 2022 Justin Ridgewell <jridgewell@google.com>
|
300
|
-
>
|
301
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
302
|
-
> of this software and associated documentation files (the "Software"), to deal
|
303
|
-
> in the Software without restriction, including without limitation the rights
|
304
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
305
|
-
> copies of the Software, and to permit persons to whom the Software is
|
306
|
-
> furnished to do so, subject to the following conditions:
|
307
|
-
>
|
308
|
-
> The above copyright notice and this permission notice shall be included in
|
309
|
-
> all copies or substantial portions of the Software.
|
310
|
-
>
|
311
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
312
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
313
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
314
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
315
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
316
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
317
|
-
> SOFTWARE.
|
318
|
-
|
319
|
-
---------------------------------------
|
320
|
-
|
321
294
|
## @jridgewell/sourcemap-codec
|
322
295
|
License: MIT
|
323
296
|
By: Rich Harris
|
@@ -374,90 +347,6 @@ Repository: git+https://github.com/jridgewell/trace-mapping.git
|
|
374
347
|
|
375
348
|
---------------------------------------
|
376
349
|
|
377
|
-
## @nodelib/fs.scandir
|
378
|
-
License: MIT
|
379
|
-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
|
380
|
-
|
381
|
-
> The MIT License (MIT)
|
382
|
-
>
|
383
|
-
> Copyright (c) Denis Malinochkin
|
384
|
-
>
|
385
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
386
|
-
> of this software and associated documentation files (the "Software"), to deal
|
387
|
-
> in the Software without restriction, including without limitation the rights
|
388
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
389
|
-
> copies of the Software, and to permit persons to whom the Software is
|
390
|
-
> furnished to do so, subject to the following conditions:
|
391
|
-
>
|
392
|
-
> The above copyright notice and this permission notice shall be included in all
|
393
|
-
> copies or substantial portions of the Software.
|
394
|
-
>
|
395
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
396
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
397
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
398
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
399
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
400
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
401
|
-
> SOFTWARE.
|
402
|
-
|
403
|
-
---------------------------------------
|
404
|
-
|
405
|
-
## @nodelib/fs.stat
|
406
|
-
License: MIT
|
407
|
-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
|
408
|
-
|
409
|
-
> The MIT License (MIT)
|
410
|
-
>
|
411
|
-
> Copyright (c) Denis Malinochkin
|
412
|
-
>
|
413
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
414
|
-
> of this software and associated documentation files (the "Software"), to deal
|
415
|
-
> in the Software without restriction, including without limitation the rights
|
416
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
417
|
-
> copies of the Software, and to permit persons to whom the Software is
|
418
|
-
> furnished to do so, subject to the following conditions:
|
419
|
-
>
|
420
|
-
> The above copyright notice and this permission notice shall be included in all
|
421
|
-
> copies or substantial portions of the Software.
|
422
|
-
>
|
423
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
424
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
425
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
426
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
427
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
428
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
429
|
-
> SOFTWARE.
|
430
|
-
|
431
|
-
---------------------------------------
|
432
|
-
|
433
|
-
## @nodelib/fs.walk
|
434
|
-
License: MIT
|
435
|
-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
|
436
|
-
|
437
|
-
> The MIT License (MIT)
|
438
|
-
>
|
439
|
-
> Copyright (c) Denis Malinochkin
|
440
|
-
>
|
441
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
442
|
-
> of this software and associated documentation files (the "Software"), to deal
|
443
|
-
> in the Software without restriction, including without limitation the rights
|
444
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
445
|
-
> copies of the Software, and to permit persons to whom the Software is
|
446
|
-
> furnished to do so, subject to the following conditions:
|
447
|
-
>
|
448
|
-
> The above copyright notice and this permission notice shall be included in all
|
449
|
-
> copies or substantial portions of the Software.
|
450
|
-
>
|
451
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
452
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
453
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
454
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
455
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
456
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
457
|
-
> SOFTWARE.
|
458
|
-
|
459
|
-
---------------------------------------
|
460
|
-
|
461
350
|
## @polka/compression
|
462
351
|
License: MIT
|
463
352
|
Repository: lukeed/polka
|
@@ -471,94 +360,19 @@ Repository: lukeed/polka
|
|
471
360
|
|
472
361
|
---------------------------------------
|
473
362
|
|
474
|
-
## @rollup/plugin-alias
|
363
|
+
## @rollup/plugin-alias, @rollup/plugin-commonjs, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
|
475
364
|
License: MIT
|
476
365
|
By: Johannes Stein
|
477
366
|
Repository: rollup/plugins
|
478
367
|
|
479
|
-
> The MIT License (MIT)
|
480
|
-
>
|
481
|
-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
482
|
-
>
|
483
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
484
|
-
> of this software and associated documentation files (the "Software"), to deal
|
485
|
-
> in the Software without restriction, including without limitation the rights
|
486
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
487
|
-
> copies of the Software, and to permit persons to whom the Software is
|
488
|
-
> furnished to do so, subject to the following conditions:
|
489
|
-
>
|
490
|
-
> The above copyright notice and this permission notice shall be included in
|
491
|
-
> all copies or substantial portions of the Software.
|
492
|
-
>
|
493
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
494
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
495
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
496
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
497
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
498
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
499
|
-
> THE SOFTWARE.
|
500
|
-
|
501
|
-
---------------------------------------
|
502
|
-
|
503
|
-
## @rollup/plugin-commonjs
|
504
368
|
License: MIT
|
505
369
|
By: Rich Harris
|
506
370
|
Repository: rollup/plugins
|
507
371
|
|
508
|
-
> The MIT License (MIT)
|
509
|
-
>
|
510
|
-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
511
|
-
>
|
512
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
513
|
-
> of this software and associated documentation files (the "Software"), to deal
|
514
|
-
> in the Software without restriction, including without limitation the rights
|
515
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
516
|
-
> copies of the Software, and to permit persons to whom the Software is
|
517
|
-
> furnished to do so, subject to the following conditions:
|
518
|
-
>
|
519
|
-
> The above copyright notice and this permission notice shall be included in
|
520
|
-
> all copies or substantial portions of the Software.
|
521
|
-
>
|
522
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
523
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
524
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
525
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
526
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
527
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
528
|
-
> THE SOFTWARE.
|
529
|
-
|
530
|
-
---------------------------------------
|
531
|
-
|
532
|
-
## @rollup/plugin-dynamic-import-vars
|
533
372
|
License: MIT
|
534
373
|
By: LarsDenBakker
|
535
374
|
Repository: rollup/plugins
|
536
375
|
|
537
|
-
> The MIT License (MIT)
|
538
|
-
>
|
539
|
-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
540
|
-
>
|
541
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
542
|
-
> of this software and associated documentation files (the "Software"), to deal
|
543
|
-
> in the Software without restriction, including without limitation the rights
|
544
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
545
|
-
> copies of the Software, and to permit persons to whom the Software is
|
546
|
-
> furnished to do so, subject to the following conditions:
|
547
|
-
>
|
548
|
-
> The above copyright notice and this permission notice shall be included in
|
549
|
-
> all copies or substantial portions of the Software.
|
550
|
-
>
|
551
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
552
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
553
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
554
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
555
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
556
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
557
|
-
> THE SOFTWARE.
|
558
|
-
|
559
|
-
---------------------------------------
|
560
|
-
|
561
|
-
## @rollup/pluginutils
|
562
376
|
License: MIT
|
563
377
|
By: Rich Harris
|
564
378
|
Repository: rollup/plugins
|
@@ -587,10 +401,10 @@ Repository: rollup/plugins
|
|
587
401
|
|
588
402
|
---------------------------------------
|
589
403
|
|
590
|
-
## ansi-regex
|
404
|
+
## ansi-regex, bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript, strip-ansi
|
591
405
|
License: MIT
|
592
406
|
By: Sindre Sorhus
|
593
|
-
|
407
|
+
Repositories: chalk/ansi-regex, sindresorhus/bundle-name, sindresorhus/default-browser, sindresorhus/default-browser-id, sindresorhus/define-lazy-prop, sindresorhus/is-docker, sindresorhus/is-inside-container, sindresorhus/is-wsl, sindresorhus/open, sindresorhus/run-applescript, chalk/strip-ansi
|
594
408
|
|
595
409
|
> MIT License
|
596
410
|
>
|
@@ -684,10 +498,10 @@ Repository: https://github.com/davidbonnet/astring.git
|
|
684
498
|
|
685
499
|
---------------------------------------
|
686
500
|
|
687
|
-
## binary-extensions
|
501
|
+
## binary-extensions, is-binary-path
|
688
502
|
License: MIT
|
689
503
|
By: Sindre Sorhus
|
690
|
-
|
504
|
+
Repositories: sindresorhus/binary-extensions, sindresorhus/is-binary-path
|
691
505
|
|
692
506
|
> MIT License
|
693
507
|
>
|
@@ -701,11 +515,23 @@ Repository: sindresorhus/binary-extensions
|
|
701
515
|
|
702
516
|
---------------------------------------
|
703
517
|
|
704
|
-
## braces
|
518
|
+
## braces, fill-range, is-number, micromatch
|
705
519
|
License: MIT
|
706
520
|
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
707
521
|
Repository: micromatch/braces
|
708
522
|
|
523
|
+
License: MIT
|
524
|
+
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
525
|
+
Repository: jonschlinkert/fill-range
|
526
|
+
|
527
|
+
License: MIT
|
528
|
+
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
529
|
+
Repository: jonschlinkert/is-number
|
530
|
+
|
531
|
+
License: MIT
|
532
|
+
By: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk
|
533
|
+
Repository: micromatch/micromatch
|
534
|
+
|
709
535
|
> The MIT License (MIT)
|
710
536
|
>
|
711
537
|
> Copyright (c) 2014-present, Jon Schlinkert.
|
@@ -788,10 +614,10 @@ Repository: git+https://github.com/paulmillr/chokidar.git
|
|
788
614
|
|
789
615
|
---------------------------------------
|
790
616
|
|
791
|
-
## commondir
|
617
|
+
## commondir, shell-quote
|
792
618
|
License: MIT
|
793
619
|
By: James Halliday
|
794
|
-
|
620
|
+
Repositories: http://github.com/substack/node-commondir.git, http://github.com/ljharb/shell-quote.git
|
795
621
|
|
796
622
|
> The MIT License
|
797
623
|
>
|
@@ -998,23 +824,6 @@ Repository: git://github.com/debug-js/debug.git
|
|
998
824
|
|
999
825
|
---------------------------------------
|
1000
826
|
|
1001
|
-
## define-lazy-prop
|
1002
|
-
License: MIT
|
1003
|
-
By: Sindre Sorhus
|
1004
|
-
Repository: sindresorhus/define-lazy-prop
|
1005
|
-
|
1006
|
-
> MIT License
|
1007
|
-
>
|
1008
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1009
|
-
>
|
1010
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
1011
|
-
>
|
1012
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1013
|
-
>
|
1014
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1015
|
-
|
1016
|
-
---------------------------------------
|
1017
|
-
|
1018
827
|
## dotenv
|
1019
828
|
License: BSD-2-Clause
|
1020
829
|
Repository: git://github.com/motdotla/dotenv.git
|
@@ -1277,56 +1086,6 @@ Repository: git://github.com/primus/eventemitter3.git
|
|
1277
1086
|
|
1278
1087
|
---------------------------------------
|
1279
1088
|
|
1280
|
-
## fast-glob
|
1281
|
-
License: MIT
|
1282
|
-
By: Denis Malinochkin
|
1283
|
-
Repository: mrmlnc/fast-glob
|
1284
|
-
|
1285
|
-
> The MIT License (MIT)
|
1286
|
-
>
|
1287
|
-
> Copyright (c) Denis Malinochkin
|
1288
|
-
>
|
1289
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1290
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1291
|
-
> in the Software without restriction, including without limitation the rights
|
1292
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1293
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1294
|
-
> furnished to do so, subject to the following conditions:
|
1295
|
-
>
|
1296
|
-
> The above copyright notice and this permission notice shall be included in all
|
1297
|
-
> copies or substantial portions of the Software.
|
1298
|
-
>
|
1299
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1300
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1301
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1302
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1303
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1304
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1305
|
-
> SOFTWARE.
|
1306
|
-
|
1307
|
-
---------------------------------------
|
1308
|
-
|
1309
|
-
## fastq
|
1310
|
-
License: ISC
|
1311
|
-
By: Matteo Collina
|
1312
|
-
Repository: git+https://github.com/mcollina/fastq.git
|
1313
|
-
|
1314
|
-
> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
1315
|
-
>
|
1316
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
1317
|
-
> purpose with or without fee is hereby granted, provided that the above
|
1318
|
-
> copyright notice and this permission notice appear in all copies.
|
1319
|
-
>
|
1320
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
1321
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
1322
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
1323
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
1324
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
1325
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
1326
|
-
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1327
|
-
|
1328
|
-
---------------------------------------
|
1329
|
-
|
1330
1089
|
## fdir
|
1331
1090
|
License: MIT
|
1332
1091
|
By: thecodrr
|
@@ -1342,35 +1101,6 @@ Repository: git+https://github.com/thecodrr/fdir.git
|
|
1342
1101
|
|
1343
1102
|
---------------------------------------
|
1344
1103
|
|
1345
|
-
## fill-range
|
1346
|
-
License: MIT
|
1347
|
-
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
1348
|
-
Repository: jonschlinkert/fill-range
|
1349
|
-
|
1350
|
-
> The MIT License (MIT)
|
1351
|
-
>
|
1352
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
1353
|
-
>
|
1354
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1355
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1356
|
-
> in the Software without restriction, including without limitation the rights
|
1357
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1358
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1359
|
-
> furnished to do so, subject to the following conditions:
|
1360
|
-
>
|
1361
|
-
> The above copyright notice and this permission notice shall be included in
|
1362
|
-
> all copies or substantial portions of the Software.
|
1363
|
-
>
|
1364
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1365
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1366
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1367
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1368
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1369
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1370
|
-
> THE SOFTWARE.
|
1371
|
-
|
1372
|
-
---------------------------------------
|
1373
|
-
|
1374
1104
|
## finalhandler
|
1375
1105
|
License: MIT
|
1376
1106
|
By: Douglas Christopher Wilson
|
@@ -1523,40 +1253,6 @@ Repository: git+https://github.com/css-modules/icss-utils.git
|
|
1523
1253
|
|
1524
1254
|
---------------------------------------
|
1525
1255
|
|
1526
|
-
## is-binary-path
|
1527
|
-
License: MIT
|
1528
|
-
By: Sindre Sorhus
|
1529
|
-
Repository: sindresorhus/is-binary-path
|
1530
|
-
|
1531
|
-
> MIT License
|
1532
|
-
>
|
1533
|
-
> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
1534
|
-
>
|
1535
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
1536
|
-
>
|
1537
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1538
|
-
>
|
1539
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1540
|
-
|
1541
|
-
---------------------------------------
|
1542
|
-
|
1543
|
-
## is-docker
|
1544
|
-
License: MIT
|
1545
|
-
By: Sindre Sorhus
|
1546
|
-
Repository: sindresorhus/is-docker
|
1547
|
-
|
1548
|
-
> MIT License
|
1549
|
-
>
|
1550
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1551
|
-
>
|
1552
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
1553
|
-
>
|
1554
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1555
|
-
>
|
1556
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1557
|
-
|
1558
|
-
---------------------------------------
|
1559
|
-
|
1560
1256
|
## is-extglob
|
1561
1257
|
License: MIT
|
1562
1258
|
By: Jon Schlinkert
|
@@ -1615,35 +1311,6 @@ Repository: micromatch/is-glob
|
|
1615
1311
|
|
1616
1312
|
---------------------------------------
|
1617
1313
|
|
1618
|
-
## is-number
|
1619
|
-
License: MIT
|
1620
|
-
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
1621
|
-
Repository: jonschlinkert/is-number
|
1622
|
-
|
1623
|
-
> The MIT License (MIT)
|
1624
|
-
>
|
1625
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
1626
|
-
>
|
1627
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1628
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1629
|
-
> in the Software without restriction, including without limitation the rights
|
1630
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1631
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1632
|
-
> furnished to do so, subject to the following conditions:
|
1633
|
-
>
|
1634
|
-
> The above copyright notice and this permission notice shall be included in
|
1635
|
-
> all copies or substantial portions of the Software.
|
1636
|
-
>
|
1637
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1638
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1639
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1640
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1641
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1642
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1643
|
-
> THE SOFTWARE.
|
1644
|
-
|
1645
|
-
---------------------------------------
|
1646
|
-
|
1647
1314
|
## is-reference
|
1648
1315
|
License: MIT
|
1649
1316
|
By: Rich Harris
|
@@ -1651,27 +1318,10 @@ Repository: git+https://github.com/Rich-Harris/is-reference.git
|
|
1651
1318
|
|
1652
1319
|
---------------------------------------
|
1653
1320
|
|
1654
|
-
##
|
1655
|
-
License: MIT
|
1656
|
-
By: Sindre Sorhus
|
1657
|
-
Repository: sindresorhus/is-wsl
|
1658
|
-
|
1659
|
-
> MIT License
|
1660
|
-
>
|
1661
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1662
|
-
>
|
1663
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
1664
|
-
>
|
1665
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1666
|
-
>
|
1667
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1668
|
-
|
1669
|
-
---------------------------------------
|
1670
|
-
|
1671
|
-
## isexe
|
1321
|
+
## isexe, which
|
1672
1322
|
License: ISC
|
1673
1323
|
By: Isaac Z. Schlueter
|
1674
|
-
|
1324
|
+
Repositories: git+https://github.com/isaacs/isexe.git, git://github.com/isaacs/node-which.git
|
1675
1325
|
|
1676
1326
|
> The ISC License
|
1677
1327
|
>
|
@@ -1720,39 +1370,10 @@ Repository: lydell/js-tokens
|
|
1720
1370
|
|
1721
1371
|
---------------------------------------
|
1722
1372
|
|
1723
|
-
## launch-editor
|
1724
|
-
License: MIT
|
1725
|
-
By: Evan You
|
1726
|
-
Repository: git+https://github.com/yyx990803/launch-editor.git
|
1727
|
-
|
1728
|
-
> The MIT License (MIT)
|
1729
|
-
>
|
1730
|
-
> Copyright (c) 2017-present, Yuxi (Evan) You
|
1731
|
-
>
|
1732
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1733
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1734
|
-
> in the Software without restriction, including without limitation the rights
|
1735
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1736
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1737
|
-
> furnished to do so, subject to the following conditions:
|
1738
|
-
>
|
1739
|
-
> The above copyright notice and this permission notice shall be included in
|
1740
|
-
> all copies or substantial portions of the Software.
|
1741
|
-
>
|
1742
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1743
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1744
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1745
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1746
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1747
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1748
|
-
> THE SOFTWARE.
|
1749
|
-
|
1750
|
-
---------------------------------------
|
1751
|
-
|
1752
|
-
## launch-editor-middleware
|
1373
|
+
## launch-editor, launch-editor-middleware
|
1753
1374
|
License: MIT
|
1754
1375
|
By: Evan You
|
1755
|
-
|
1376
|
+
Repositories: git+https://github.com/yyx990803/launch-editor.git, git+https://github.com/yyx990803/launch-editor.git
|
1756
1377
|
|
1757
1378
|
> The MIT License (MIT)
|
1758
1379
|
>
|
@@ -1895,76 +1516,19 @@ License: MIT
|
|
1895
1516
|
By: Rich Harris
|
1896
1517
|
Repository: https://github.com/rich-harris/magic-string
|
1897
1518
|
|
1898
|
-
> Copyright 2018 Rich Harris
|
1899
|
-
>
|
1900
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
1901
|
-
>
|
1902
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1903
|
-
>
|
1904
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1905
|
-
|
1906
|
-
---------------------------------------
|
1907
|
-
|
1908
|
-
## merge2
|
1909
|
-
License: MIT
|
1910
|
-
Repository: git@github.com:teambition/merge2.git
|
1911
|
-
|
1912
|
-
> The MIT License (MIT)
|
1913
|
-
>
|
1914
|
-
> Copyright (c) 2014-2020 Teambition
|
1915
|
-
>
|
1916
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1917
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1918
|
-
> in the Software without restriction, including without limitation the rights
|
1919
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1920
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1921
|
-
> furnished to do so, subject to the following conditions:
|
1922
|
-
>
|
1923
|
-
> The above copyright notice and this permission notice shall be included in all
|
1924
|
-
> copies or substantial portions of the Software.
|
1925
|
-
>
|
1926
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1927
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1928
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1929
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1930
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1931
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1932
|
-
> SOFTWARE.
|
1933
|
-
|
1934
|
-
---------------------------------------
|
1935
|
-
|
1936
|
-
## micromatch
|
1937
|
-
License: MIT
|
1938
|
-
By: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk
|
1939
|
-
Repository: micromatch/micromatch
|
1940
|
-
|
1941
|
-
> The MIT License (MIT)
|
1942
|
-
>
|
1943
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
1944
|
-
>
|
1945
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1946
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1947
|
-
> in the Software without restriction, including without limitation the rights
|
1948
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1949
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1950
|
-
> furnished to do so, subject to the following conditions:
|
1519
|
+
> Copyright 2018 Rich Harris
|
1951
1520
|
>
|
1952
|
-
>
|
1953
|
-
> all copies or substantial portions of the Software.
|
1521
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
1954
1522
|
>
|
1955
|
-
>
|
1956
|
-
>
|
1957
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1958
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1959
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1960
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1961
|
-
> THE SOFTWARE.
|
1523
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1524
|
+
>
|
1525
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1962
1526
|
|
1963
1527
|
---------------------------------------
|
1964
1528
|
|
1965
|
-
## mlly
|
1529
|
+
## mlly, ufo
|
1966
1530
|
License: MIT
|
1967
|
-
|
1531
|
+
Repositories: unjs/mlly, unjs/ufo
|
1968
1532
|
|
1969
1533
|
> MIT License
|
1970
1534
|
>
|
@@ -2076,10 +1640,10 @@ Repository: jonschlinkert/normalize-path
|
|
2076
1640
|
|
2077
1641
|
---------------------------------------
|
2078
1642
|
|
2079
|
-
## object-assign
|
1643
|
+
## object-assign, pify
|
2080
1644
|
License: MIT
|
2081
1645
|
By: Sindre Sorhus
|
2082
|
-
|
1646
|
+
Repositories: sindresorhus/object-assign, sindresorhus/pify
|
2083
1647
|
|
2084
1648
|
> The MIT License (MIT)
|
2085
1649
|
>
|
@@ -2136,23 +1700,6 @@ Repository: jshttp/on-finished
|
|
2136
1700
|
|
2137
1701
|
---------------------------------------
|
2138
1702
|
|
2139
|
-
## open
|
2140
|
-
License: MIT
|
2141
|
-
By: Sindre Sorhus
|
2142
|
-
Repository: sindresorhus/open
|
2143
|
-
|
2144
|
-
> MIT License
|
2145
|
-
>
|
2146
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
2147
|
-
>
|
2148
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
2149
|
-
>
|
2150
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
2151
|
-
>
|
2152
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2153
|
-
|
2154
|
-
---------------------------------------
|
2155
|
-
|
2156
1703
|
## parse5
|
2157
1704
|
License: MIT
|
2158
1705
|
By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors
|
@@ -2211,10 +1758,10 @@ Repository: pillarjs/parseurl
|
|
2211
1758
|
|
2212
1759
|
---------------------------------------
|
2213
1760
|
|
2214
|
-
## path-key
|
1761
|
+
## path-key, shebang-regex
|
2215
1762
|
License: MIT
|
2216
1763
|
By: Sindre Sorhus
|
2217
|
-
|
1764
|
+
Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
|
2218
1765
|
|
2219
1766
|
> MIT License
|
2220
1767
|
>
|
@@ -2294,35 +1841,6 @@ Repository: micromatch/picomatch
|
|
2294
1841
|
|
2295
1842
|
---------------------------------------
|
2296
1843
|
|
2297
|
-
## pify
|
2298
|
-
License: MIT
|
2299
|
-
By: Sindre Sorhus
|
2300
|
-
Repository: sindresorhus/pify
|
2301
|
-
|
2302
|
-
> The MIT License (MIT)
|
2303
|
-
>
|
2304
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
2305
|
-
>
|
2306
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2307
|
-
> of this software and associated documentation files (the "Software"), to deal
|
2308
|
-
> in the Software without restriction, including without limitation the rights
|
2309
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2310
|
-
> copies of the Software, and to permit persons to whom the Software is
|
2311
|
-
> furnished to do so, subject to the following conditions:
|
2312
|
-
>
|
2313
|
-
> The above copyright notice and this permission notice shall be included in
|
2314
|
-
> all copies or substantial portions of the Software.
|
2315
|
-
>
|
2316
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2317
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2318
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2319
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2320
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2321
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
2322
|
-
> THE SOFTWARE.
|
2323
|
-
|
2324
|
-
---------------------------------------
|
2325
|
-
|
2326
1844
|
## postcss-import
|
2327
1845
|
License: MIT
|
2328
1846
|
By: Maxime Thirouin
|
@@ -2538,34 +2056,6 @@ Repository: https://github.com/TrySound/postcss-value-parser.git
|
|
2538
2056
|
|
2539
2057
|
---------------------------------------
|
2540
2058
|
|
2541
|
-
## queue-microtask
|
2542
|
-
License: MIT
|
2543
|
-
By: Feross Aboukhadijeh
|
2544
|
-
Repository: git://github.com/feross/queue-microtask.git
|
2545
|
-
|
2546
|
-
> The MIT License (MIT)
|
2547
|
-
>
|
2548
|
-
> Copyright (c) Feross Aboukhadijeh
|
2549
|
-
>
|
2550
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
2551
|
-
> this software and associated documentation files (the "Software"), to deal in
|
2552
|
-
> the Software without restriction, including without limitation the rights to
|
2553
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
2554
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
2555
|
-
> subject to the following conditions:
|
2556
|
-
>
|
2557
|
-
> The above copyright notice and this permission notice shall be included in all
|
2558
|
-
> copies or substantial portions of the Software.
|
2559
|
-
>
|
2560
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2561
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
2562
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
2563
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
2564
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
2565
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2566
|
-
|
2567
|
-
---------------------------------------
|
2568
|
-
|
2569
2059
|
## read-cache
|
2570
2060
|
License: MIT
|
2571
2061
|
By: Bogdan Chadkin
|
@@ -2652,10 +2142,10 @@ Repository: https://github.com/unshiftio/requires-port
|
|
2652
2142
|
|
2653
2143
|
---------------------------------------
|
2654
2144
|
|
2655
|
-
## resolve.exports
|
2145
|
+
## resolve.exports, totalist
|
2656
2146
|
License: MIT
|
2657
2147
|
By: Luke Edwards
|
2658
|
-
|
2148
|
+
Repositories: lukeed/resolve.exports, lukeed/totalist
|
2659
2149
|
|
2660
2150
|
> The MIT License (MIT)
|
2661
2151
|
>
|
@@ -2681,63 +2171,6 @@ Repository: lukeed/resolve.exports
|
|
2681
2171
|
|
2682
2172
|
---------------------------------------
|
2683
2173
|
|
2684
|
-
## reusify
|
2685
|
-
License: MIT
|
2686
|
-
By: Matteo Collina
|
2687
|
-
Repository: git+https://github.com/mcollina/reusify.git
|
2688
|
-
|
2689
|
-
> The MIT License (MIT)
|
2690
|
-
>
|
2691
|
-
> Copyright (c) 2015 Matteo Collina
|
2692
|
-
>
|
2693
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2694
|
-
> of this software and associated documentation files (the "Software"), to deal
|
2695
|
-
> in the Software without restriction, including without limitation the rights
|
2696
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2697
|
-
> copies of the Software, and to permit persons to whom the Software is
|
2698
|
-
> furnished to do so, subject to the following conditions:
|
2699
|
-
>
|
2700
|
-
> The above copyright notice and this permission notice shall be included in all
|
2701
|
-
> copies or substantial portions of the Software.
|
2702
|
-
>
|
2703
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2704
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2705
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2706
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2707
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2708
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2709
|
-
> SOFTWARE.
|
2710
|
-
|
2711
|
-
---------------------------------------
|
2712
|
-
|
2713
|
-
## run-parallel
|
2714
|
-
License: MIT
|
2715
|
-
By: Feross Aboukhadijeh
|
2716
|
-
Repository: git://github.com/feross/run-parallel.git
|
2717
|
-
|
2718
|
-
> The MIT License (MIT)
|
2719
|
-
>
|
2720
|
-
> Copyright (c) Feross Aboukhadijeh
|
2721
|
-
>
|
2722
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
2723
|
-
> this software and associated documentation files (the "Software"), to deal in
|
2724
|
-
> the Software without restriction, including without limitation the rights to
|
2725
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
2726
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
2727
|
-
> subject to the following conditions:
|
2728
|
-
>
|
2729
|
-
> The above copyright notice and this permission notice shall be included in all
|
2730
|
-
> copies or substantial portions of the Software.
|
2731
|
-
>
|
2732
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2733
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
2734
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
2735
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
2736
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
2737
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2738
|
-
|
2739
|
-
---------------------------------------
|
2740
|
-
|
2741
2174
|
## shebang-command
|
2742
2175
|
License: MIT
|
2743
2176
|
By: Kevin Mårtensson
|
@@ -2755,55 +2188,6 @@ Repository: kevva/shebang-command
|
|
2755
2188
|
|
2756
2189
|
---------------------------------------
|
2757
2190
|
|
2758
|
-
## shebang-regex
|
2759
|
-
License: MIT
|
2760
|
-
By: Sindre Sorhus
|
2761
|
-
Repository: sindresorhus/shebang-regex
|
2762
|
-
|
2763
|
-
> MIT License
|
2764
|
-
>
|
2765
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
2766
|
-
>
|
2767
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
2768
|
-
>
|
2769
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
2770
|
-
>
|
2771
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2772
|
-
|
2773
|
-
---------------------------------------
|
2774
|
-
|
2775
|
-
## shell-quote
|
2776
|
-
License: MIT
|
2777
|
-
By: James Halliday
|
2778
|
-
Repository: http://github.com/ljharb/shell-quote.git
|
2779
|
-
|
2780
|
-
> The MIT License
|
2781
|
-
>
|
2782
|
-
> Copyright (c) 2013 James Halliday (mail@substack.net)
|
2783
|
-
>
|
2784
|
-
> Permission is hereby granted, free of charge,
|
2785
|
-
> to any person obtaining a copy of this software and
|
2786
|
-
> associated documentation files (the "Software"), to
|
2787
|
-
> deal in the Software without restriction, including
|
2788
|
-
> without limitation the rights to use, copy, modify,
|
2789
|
-
> merge, publish, distribute, sublicense, and/or sell
|
2790
|
-
> copies of the Software, and to permit persons to whom
|
2791
|
-
> the Software is furnished to do so,
|
2792
|
-
> subject to the following conditions:
|
2793
|
-
>
|
2794
|
-
> The above copyright notice and this permission notice
|
2795
|
-
> shall be included in all copies or substantial portions of the Software.
|
2796
|
-
>
|
2797
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
2798
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
2799
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
2800
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
2801
|
-
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
2802
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
2803
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2804
|
-
|
2805
|
-
---------------------------------------
|
2806
|
-
|
2807
2191
|
## sirv
|
2808
2192
|
License: MIT
|
2809
2193
|
By: Luke Edwards
|
@@ -2848,23 +2232,6 @@ Repository: git://github.com/darkskyapp/string-hash.git
|
|
2848
2232
|
|
2849
2233
|
---------------------------------------
|
2850
2234
|
|
2851
|
-
## strip-ansi
|
2852
|
-
License: MIT
|
2853
|
-
By: Sindre Sorhus
|
2854
|
-
Repository: chalk/strip-ansi
|
2855
|
-
|
2856
|
-
> MIT License
|
2857
|
-
>
|
2858
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
2859
|
-
>
|
2860
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
2861
|
-
>
|
2862
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
2863
|
-
>
|
2864
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2865
|
-
|
2866
|
-
---------------------------------------
|
2867
|
-
|
2868
2235
|
## strip-literal
|
2869
2236
|
License: MIT
|
2870
2237
|
By: Anthony Fu
|
@@ -2894,14 +2261,14 @@ Repository: git+https://github.com/antfu/strip-literal.git
|
|
2894
2261
|
|
2895
2262
|
---------------------------------------
|
2896
2263
|
|
2897
|
-
##
|
2264
|
+
## tinyglobby
|
2898
2265
|
License: MIT
|
2899
|
-
By:
|
2900
|
-
Repository:
|
2266
|
+
By: Superchupu
|
2267
|
+
Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
|
2901
2268
|
|
2902
|
-
>
|
2269
|
+
> MIT License
|
2903
2270
|
>
|
2904
|
-
> Copyright (c)
|
2271
|
+
> Copyright (c) 2024 Madeline Gurriarán
|
2905
2272
|
>
|
2906
2273
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2907
2274
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -2910,27 +2277,27 @@ Repository: micromatch/to-regex-range
|
|
2910
2277
|
> copies of the Software, and to permit persons to whom the Software is
|
2911
2278
|
> furnished to do so, subject to the following conditions:
|
2912
2279
|
>
|
2913
|
-
> The above copyright notice and this permission notice shall be included in
|
2914
|
-
>
|
2280
|
+
> The above copyright notice and this permission notice shall be included in all
|
2281
|
+
> copies or substantial portions of the Software.
|
2915
2282
|
>
|
2916
2283
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2917
2284
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2918
2285
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2919
2286
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2920
2287
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2921
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
2922
|
-
>
|
2288
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2289
|
+
> SOFTWARE.
|
2923
2290
|
|
2924
2291
|
---------------------------------------
|
2925
2292
|
|
2926
|
-
##
|
2293
|
+
## to-regex-range
|
2927
2294
|
License: MIT
|
2928
|
-
By:
|
2929
|
-
Repository:
|
2295
|
+
By: Jon Schlinkert, Rouven Weßling
|
2296
|
+
Repository: micromatch/to-regex-range
|
2930
2297
|
|
2931
2298
|
> The MIT License (MIT)
|
2932
2299
|
>
|
2933
|
-
> Copyright (c)
|
2300
|
+
> Copyright (c) 2015-present, Jon Schlinkert.
|
2934
2301
|
>
|
2935
2302
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2936
2303
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -3006,34 +2373,6 @@ Repository: git+https://github.com/dominikg/tsconfck.git
|
|
3006
2373
|
|
3007
2374
|
---------------------------------------
|
3008
2375
|
|
3009
|
-
## ufo
|
3010
|
-
License: MIT
|
3011
|
-
Repository: unjs/ufo
|
3012
|
-
|
3013
|
-
> MIT License
|
3014
|
-
>
|
3015
|
-
> Copyright (c) Pooya Parsa <pooya@pi0.io>
|
3016
|
-
>
|
3017
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
3018
|
-
> of this software and associated documentation files (the "Software"), to deal
|
3019
|
-
> in the Software without restriction, including without limitation the rights
|
3020
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3021
|
-
> copies of the Software, and to permit persons to whom the Software is
|
3022
|
-
> furnished to do so, subject to the following conditions:
|
3023
|
-
>
|
3024
|
-
> The above copyright notice and this permission notice shall be included in all
|
3025
|
-
> copies or substantial portions of the Software.
|
3026
|
-
>
|
3027
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3028
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3029
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3030
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3031
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3032
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
3033
|
-
> SOFTWARE.
|
3034
|
-
|
3035
|
-
---------------------------------------
|
3036
|
-
|
3037
2376
|
## unpipe
|
3038
2377
|
License: MIT
|
3039
2378
|
By: Douglas Christopher Wilson
|
@@ -3154,29 +2493,6 @@ Repository: jshttp/vary
|
|
3154
2493
|
|
3155
2494
|
---------------------------------------
|
3156
2495
|
|
3157
|
-
## which
|
3158
|
-
License: ISC
|
3159
|
-
By: Isaac Z. Schlueter
|
3160
|
-
Repository: git://github.com/isaacs/node-which.git
|
3161
|
-
|
3162
|
-
> The ISC License
|
3163
|
-
>
|
3164
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
3165
|
-
>
|
3166
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
3167
|
-
> purpose with or without fee is hereby granted, provided that the above
|
3168
|
-
> copyright notice and this permission notice appear in all copies.
|
3169
|
-
>
|
3170
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
3171
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
3172
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
3173
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
3174
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
3175
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
3176
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
3177
|
-
|
3178
|
-
---------------------------------------
|
3179
|
-
|
3180
2496
|
## ws
|
3181
2497
|
License: MIT
|
3182
2498
|
By: Einar Otto Stangvik
|