prettier 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -1
- data/README.md +12 -1
- data/node_modules/prettier/LICENSE +216 -326
- data/node_modules/prettier/README.md +3 -3
- data/node_modules/prettier/bin/prettier.cjs +3 -2
- data/node_modules/prettier/doc.d.ts +10 -7
- data/node_modules/prettier/doc.js +12 -24
- data/node_modules/prettier/doc.mjs +12 -24
- data/node_modules/prettier/index.cjs +22 -29
- data/node_modules/prettier/index.d.ts +71 -61
- data/node_modules/prettier/index.mjs +16061 -13848
- data/node_modules/prettier/internal/cli.mjs +380 -70
- data/node_modules/prettier/internal/internal.mjs +195 -6014
- data/node_modules/prettier/package.json +7 -2
- data/node_modules/prettier/plugins/acorn.js +12 -12
- data/node_modules/prettier/plugins/acorn.mjs +12 -12
- data/node_modules/prettier/plugins/angular.js +2 -2
- data/node_modules/prettier/plugins/angular.mjs +2 -2
- data/node_modules/prettier/plugins/babel.js +11 -11
- data/node_modules/prettier/plugins/babel.mjs +11 -11
- data/node_modules/prettier/plugins/estree.d.ts +1 -0
- data/node_modules/prettier/plugins/estree.js +25 -25
- data/node_modules/prettier/plugins/estree.mjs +25 -25
- data/node_modules/prettier/plugins/flow.js +17 -17
- data/node_modules/prettier/plugins/flow.mjs +17 -17
- data/node_modules/prettier/plugins/glimmer.js +22 -22
- data/node_modules/prettier/plugins/glimmer.mjs +22 -22
- data/node_modules/prettier/plugins/graphql.js +9 -9
- data/node_modules/prettier/plugins/graphql.mjs +9 -9
- data/node_modules/prettier/plugins/html.js +17 -17
- data/node_modules/prettier/plugins/html.mjs +17 -17
- data/node_modules/prettier/plugins/markdown.js +46 -46
- data/node_modules/prettier/plugins/markdown.mjs +46 -46
- data/node_modules/prettier/plugins/meriyah.js +5 -5
- data/node_modules/prettier/plugins/meriyah.mjs +5 -5
- data/node_modules/prettier/plugins/postcss.js +28 -28
- data/node_modules/prettier/plugins/postcss.mjs +28 -28
- data/node_modules/prettier/plugins/typescript.js +20 -22
- data/node_modules/prettier/plugins/typescript.mjs +20 -22
- data/node_modules/prettier/plugins/yaml.js +38 -38
- data/node_modules/prettier/plugins/yaml.mjs +39 -39
- data/node_modules/prettier/standalone.d.ts +1 -1
- data/node_modules/prettier/standalone.js +29 -26
- data/node_modules/prettier/standalone.mjs +29 -26
- data/package.json +4 -4
- data/src/plugin.js +10 -5
- data/src/server.rb +8 -3
- metadata +2 -2
@@ -13,11 +13,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
13
13
|
## Licenses of bundled dependencies
|
14
14
|
|
15
15
|
The published Prettier artifact additionally contains code with the following licenses:
|
16
|
-
MIT, ISC, BSD-2-Clause, BSD-3-Clause,
|
16
|
+
MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0
|
17
17
|
|
18
18
|
## Bundled dependencies
|
19
19
|
|
20
|
-
### @angular/compiler@
|
20
|
+
### @angular/compiler@v17.0.2
|
21
21
|
|
22
22
|
> Angular - the compiler library
|
23
23
|
|
@@ -27,7 +27,7 @@ Author: angular
|
|
27
27
|
|
28
28
|
----------------------------------------
|
29
29
|
|
30
|
-
### @babel/code-frame@v7.22.
|
30
|
+
### @babel/code-frame@v7.22.13
|
31
31
|
|
32
32
|
> Generate errors that contain a code frame that point to source locations.
|
33
33
|
|
@@ -61,7 +61,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
61
61
|
|
62
62
|
----------------------------------------
|
63
63
|
|
64
|
-
### @babel/helper-validator-identifier@v7.22.
|
64
|
+
### @babel/helper-validator-identifier@v7.22.20
|
65
65
|
|
66
66
|
> Validate identifier/keywords name
|
67
67
|
|
@@ -94,7 +94,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
94
94
|
|
95
95
|
----------------------------------------
|
96
96
|
|
97
|
-
### @babel/highlight@v7.22.
|
97
|
+
### @babel/highlight@v7.22.13
|
98
98
|
|
99
99
|
> Syntax highlight JavaScript strings for output in terminals.
|
100
100
|
|
@@ -128,7 +128,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
128
128
|
|
129
129
|
----------------------------------------
|
130
130
|
|
131
|
-
### @babel/parser@v7.
|
131
|
+
### @babel/parser@v7.23.3
|
132
132
|
|
133
133
|
> A JavaScript parser
|
134
134
|
|
@@ -187,9 +187,7 @@ License: MIT
|
|
187
187
|
|
188
188
|
----------------------------------------
|
189
189
|
|
190
|
-
### @glimmer/syntax@v0.
|
191
|
-
|
192
|
-
License: MIT
|
190
|
+
### @glimmer/syntax@v0.85.12
|
193
191
|
|
194
192
|
> Copyright (c) 2015 Tilde, Inc.
|
195
193
|
>
|
@@ -213,7 +211,7 @@ License: MIT
|
|
213
211
|
|
214
212
|
----------------------------------------
|
215
213
|
|
216
|
-
### @glimmer/util@v0.
|
214
|
+
### @glimmer/util@v0.85.12
|
217
215
|
|
218
216
|
> Common utilities used in Glimmer
|
219
217
|
|
@@ -241,6 +239,32 @@ License: MIT
|
|
241
239
|
|
242
240
|
----------------------------------------
|
243
241
|
|
242
|
+
### @glimmer/wire-format@v0.85.12
|
243
|
+
|
244
|
+
License: MIT
|
245
|
+
|
246
|
+
> Copyright (c) 2015 Tilde, Inc.
|
247
|
+
>
|
248
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
249
|
+
> this software and associated documentation files (the "Software"), to deal in
|
250
|
+
> the Software without restriction, including without limitation the rights to
|
251
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
252
|
+
> of the Software, and to permit persons to whom the Software is furnished to do
|
253
|
+
> so, subject to the following conditions:
|
254
|
+
>
|
255
|
+
> The above copyright notice and this permission notice shall be included in all
|
256
|
+
> copies or substantial portions of the Software.
|
257
|
+
>
|
258
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
259
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
260
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
261
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
262
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
263
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
264
|
+
> SOFTWARE.
|
265
|
+
|
266
|
+
----------------------------------------
|
267
|
+
|
244
268
|
### @handlebars/parser@v2.0.0
|
245
269
|
|
246
270
|
> The parser for the Handlebars language
|
@@ -366,7 +390,7 @@ License: MIT
|
|
366
390
|
|
367
391
|
----------------------------------------
|
368
392
|
|
369
|
-
### @prettier/is-es5-identifier-name@v0.
|
393
|
+
### @prettier/is-es5-identifier-name@v0.2.0
|
370
394
|
|
371
395
|
> Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
|
372
396
|
|
@@ -397,7 +421,7 @@ Author: fisker Cheung <lionkay@gmail.com>
|
|
397
421
|
|
398
422
|
----------------------------------------
|
399
423
|
|
400
|
-
### @prettier/parse-srcset@v3.
|
424
|
+
### @prettier/parse-srcset@v3.1.0
|
401
425
|
|
402
426
|
> A spec-conformant JavaScript parser for the HTML5 srcset attribute
|
403
427
|
|
@@ -408,6 +432,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
|
|
408
432
|
> The MIT License (MIT)
|
409
433
|
>
|
410
434
|
> Copyright (c) 2014 Alex Bell
|
435
|
+
> Copyright (c) fisker Cheung
|
411
436
|
>
|
412
437
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
413
438
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -429,7 +454,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
|
|
429
454
|
|
430
455
|
----------------------------------------
|
431
456
|
|
432
|
-
### @typescript-eslint/types@
|
457
|
+
### @typescript-eslint/types@v6.10.0
|
433
458
|
|
434
459
|
> Types for the TypeScript-ESTree AST spec
|
435
460
|
|
@@ -460,7 +485,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
460
485
|
|
461
486
|
----------------------------------------
|
462
487
|
|
463
|
-
### @typescript-eslint/typescript-estree@
|
488
|
+
### @typescript-eslint/typescript-estree@v6.10.0
|
464
489
|
|
465
490
|
> A parser that converts TypeScript source code into an ESTree compatible form
|
466
491
|
|
@@ -496,7 +521,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
496
521
|
|
497
522
|
----------------------------------------
|
498
523
|
|
499
|
-
### acorn@v8.
|
524
|
+
### acorn@v8.11.2
|
500
525
|
|
501
526
|
> ECMAScript parser
|
502
527
|
|
@@ -558,7 +583,7 @@ Repository: <https://github.com/acornjs/acorn-jsx>
|
|
558
583
|
|
559
584
|
----------------------------------------
|
560
585
|
|
561
|
-
### angular-estree-parser@
|
586
|
+
### angular-estree-parser@v8.0.3
|
562
587
|
|
563
588
|
> A parser that converts Angular source code into an ESTree-compatible form
|
564
589
|
|
@@ -590,7 +615,7 @@ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
590
615
|
|
591
616
|
----------------------------------------
|
592
617
|
|
593
|
-
### angular-html-parser@
|
618
|
+
### angular-html-parser@v5.0.2
|
594
619
|
|
595
620
|
> A HTML parser extracted from Angular with some modifications
|
596
621
|
|
@@ -798,7 +823,7 @@ Contributors:
|
|
798
823
|
|
799
824
|
----------------------------------------
|
800
825
|
|
801
|
-
### camelcase@
|
826
|
+
### camelcase@v8.0.0
|
802
827
|
|
803
828
|
> Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
|
804
829
|
|
@@ -851,25 +876,7 @@ Contributors:
|
|
851
876
|
|
852
877
|
----------------------------------------
|
853
878
|
|
854
|
-
### chalk@
|
855
|
-
|
856
|
-
> Terminal string styling done right
|
857
|
-
|
858
|
-
License: MIT
|
859
|
-
|
860
|
-
> MIT License
|
861
|
-
>
|
862
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
863
|
-
>
|
864
|
-
> 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:
|
865
|
-
>
|
866
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
867
|
-
>
|
868
|
-
> 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.
|
869
|
-
|
870
|
-
----------------------------------------
|
871
|
-
|
872
|
-
### chalk@v5.2.0
|
879
|
+
### chalk@v5.3.0
|
873
880
|
|
874
881
|
> Terminal string styling done right
|
875
882
|
|
@@ -989,7 +996,7 @@ Contributors:
|
|
989
996
|
|
990
997
|
----------------------------------------
|
991
998
|
|
992
|
-
### ci-info@
|
999
|
+
### ci-info@v4.0.0
|
993
1000
|
|
994
1001
|
> Get details about the current Continuous Integration environment
|
995
1002
|
|
@@ -999,7 +1006,7 @@ Author: Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)
|
|
999
1006
|
|
1000
1007
|
> The MIT License (MIT)
|
1001
1008
|
>
|
1002
|
-
> Copyright (c) 2016
|
1009
|
+
> Copyright (c) 2016 Thomas Watson Steen
|
1003
1010
|
>
|
1004
1011
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1005
1012
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -1206,43 +1213,6 @@ Author: James Halliday <mail@substack.net> (http://substack.net)
|
|
1206
1213
|
|
1207
1214
|
----------------------------------------
|
1208
1215
|
|
1209
|
-
### cosmiconfig@v8.2.0
|
1210
|
-
|
1211
|
-
> Find and load configuration from a package.json property, rc file, or CommonJS module
|
1212
|
-
|
1213
|
-
License: MIT
|
1214
|
-
Homepage: <https://github.com/cosmiconfig/cosmiconfig#readme>
|
1215
|
-
Repository: <git+https://github.com/cosmiconfig/cosmiconfig.git>
|
1216
|
-
Author: Daniel Fischer <daniel@d-fischer.dev>
|
1217
|
-
Contributors:
|
1218
|
-
- David Clark <david.dave.clark@gmail.com>
|
1219
|
-
- Bogdan Chadkin <trysound@yandex.ru>
|
1220
|
-
- Suhas Karanth <sudo.suhas@gmail.com>
|
1221
|
-
|
1222
|
-
> The MIT License (MIT)
|
1223
|
-
>
|
1224
|
-
> Copyright (c) 2015 David Clark
|
1225
|
-
>
|
1226
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1227
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1228
|
-
> in the Software without restriction, including without limitation the rights
|
1229
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1230
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1231
|
-
> furnished to do so, subject to the following conditions:
|
1232
|
-
>
|
1233
|
-
> The above copyright notice and this permission notice shall be included in all
|
1234
|
-
> copies or substantial portions of the Software.
|
1235
|
-
>
|
1236
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1237
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1238
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1239
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1240
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1241
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1242
|
-
> SOFTWARE.
|
1243
|
-
|
1244
|
-
----------------------------------------
|
1245
|
-
|
1246
1216
|
### dashify@v2.0.0
|
1247
1217
|
|
1248
1218
|
> Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
|
@@ -1353,15 +1323,6 @@ Repository: <git://github.com/kpdecker/jsdiff.git>
|
|
1353
1323
|
|
1354
1324
|
----------------------------------------
|
1355
1325
|
|
1356
|
-
### eastasianwidth@v0.2.0
|
1357
|
-
|
1358
|
-
> Get East Asian Width from a character.
|
1359
|
-
|
1360
|
-
License: MIT
|
1361
|
-
Author: Masaki Komagata
|
1362
|
-
|
1363
|
-
----------------------------------------
|
1364
|
-
|
1365
1326
|
### editorconfig@v0.15.3
|
1366
1327
|
|
1367
1328
|
> EditorConfig File Locator and Interpreter for Node.js
|
@@ -1396,18 +1357,7 @@ Contributors:
|
|
1396
1357
|
|
1397
1358
|
----------------------------------------
|
1398
1359
|
|
1399
|
-
###
|
1400
|
-
|
1401
|
-
> Converts an `editorconfig`-parsed object to a `prettier` configuration
|
1402
|
-
|
1403
|
-
License: ISC
|
1404
|
-
Homepage: <https://github.com/josephfrazier/editorconfig-to-prettier#readme>
|
1405
|
-
Repository: <git+https://github.com/josephfrazier/editorconfig-to-prettier.git>
|
1406
|
-
Author: Joseph Frazier <1212jtraceur@gmail.com>
|
1407
|
-
|
1408
|
-
----------------------------------------
|
1409
|
-
|
1410
|
-
### emoji-regex@v10.2.1
|
1360
|
+
### emoji-regex@v10.3.0
|
1411
1361
|
|
1412
1362
|
> A regular expression to match all Emoji-only symbols as per the Unicode Standard.
|
1413
1363
|
|
@@ -1439,36 +1389,6 @@ Author: Mathias Bynens (https://mathiasbynens.be/)
|
|
1439
1389
|
|
1440
1390
|
----------------------------------------
|
1441
1391
|
|
1442
|
-
### error-ex@v1.3.2
|
1443
|
-
|
1444
|
-
> Easy error subclassing and stack customization
|
1445
|
-
|
1446
|
-
License: MIT
|
1447
|
-
|
1448
|
-
> The MIT License (MIT)
|
1449
|
-
>
|
1450
|
-
> Copyright (c) 2015 JD Ballard
|
1451
|
-
>
|
1452
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1453
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1454
|
-
> in the Software without restriction, including without limitation the rights
|
1455
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1456
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1457
|
-
> furnished to do so, subject to the following conditions:
|
1458
|
-
>
|
1459
|
-
> The above copyright notice and this permission notice shall be included in
|
1460
|
-
> all copies or substantial portions of the Software.
|
1461
|
-
>
|
1462
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1463
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1464
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1465
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1466
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1467
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1468
|
-
> THE SOFTWARE.
|
1469
|
-
|
1470
|
-
----------------------------------------
|
1471
|
-
|
1472
1392
|
### escape-string-regexp@v1.0.5
|
1473
1393
|
|
1474
1394
|
> Escape RegExp special characters
|
@@ -1519,7 +1439,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1519
1439
|
|
1520
1440
|
----------------------------------------
|
1521
1441
|
|
1522
|
-
### espree@v9.6.
|
1442
|
+
### espree@v9.6.1
|
1523
1443
|
|
1524
1444
|
> An Esprima-compatible JavaScript parser built on Acorn
|
1525
1445
|
|
@@ -1590,7 +1510,7 @@ Contributors:
|
|
1590
1510
|
|
1591
1511
|
----------------------------------------
|
1592
1512
|
|
1593
|
-
### fast-glob@v3.2
|
1513
|
+
### fast-glob@v3.3.2
|
1594
1514
|
|
1595
1515
|
> It's a very fast and efficient glob library for Node.js
|
1596
1516
|
|
@@ -1679,16 +1599,16 @@ Author: Matteo Collina <hello@matteocollina.com>
|
|
1679
1599
|
|
1680
1600
|
----------------------------------------
|
1681
1601
|
|
1682
|
-
### file-entry-cache@
|
1602
|
+
### file-entry-cache@v7.0.1
|
1683
1603
|
|
1684
1604
|
> Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
|
1685
1605
|
|
1686
1606
|
License: MIT
|
1687
|
-
Author:
|
1607
|
+
Author: Jared Wray (https://jaredwray.com)
|
1688
1608
|
|
1689
1609
|
> The MIT License (MIT)
|
1690
1610
|
>
|
1691
|
-
> Copyright (c)
|
1611
|
+
> Copyright (c) Roy Riojas & Jared Wray
|
1692
1612
|
>
|
1693
1613
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1694
1614
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -1748,7 +1668,7 @@ Contributors:
|
|
1748
1668
|
|
1749
1669
|
----------------------------------------
|
1750
1670
|
|
1751
|
-
### find-cache-dir@
|
1671
|
+
### find-cache-dir@v5.0.0
|
1752
1672
|
|
1753
1673
|
> Finds the common standard cache directory
|
1754
1674
|
|
@@ -1822,16 +1742,16 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1822
1742
|
|
1823
1743
|
----------------------------------------
|
1824
1744
|
|
1825
|
-
### flat-cache@v3.
|
1745
|
+
### flat-cache@v3.1.1
|
1826
1746
|
|
1827
1747
|
> A stupidly simple key/value storage using files to persist some data
|
1828
1748
|
|
1829
1749
|
License: MIT
|
1830
|
-
Author:
|
1750
|
+
Author: Jared Wray (https://jaredwray.com)
|
1831
1751
|
|
1832
1752
|
> The MIT License (MIT)
|
1833
1753
|
>
|
1834
|
-
> Copyright (c)
|
1754
|
+
> Copyright (c) Roy Riojas and Jared Wray
|
1835
1755
|
>
|
1836
1756
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1837
1757
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -1853,7 +1773,7 @@ Author: Roy Riojas (http://royriojas.com)
|
|
1853
1773
|
|
1854
1774
|
----------------------------------------
|
1855
1775
|
|
1856
|
-
### flatted@v3.2.
|
1776
|
+
### flatted@v3.2.9
|
1857
1777
|
|
1858
1778
|
> A super light and fast circular JSON parser.
|
1859
1779
|
|
@@ -1915,7 +1835,7 @@ Contributors:
|
|
1915
1835
|
|
1916
1836
|
----------------------------------------
|
1917
1837
|
|
1918
|
-
### flow-parser@v0.
|
1838
|
+
### flow-parser@v0.221.0
|
1919
1839
|
|
1920
1840
|
> JavaScript parser written in OCaml. Produces ESTree AST
|
1921
1841
|
|
@@ -1980,6 +1900,25 @@ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
|
1980
1900
|
|
1981
1901
|
----------------------------------------
|
1982
1902
|
|
1903
|
+
### get-east-asian-width@v1.2.0
|
1904
|
+
|
1905
|
+
> Determine the East Asian Width of a Unicode character
|
1906
|
+
|
1907
|
+
License: MIT
|
1908
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1909
|
+
|
1910
|
+
> MIT License
|
1911
|
+
>
|
1912
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1913
|
+
>
|
1914
|
+
> 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:
|
1915
|
+
>
|
1916
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1917
|
+
>
|
1918
|
+
> 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.
|
1919
|
+
|
1920
|
+
----------------------------------------
|
1921
|
+
|
1983
1922
|
### get-stdin@v9.0.0
|
1984
1923
|
|
1985
1924
|
> Get stdin as a string or buffer
|
@@ -2059,7 +1998,7 @@ Contributors:
|
|
2059
1998
|
|
2060
1999
|
----------------------------------------
|
2061
2000
|
|
2062
|
-
### graphql@v16.
|
2001
|
+
### graphql@v16.8.1
|
2063
2002
|
|
2064
2003
|
> A Query Language and Runtime which can target any service.
|
2065
2004
|
|
@@ -2142,26 +2081,7 @@ Author: kael
|
|
2142
2081
|
|
2143
2082
|
----------------------------------------
|
2144
2083
|
|
2145
|
-
### import-
|
2146
|
-
|
2147
|
-
> Import a module while bypassing the cache
|
2148
|
-
|
2149
|
-
License: MIT
|
2150
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
2151
|
-
|
2152
|
-
> MIT License
|
2153
|
-
>
|
2154
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
2155
|
-
>
|
2156
|
-
> 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:
|
2157
|
-
>
|
2158
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
2159
|
-
>
|
2160
|
-
> 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.
|
2161
|
-
|
2162
|
-
----------------------------------------
|
2163
|
-
|
2164
|
-
### import-meta-resolve@v3.0.0
|
2084
|
+
### import-meta-resolve@v4.0.0
|
2165
2085
|
|
2166
2086
|
> Resolve things like Node.js — ponyfill for `import.meta.resolve`
|
2167
2087
|
|
@@ -2247,6 +2167,25 @@ Contributors:
|
|
2247
2167
|
|
2248
2168
|
----------------------------------------
|
2249
2169
|
|
2170
|
+
### index-to-position@v0.1.2
|
2171
|
+
|
2172
|
+
> Convert a string index to its line and column position
|
2173
|
+
|
2174
|
+
License: MIT
|
2175
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
2176
|
+
|
2177
|
+
> MIT License
|
2178
|
+
>
|
2179
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
2180
|
+
>
|
2181
|
+
> 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:
|
2182
|
+
>
|
2183
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
2184
|
+
>
|
2185
|
+
> 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.
|
2186
|
+
|
2187
|
+
----------------------------------------
|
2188
|
+
|
2250
2189
|
### indexes-of@v1.0.1
|
2251
2190
|
|
2252
2191
|
> line String/Array#indexOf but return all the indexes in an array
|
@@ -2400,38 +2339,6 @@ Contributors:
|
|
2400
2339
|
|
2401
2340
|
----------------------------------------
|
2402
2341
|
|
2403
|
-
### is-arrayish@v0.2.1
|
2404
|
-
|
2405
|
-
> Determines if an object can be used as an array
|
2406
|
-
|
2407
|
-
License: MIT
|
2408
|
-
Repository: <https://github.com/qix-/node-is-arrayish.git>
|
2409
|
-
Author: Qix (http://github.com/qix-)
|
2410
|
-
|
2411
|
-
> The MIT License (MIT)
|
2412
|
-
>
|
2413
|
-
> Copyright (c) 2015 JD Ballard
|
2414
|
-
>
|
2415
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2416
|
-
> of this software and associated documentation files (the "Software"), to deal
|
2417
|
-
> in the Software without restriction, including without limitation the rights
|
2418
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2419
|
-
> copies of the Software, and to permit persons to whom the Software is
|
2420
|
-
> furnished to do so, subject to the following conditions:
|
2421
|
-
>
|
2422
|
-
> The above copyright notice and this permission notice shall be included in
|
2423
|
-
> all copies or substantial portions of the Software.
|
2424
|
-
>
|
2425
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2426
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2427
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2428
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2429
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2430
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
2431
|
-
> THE SOFTWARE.
|
2432
|
-
|
2433
|
-
----------------------------------------
|
2434
|
-
|
2435
2342
|
### is-buffer@v2.0.5
|
2436
2343
|
|
2437
2344
|
> Determine if an object is a Buffer
|
@@ -2723,10 +2630,10 @@ Contributors:
|
|
2723
2630
|
|
2724
2631
|
----------------------------------------
|
2725
2632
|
|
2726
|
-
### jest-docblock@v29.
|
2633
|
+
### jest-docblock@v29.7.0
|
2727
2634
|
|
2728
2635
|
License: MIT
|
2729
|
-
Repository: <https://github.com/
|
2636
|
+
Repository: <https://github.com/jestjs/jest.git>
|
2730
2637
|
|
2731
2638
|
> MIT License
|
2732
2639
|
>
|
@@ -2818,12 +2725,47 @@ Contributors:
|
|
2818
2725
|
|
2819
2726
|
----------------------------------------
|
2820
2727
|
|
2821
|
-
### json-
|
2728
|
+
### json-buffer@v3.0.1
|
2729
|
+
|
2730
|
+
> JSON parse & stringify that supports binary via bops & base64
|
2731
|
+
|
2732
|
+
License: MIT
|
2733
|
+
Homepage: <https://github.com/dominictarr/json-buffer>
|
2734
|
+
Repository: <git://github.com/dominictarr/json-buffer.git>
|
2735
|
+
Author: Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)
|
2736
|
+
|
2737
|
+
> Copyright (c) 2013 Dominic Tarr
|
2738
|
+
>
|
2739
|
+
> Permission is hereby granted, free of charge,
|
2740
|
+
> to any person obtaining a copy of this software and
|
2741
|
+
> associated documentation files (the "Software"), to
|
2742
|
+
> deal in the Software without restriction, including
|
2743
|
+
> without limitation the rights to use, copy, modify,
|
2744
|
+
> merge, publish, distribute, sublicense, and/or sell
|
2745
|
+
> copies of the Software, and to permit persons to whom
|
2746
|
+
> the Software is furnished to do so,
|
2747
|
+
> subject to the following conditions:
|
2748
|
+
>
|
2749
|
+
> The above copyright notice and this permission notice
|
2750
|
+
> shall be included in all copies or substantial portions of the Software.
|
2751
|
+
>
|
2752
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
2753
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
2754
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
2755
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
2756
|
+
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
2757
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
2758
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2759
|
+
|
2760
|
+
----------------------------------------
|
2761
|
+
|
2762
|
+
### json-parse-even-better-errors@v3.0.0
|
2822
2763
|
|
2823
2764
|
> JSON.parse with context information on error
|
2824
2765
|
|
2825
2766
|
License: MIT
|
2826
|
-
|
2767
|
+
Repository: <https://github.com/npm/json-parse-even-better-errors.git>
|
2768
|
+
Author: GitHub Inc.
|
2827
2769
|
|
2828
2770
|
> Copyright 2017 Kat Marchán
|
2829
2771
|
> Copyright npm, Inc.
|
@@ -2892,34 +2834,14 @@ Contributors:
|
|
2892
2834
|
|
2893
2835
|
----------------------------------------
|
2894
2836
|
|
2895
|
-
###
|
2837
|
+
### keyv@v4.5.3
|
2896
2838
|
|
2897
|
-
>
|
2839
|
+
> Simple key-value storage with support for multiple backends
|
2898
2840
|
|
2899
2841
|
License: MIT
|
2900
|
-
|
2901
|
-
|
2902
|
-
|
2903
|
-
>
|
2904
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
2905
|
-
>
|
2906
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2907
|
-
> of this software and associated documentation files (the "Software"), to deal
|
2908
|
-
> in the Software without restriction, including without limitation the rights
|
2909
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2910
|
-
> copies of the Software, and to permit persons to whom the Software is
|
2911
|
-
> furnished to do so, subject to the following conditions:
|
2912
|
-
>
|
2913
|
-
> The above copyright notice and this permission notice shall be included in
|
2914
|
-
> all copies or substantial portions of the Software.
|
2915
|
-
>
|
2916
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2917
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2918
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2919
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2920
|
-
> 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
|
-
> THE SOFTWARE.
|
2842
|
+
Homepage: <https://github.com/jaredwray/keyv>
|
2843
|
+
Repository: <git+https://github.com/jaredwray/keyv.git>
|
2844
|
+
Author: Jared Wray <me@jaredwray.com> (http://jaredwray.com)
|
2923
2845
|
|
2924
2846
|
----------------------------------------
|
2925
2847
|
|
@@ -2942,18 +2864,17 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2942
2864
|
|
2943
2865
|
----------------------------------------
|
2944
2866
|
|
2945
|
-
###
|
2867
|
+
### lilconfig@v2.1.0
|
2946
2868
|
|
2947
|
-
>
|
2869
|
+
> A zero-dependency alternative to cosmiconfig
|
2948
2870
|
|
2949
2871
|
License: MIT
|
2950
|
-
|
2951
|
-
|
2952
|
-
Author: Brian Donovan <brian@donovans.cc>
|
2872
|
+
Repository: <https://github.com/antonk52/lilconfig>
|
2873
|
+
Author: antonk52
|
2953
2874
|
|
2954
|
-
>
|
2875
|
+
> MIT License
|
2955
2876
|
>
|
2956
|
-
> Copyright (c)
|
2877
|
+
> Copyright (c) 2022 Anton Kastritskiy
|
2957
2878
|
>
|
2958
2879
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
2959
2880
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -2962,20 +2883,20 @@ Author: Brian Donovan <brian@donovans.cc>
|
|
2962
2883
|
> copies of the Software, and to permit persons to whom the Software is
|
2963
2884
|
> furnished to do so, subject to the following conditions:
|
2964
2885
|
>
|
2965
|
-
> The above copyright notice and this permission notice shall be included in
|
2966
|
-
>
|
2886
|
+
> The above copyright notice and this permission notice shall be included in all
|
2887
|
+
> copies or substantial portions of the Software.
|
2967
2888
|
>
|
2968
2889
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2969
2890
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2970
2891
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2971
2892
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2972
2893
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2973
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
2974
|
-
>
|
2894
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2895
|
+
> SOFTWARE.
|
2975
2896
|
|
2976
2897
|
----------------------------------------
|
2977
2898
|
|
2978
|
-
### lines-and-columns@v2.0.
|
2899
|
+
### lines-and-columns@v2.0.4
|
2979
2900
|
|
2980
2901
|
> Maps lines and columns to character offsets and back.
|
2981
2902
|
|
@@ -3156,7 +3077,7 @@ Repository: <git@github.com:teambition/merge2.git>
|
|
3156
3077
|
|
3157
3078
|
----------------------------------------
|
3158
3079
|
|
3159
|
-
### meriyah@v4.3.
|
3080
|
+
### meriyah@v4.3.8
|
3160
3081
|
|
3161
3082
|
> A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
|
3162
3083
|
|
@@ -3490,7 +3411,7 @@ Contributors:
|
|
3490
3411
|
|
3491
3412
|
----------------------------------------
|
3492
3413
|
|
3493
|
-
### parse-json@
|
3414
|
+
### parse-json@v8.0.1
|
3494
3415
|
|
3495
3416
|
> Parse JSON with more helpful errors
|
3496
3417
|
|
@@ -3559,25 +3480,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3559
3480
|
|
3560
3481
|
----------------------------------------
|
3561
3482
|
|
3562
|
-
### path-type@v4.0.0
|
3563
|
-
|
3564
|
-
> Check if a path is a file, directory, or symlink
|
3565
|
-
|
3566
|
-
License: MIT
|
3567
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
3568
|
-
|
3569
|
-
> MIT License
|
3570
|
-
>
|
3571
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
3572
|
-
>
|
3573
|
-
> 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:
|
3574
|
-
>
|
3575
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
3576
|
-
>
|
3577
|
-
> 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.
|
3578
|
-
|
3579
|
-
----------------------------------------
|
3580
|
-
|
3581
3483
|
### picocolors@v1.0.0
|
3582
3484
|
|
3583
3485
|
> The tiniest and the fastest library for terminal output formatting with ANSI colors
|
@@ -3687,7 +3589,7 @@ Author: typicode
|
|
3687
3589
|
|
3688
3590
|
----------------------------------------
|
3689
3591
|
|
3690
|
-
### postcss@v8.4.
|
3592
|
+
### postcss@v8.4.31
|
3691
3593
|
|
3692
3594
|
> Tool for transforming styles with JS plugins
|
3693
3595
|
|
@@ -3764,7 +3666,7 @@ Author: dryoma
|
|
3764
3666
|
|
3765
3667
|
----------------------------------------
|
3766
3668
|
|
3767
|
-
### postcss-scss@v4.0.
|
3669
|
+
### postcss-scss@v4.0.9
|
3768
3670
|
|
3769
3671
|
> SCSS parser for PostCSS
|
3770
3672
|
|
@@ -4016,25 +3918,6 @@ Contributors:
|
|
4016
3918
|
|
4017
3919
|
----------------------------------------
|
4018
3920
|
|
4019
|
-
### resolve-from@v4.0.0
|
4020
|
-
|
4021
|
-
> Resolve the path of a module like `require.resolve()` but from a given path
|
4022
|
-
|
4023
|
-
License: MIT
|
4024
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
4025
|
-
|
4026
|
-
> MIT License
|
4027
|
-
>
|
4028
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
4029
|
-
>
|
4030
|
-
> 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:
|
4031
|
-
>
|
4032
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
4033
|
-
>
|
4034
|
-
> 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.
|
4035
|
-
|
4036
|
-
----------------------------------------
|
4037
|
-
|
4038
3921
|
### reusify@v1.0.4
|
4039
3922
|
|
4040
3923
|
> Reuse objects and functions with style
|
@@ -4144,7 +4027,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
4144
4027
|
|
4145
4028
|
----------------------------------------
|
4146
4029
|
|
4147
|
-
### semver@v7.5.
|
4030
|
+
### semver@v7.5.4
|
4148
4031
|
|
4149
4032
|
> The semantic version parser used by npm.
|
4150
4033
|
|
@@ -4461,63 +4344,38 @@ Contributors:
|
|
4461
4344
|
|
4462
4345
|
----------------------------------------
|
4463
4346
|
|
4464
|
-
###
|
4465
|
-
|
4466
|
-
> Runtime library for TypeScript helper functions
|
4467
|
-
|
4468
|
-
License: 0BSD
|
4469
|
-
Homepage: <https://www.typescriptlang.org/>
|
4470
|
-
Repository: <https://github.com/Microsoft/tslib.git>
|
4471
|
-
Author: Microsoft Corp.
|
4472
|
-
|
4473
|
-
> Copyright (c) Microsoft Corporation.
|
4474
|
-
>
|
4475
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
4476
|
-
> purpose with or without fee is hereby granted.
|
4477
|
-
>
|
4478
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
4479
|
-
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
4480
|
-
> AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
4481
|
-
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
4482
|
-
> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
4483
|
-
> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
4484
|
-
> PERFORMANCE OF THIS SOFTWARE.
|
4485
|
-
|
4486
|
-
----------------------------------------
|
4487
|
-
|
4488
|
-
### tsutils@v3.21.0
|
4347
|
+
### ts-api-utils@v1.0.1
|
4489
4348
|
|
4490
|
-
>
|
4349
|
+
> Utility functions for working with TypeScript's API. Successor to the wonderful tsutils.
|
4491
4350
|
|
4492
4351
|
License: MIT
|
4493
|
-
Repository: <https://github.com/
|
4494
|
-
Author:
|
4352
|
+
Repository: <https://github.com/JoshuaKGoldberg/ts-api-utils>
|
4353
|
+
Author: Josh Goldberg <npm@joshuakgoldberg.com>
|
4495
4354
|
|
4496
|
-
>
|
4497
|
-
>
|
4498
|
-
>
|
4499
|
-
>
|
4500
|
-
>
|
4501
|
-
>
|
4502
|
-
>
|
4503
|
-
> to
|
4504
|
-
>
|
4505
|
-
>
|
4506
|
-
>
|
4507
|
-
>
|
4508
|
-
>
|
4509
|
-
>
|
4510
|
-
>
|
4511
|
-
>
|
4512
|
-
>
|
4513
|
-
>
|
4514
|
-
>
|
4515
|
-
>
|
4516
|
-
> SOFTWARE.
|
4355
|
+
> # MIT License
|
4356
|
+
>
|
4357
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
4358
|
+
> a copy of this software and associated documentation files (the
|
4359
|
+
> 'Software'), to deal in the Software without restriction, including
|
4360
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
4361
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
4362
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
4363
|
+
> the following conditions:
|
4364
|
+
>
|
4365
|
+
> The above copyright notice and this permission notice shall be
|
4366
|
+
> included in all copies or substantial portions of the Software.
|
4367
|
+
>
|
4368
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
4369
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
4370
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
4371
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
4372
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
4373
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
4374
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
4517
4375
|
|
4518
4376
|
----------------------------------------
|
4519
4377
|
|
4520
|
-
### typescript@v5.
|
4378
|
+
### typescript@v5.2.2
|
4521
4379
|
|
4522
4380
|
> TypeScript is a language for application scale JavaScript development
|
4523
4381
|
|
@@ -4862,6 +4720,38 @@ Contributors:
|
|
4862
4720
|
|
4863
4721
|
----------------------------------------
|
4864
4722
|
|
4723
|
+
### url-or-path@v2.1.0
|
4724
|
+
|
4725
|
+
> Convert between file URL and path.
|
4726
|
+
|
4727
|
+
License: MIT
|
4728
|
+
Homepage: <https://github.com/fisker/url-or-path#readme>
|
4729
|
+
Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
4730
|
+
|
4731
|
+
> MIT License
|
4732
|
+
>
|
4733
|
+
> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
4734
|
+
>
|
4735
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
4736
|
+
> of this software and associated documentation files (the "Software"), to deal
|
4737
|
+
> in the Software without restriction, including without limitation the rights
|
4738
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
4739
|
+
> copies of the Software, and to permit persons to whom the Software is
|
4740
|
+
> furnished to do so, subject to the following conditions:
|
4741
|
+
>
|
4742
|
+
> The above copyright notice and this permission notice shall be included in all
|
4743
|
+
> copies or substantial portions of the Software.
|
4744
|
+
>
|
4745
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
4746
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
4747
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
4748
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
4749
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
4750
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
4751
|
+
> SOFTWARE.
|
4752
|
+
|
4753
|
+
----------------------------------------
|
4754
|
+
|
4865
4755
|
### vfile@v4.2.1
|
4866
4756
|
|
4867
4757
|
> Virtual file format for text processing
|
@@ -4969,7 +4859,7 @@ Contributors:
|
|
4969
4859
|
|
4970
4860
|
----------------------------------------
|
4971
4861
|
|
4972
|
-
### vnopts@
|
4862
|
+
### vnopts@v2.0.0
|
4973
4863
|
|
4974
4864
|
> validate and normalize options
|
4975
4865
|
|