@ms-cloudpack/remote-cache 0.11.74 → 0.11.75
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/NOTICE.txt +10 -448
- package/dist/AzureRemoteCacheClient-MLQBWB3M.js +19236 -0
- package/dist/chunk-4NNZM6TT.js +470 -0
- package/dist/{chunk-J62ZUERG.js → chunk-7NTERDBN.js} +19 -484
- package/dist/chunk-HL7BG7JS.js +28 -0
- package/dist/chunk-IW2GFJHQ.js +35709 -0
- package/dist/chunk-O35GBBPD.js +82 -0
- package/dist/esm-JT3OR544.js +99 -0
- package/dist/{getCredential-QOOZATZ4.js → getCredential-ZFTRCRNY.js} +9537 -76
- package/dist/index.js +402 -34039
- package/lib/AzureRemoteCacheClient.d.ts +1 -1
- package/lib/CustomAzureCacheStorage.d.ts +14 -0
- package/lib/types/AppRegistryClient.d.ts +4 -4
- package/package.json +5 -7
- package/dist/AzureRemoteCacheClient-Z2LRZU6O.js +0 -65558
- package/dist/chunk-WCUWO27K.js +0 -9557
- package/lib/createCacheStorageConfig.d.ts +0 -4
package/NOTICE.txt
CHANGED
|
@@ -607,11 +607,6 @@ SOFTWARE.
|
|
|
607
607
|
|
|
608
608
|
----
|
|
609
609
|
|
|
610
|
-
@yarnpkg/lockfile 1.1.0 - BSD-2-Clause
|
|
611
|
-
https://github.com/yarnpkg/yarn/blob/master/packages/lockfile
|
|
612
|
-
|
|
613
|
-
----
|
|
614
|
-
|
|
615
610
|
agent-base 7.1.4 - MIT
|
|
616
611
|
https://github.com/TooTallNate/proxy-agents
|
|
617
612
|
|
|
@@ -676,36 +671,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
676
671
|
|
|
677
672
|
----
|
|
678
673
|
|
|
679
|
-
backfill
|
|
680
|
-
https://github.com/microsoft/
|
|
681
|
-
|
|
682
|
-
Author: Benjamin Weggersen <bewegger@microsoft.com>
|
|
683
|
-
|
|
684
|
-
----
|
|
685
|
-
|
|
686
|
-
backfill-cache 5.11.3 - MIT
|
|
687
|
-
https://github.com/microsoft/backfill
|
|
688
|
-
|
|
689
|
-
Author: Benjamin Weggersen <bewegger@microsoft.com>
|
|
690
|
-
|
|
691
|
-
----
|
|
692
|
-
|
|
693
|
-
backfill-config 6.7.1 - MIT
|
|
694
|
-
https://github.com/microsoft/backfill
|
|
674
|
+
backfill-cache 5.12.4 - MIT
|
|
675
|
+
https://github.com/microsoft/lage
|
|
695
676
|
|
|
696
677
|
Author: Benjamin Weggersen <bewegger@microsoft.com>
|
|
697
678
|
|
|
698
679
|
----
|
|
699
680
|
|
|
700
|
-
backfill-
|
|
701
|
-
https://github.com/microsoft/
|
|
702
|
-
|
|
703
|
-
Author: Benjamin Weggersen <bewegger@microsoft.com>
|
|
704
|
-
|
|
705
|
-
----
|
|
706
|
-
|
|
707
|
-
backfill-logger 5.4.0 - MIT
|
|
708
|
-
https://github.com/microsoft/backfill
|
|
681
|
+
backfill-logger 5.4.2 - MIT
|
|
682
|
+
https://github.com/microsoft/lage
|
|
709
683
|
|
|
710
684
|
Author: Vincent Bailly <vibailly@microsoft.com>
|
|
711
685
|
|
|
@@ -1441,40 +1415,6 @@ THE SOFTWARE.
|
|
|
1441
1415
|
|
|
1442
1416
|
----
|
|
1443
1417
|
|
|
1444
|
-
find-up 5.0.0 - MIT
|
|
1445
|
-
https://github.com/sindresorhus/find-up
|
|
1446
|
-
|
|
1447
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1448
|
-
|
|
1449
|
-
MIT License
|
|
1450
|
-
|
|
1451
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1452
|
-
|
|
1453
|
-
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:
|
|
1454
|
-
|
|
1455
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1456
|
-
|
|
1457
|
-
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.
|
|
1458
|
-
|
|
1459
|
-
----
|
|
1460
|
-
|
|
1461
|
-
find-up 4.1.0 - MIT
|
|
1462
|
-
https://github.com/sindresorhus/find-up
|
|
1463
|
-
|
|
1464
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1465
|
-
|
|
1466
|
-
MIT License
|
|
1467
|
-
|
|
1468
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1469
|
-
|
|
1470
|
-
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:
|
|
1471
|
-
|
|
1472
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1473
|
-
|
|
1474
|
-
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.
|
|
1475
|
-
|
|
1476
|
-
----
|
|
1477
|
-
|
|
1478
1418
|
fs-constants 1.0.0 - MIT
|
|
1479
1419
|
https://github.com/mafintosh/fs-constants
|
|
1480
1420
|
|
|
@@ -1544,64 +1484,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1544
1484
|
|
|
1545
1485
|
----
|
|
1546
1486
|
|
|
1547
|
-
git-up 8.1.1 - MIT
|
|
1548
|
-
https://github.com/IonicaBizau/git-up
|
|
1549
|
-
|
|
1550
|
-
Author: Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
1551
|
-
|
|
1552
|
-
The MIT License (MIT)
|
|
1553
|
-
|
|
1554
|
-
Copyright (c) 2015-25 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
1555
|
-
|
|
1556
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1557
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1558
|
-
in the Software without restriction, including without limitation the rights
|
|
1559
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1560
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1561
|
-
furnished to do so, subject to the following conditions:
|
|
1562
|
-
|
|
1563
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1564
|
-
copies or substantial portions of the Software.
|
|
1565
|
-
|
|
1566
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1567
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1568
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1569
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1570
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1571
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1572
|
-
SOFTWARE.
|
|
1573
|
-
|
|
1574
|
-
----
|
|
1575
|
-
|
|
1576
|
-
git-url-parse 16.1.0 - MIT
|
|
1577
|
-
https://github.com/IonicaBizau/git-url-parse
|
|
1578
|
-
|
|
1579
|
-
Author: Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
1580
|
-
|
|
1581
|
-
The MIT License (MIT)
|
|
1582
|
-
|
|
1583
|
-
Copyright (c) 2015-25 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
1584
|
-
|
|
1585
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1586
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1587
|
-
in the Software without restriction, including without limitation the rights
|
|
1588
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1589
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1590
|
-
furnished to do so, subject to the following conditions:
|
|
1591
|
-
|
|
1592
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1593
|
-
copies or substantial portions of the Software.
|
|
1594
|
-
|
|
1595
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1596
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1597
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1598
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1599
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1600
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1601
|
-
SOFTWARE.
|
|
1602
|
-
|
|
1603
|
-
----
|
|
1604
|
-
|
|
1605
1487
|
glob-parent 5.1.2 - ISC
|
|
1606
1488
|
https://github.com/gulpjs/glob-parent
|
|
1607
1489
|
|
|
@@ -2117,35 +1999,6 @@ THE SOFTWARE.
|
|
|
2117
1999
|
|
|
2118
2000
|
----
|
|
2119
2001
|
|
|
2120
|
-
is-ssh 1.4.1 - MIT
|
|
2121
|
-
https://github.com/IonicaBizau/node-is-ssh
|
|
2122
|
-
|
|
2123
|
-
Author: Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
2124
|
-
|
|
2125
|
-
The MIT License (MIT)
|
|
2126
|
-
|
|
2127
|
-
Copyright (c) 2015-25 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
2128
|
-
|
|
2129
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2130
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2131
|
-
in the Software without restriction, including without limitation the rights
|
|
2132
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2133
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2134
|
-
furnished to do so, subject to the following conditions:
|
|
2135
|
-
|
|
2136
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2137
|
-
copies or substantial portions of the Software.
|
|
2138
|
-
|
|
2139
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2140
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2141
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2142
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2143
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2144
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2145
|
-
SOFTWARE.
|
|
2146
|
-
|
|
2147
|
-
----
|
|
2148
|
-
|
|
2149
2002
|
is-stream 2.0.1 - MIT
|
|
2150
2003
|
https://github.com/sindresorhus/is-stream
|
|
2151
2004
|
|
|
@@ -2203,69 +2056,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
2203
2056
|
|
|
2204
2057
|
----
|
|
2205
2058
|
|
|
2206
|
-
jju 1.4.0 - MIT
|
|
2207
|
-
http://rlidwka.github.io/jju/
|
|
2208
|
-
|
|
2209
|
-
Author: Alex Kocharin <alex@kocharin.ru>
|
|
2210
|
-
|
|
2211
|
-
(The MIT License)
|
|
2212
|
-
|
|
2213
|
-
Copyright (c) 2013 Alex Kocharin
|
|
2214
|
-
|
|
2215
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2216
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2217
|
-
in the Software without restriction, including without limitation the rights
|
|
2218
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2219
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2220
|
-
furnished to do so, subject to the following conditions:
|
|
2221
|
-
|
|
2222
|
-
The above copyright notice and this permission notice shall be included in
|
|
2223
|
-
all copies or substantial portions of the Software.
|
|
2224
|
-
|
|
2225
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2226
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2227
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2228
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2229
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2230
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2231
|
-
THE SOFTWARE.
|
|
2232
|
-
|
|
2233
|
-
----
|
|
2234
|
-
|
|
2235
|
-
js-yaml 4.1.1 - MIT
|
|
2236
|
-
https://github.com/nodeca/js-yaml
|
|
2237
|
-
|
|
2238
|
-
Author: Vladimir Zapparov <dervus.grim@gmail.com>
|
|
2239
|
-
|
|
2240
|
-
Contributors:
|
|
2241
|
-
Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)
|
|
2242
|
-
Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)
|
|
2243
|
-
Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)
|
|
2244
|
-
|
|
2245
|
-
(The MIT License)
|
|
2246
|
-
|
|
2247
|
-
Copyright (C) 2011-2015 by Vitaly Puzrin
|
|
2248
|
-
|
|
2249
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2250
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2251
|
-
in the Software without restriction, including without limitation the rights
|
|
2252
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2253
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2254
|
-
furnished to do so, subject to the following conditions:
|
|
2255
|
-
|
|
2256
|
-
The above copyright notice and this permission notice shall be included in
|
|
2257
|
-
all copies or substantial portions of the Software.
|
|
2258
|
-
|
|
2259
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2260
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2261
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2262
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2263
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2264
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2265
|
-
THE SOFTWARE.
|
|
2266
|
-
|
|
2267
|
-
----
|
|
2268
|
-
|
|
2269
2059
|
jsonfile 4.0.0 - MIT
|
|
2270
2060
|
https://github.com/jprichardson/node-jsonfile
|
|
2271
2061
|
|
|
@@ -2368,40 +2158,6 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEAL
|
|
|
2368
2158
|
|
|
2369
2159
|
----
|
|
2370
2160
|
|
|
2371
|
-
locate-path 6.0.0 - MIT
|
|
2372
|
-
https://github.com/sindresorhus/locate-path
|
|
2373
|
-
|
|
2374
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2375
|
-
|
|
2376
|
-
MIT License
|
|
2377
|
-
|
|
2378
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2379
|
-
|
|
2380
|
-
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:
|
|
2381
|
-
|
|
2382
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2383
|
-
|
|
2384
|
-
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.
|
|
2385
|
-
|
|
2386
|
-
----
|
|
2387
|
-
|
|
2388
|
-
locate-path 5.0.0 - MIT
|
|
2389
|
-
https://github.com/sindresorhus/locate-path
|
|
2390
|
-
|
|
2391
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2392
|
-
|
|
2393
|
-
MIT License
|
|
2394
|
-
|
|
2395
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2396
|
-
|
|
2397
|
-
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:
|
|
2398
|
-
|
|
2399
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2400
|
-
|
|
2401
|
-
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.
|
|
2402
|
-
|
|
2403
|
-
----
|
|
2404
|
-
|
|
2405
2161
|
lodash.includes 4.3.0 - MIT
|
|
2406
2162
|
https://lodash.com/
|
|
2407
2163
|
|
|
@@ -3013,149 +2769,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3013
2769
|
|
|
3014
2770
|
----
|
|
3015
2771
|
|
|
3016
|
-
p-limit 2.3.0 - MIT
|
|
3017
|
-
https://github.com/sindresorhus/p-limit
|
|
3018
|
-
|
|
3019
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3020
|
-
|
|
3021
|
-
MIT License
|
|
3022
|
-
|
|
3023
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3024
|
-
|
|
3025
|
-
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:
|
|
3026
|
-
|
|
3027
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3028
|
-
|
|
3029
|
-
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.
|
|
3030
|
-
|
|
3031
|
-
----
|
|
3032
|
-
|
|
3033
|
-
p-locate 5.0.0 - MIT
|
|
3034
|
-
https://github.com/sindresorhus/p-locate
|
|
3035
|
-
|
|
3036
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3037
|
-
|
|
3038
|
-
MIT License
|
|
3039
|
-
|
|
3040
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3041
|
-
|
|
3042
|
-
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:
|
|
3043
|
-
|
|
3044
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3045
|
-
|
|
3046
|
-
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.
|
|
3047
|
-
|
|
3048
|
-
----
|
|
3049
|
-
|
|
3050
|
-
p-locate 4.1.0 - MIT
|
|
3051
|
-
https://github.com/sindresorhus/p-locate
|
|
3052
|
-
|
|
3053
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3054
|
-
|
|
3055
|
-
MIT License
|
|
3056
|
-
|
|
3057
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3058
|
-
|
|
3059
|
-
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:
|
|
3060
|
-
|
|
3061
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3062
|
-
|
|
3063
|
-
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.
|
|
3064
|
-
|
|
3065
|
-
----
|
|
3066
|
-
|
|
3067
|
-
p-try 2.2.0 - MIT
|
|
3068
|
-
https://github.com/sindresorhus/p-try
|
|
3069
|
-
|
|
3070
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3071
|
-
|
|
3072
|
-
MIT License
|
|
3073
|
-
|
|
3074
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3075
|
-
|
|
3076
|
-
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:
|
|
3077
|
-
|
|
3078
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3079
|
-
|
|
3080
|
-
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.
|
|
3081
|
-
|
|
3082
|
-
----
|
|
3083
|
-
|
|
3084
|
-
parse-path 7.1.0 - MIT
|
|
3085
|
-
https://github.com/IonicaBizau/parse-path
|
|
3086
|
-
|
|
3087
|
-
Author: Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
3088
|
-
|
|
3089
|
-
The MIT License (MIT)
|
|
3090
|
-
|
|
3091
|
-
Copyright (c) 2015-25 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
3092
|
-
|
|
3093
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3094
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3095
|
-
in the Software without restriction, including without limitation the rights
|
|
3096
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3097
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3098
|
-
furnished to do so, subject to the following conditions:
|
|
3099
|
-
|
|
3100
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3101
|
-
copies or substantial portions of the Software.
|
|
3102
|
-
|
|
3103
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3104
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3105
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3106
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3107
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3108
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3109
|
-
SOFTWARE.
|
|
3110
|
-
|
|
3111
|
-
----
|
|
3112
|
-
|
|
3113
|
-
parse-url 9.2.0 - MIT
|
|
3114
|
-
https://github.com/IonicaBizau/parse-url
|
|
3115
|
-
|
|
3116
|
-
Author: Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
3117
|
-
|
|
3118
|
-
The MIT License (MIT)
|
|
3119
|
-
|
|
3120
|
-
Copyright (c) 2015-24 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
3121
|
-
|
|
3122
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3123
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3124
|
-
in the Software without restriction, including without limitation the rights
|
|
3125
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3126
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3127
|
-
furnished to do so, subject to the following conditions:
|
|
3128
|
-
|
|
3129
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3130
|
-
copies or substantial portions of the Software.
|
|
3131
|
-
|
|
3132
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3133
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3134
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3135
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3136
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3137
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3138
|
-
SOFTWARE.
|
|
3139
|
-
|
|
3140
|
-
----
|
|
3141
|
-
|
|
3142
|
-
path-exists 4.0.0 - MIT
|
|
3143
|
-
https://github.com/sindresorhus/path-exists
|
|
3144
|
-
|
|
3145
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3146
|
-
|
|
3147
|
-
MIT License
|
|
3148
|
-
|
|
3149
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3150
|
-
|
|
3151
|
-
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:
|
|
3152
|
-
|
|
3153
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3154
|
-
|
|
3155
|
-
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.
|
|
3156
|
-
|
|
3157
|
-
----
|
|
3158
|
-
|
|
3159
2772
|
path-expression-matcher 1.1.3 - MIT
|
|
3160
2773
|
https://github.com/NaturalIntelligence/path-expression-matcher#readme
|
|
3161
2774
|
|
|
@@ -3248,52 +2861,6 @@ THE SOFTWARE.
|
|
|
3248
2861
|
|
|
3249
2862
|
----
|
|
3250
2863
|
|
|
3251
|
-
pkg-dir 4.2.0 - MIT
|
|
3252
|
-
https://github.com/sindresorhus/pkg-dir
|
|
3253
|
-
|
|
3254
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3255
|
-
|
|
3256
|
-
MIT License
|
|
3257
|
-
|
|
3258
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3259
|
-
|
|
3260
|
-
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:
|
|
3261
|
-
|
|
3262
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3263
|
-
|
|
3264
|
-
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.
|
|
3265
|
-
|
|
3266
|
-
----
|
|
3267
|
-
|
|
3268
|
-
protocols 2.0.2 - MIT
|
|
3269
|
-
https://github.com/IonicaBizau/protocols
|
|
3270
|
-
|
|
3271
|
-
Author: Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
3272
|
-
|
|
3273
|
-
The MIT License (MIT)
|
|
3274
|
-
|
|
3275
|
-
Copyright (c) 2015-25 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
3276
|
-
|
|
3277
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3278
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3279
|
-
in the Software without restriction, including without limitation the rights
|
|
3280
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3281
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3282
|
-
furnished to do so, subject to the following conditions:
|
|
3283
|
-
|
|
3284
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3285
|
-
copies or substantial portions of the Software.
|
|
3286
|
-
|
|
3287
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3288
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3289
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3290
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3291
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3292
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3293
|
-
SOFTWARE.
|
|
3294
|
-
|
|
3295
|
-
----
|
|
3296
|
-
|
|
3297
2864
|
pump 3.0.4 - MIT
|
|
3298
2865
|
https://github.com/mafintosh/pump
|
|
3299
2866
|
|
|
@@ -3716,14 +3283,14 @@ SOFTWARE.
|
|
|
3716
3283
|
|
|
3717
3284
|
----
|
|
3718
3285
|
|
|
3719
|
-
supports-color
|
|
3286
|
+
supports-color 7.2.0 - MIT
|
|
3720
3287
|
https://github.com/chalk/supports-color
|
|
3721
3288
|
|
|
3722
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (
|
|
3289
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3723
3290
|
|
|
3724
3291
|
MIT License
|
|
3725
3292
|
|
|
3726
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (
|
|
3293
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3727
3294
|
|
|
3728
3295
|
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:
|
|
3729
3296
|
|
|
@@ -3733,14 +3300,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3733
3300
|
|
|
3734
3301
|
----
|
|
3735
3302
|
|
|
3736
|
-
supports-color
|
|
3303
|
+
supports-color 8.1.1 - MIT
|
|
3737
3304
|
https://github.com/chalk/supports-color
|
|
3738
3305
|
|
|
3739
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3306
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3740
3307
|
|
|
3741
3308
|
MIT License
|
|
3742
3309
|
|
|
3743
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3310
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3744
3311
|
|
|
3745
3312
|
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:
|
|
3746
3313
|
|
|
@@ -3988,11 +3555,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
3988
3555
|
|
|
3989
3556
|
----
|
|
3990
3557
|
|
|
3991
|
-
workspace-tools 0.41.0 - MIT
|
|
3992
|
-
https://github.com/microsoft/workspace-tools
|
|
3993
|
-
|
|
3994
|
-
----
|
|
3995
|
-
|
|
3996
3558
|
wrappy 1.0.2 - ISC
|
|
3997
3559
|
https://github.com/npm/wrappy
|
|
3998
3560
|
|