limina 0.1.3 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +535 -794
- package/bin/limina.js +5 -9
- package/checker-host-process.js +49 -0
- package/chunks/dep-BOg2f5FD.js +42 -0
- package/chunks/{dep-BizOzD0V.js → dep-D63Sc9OL.js} +999 -176
- package/chunks/dep-gI8bWpox.js +1092 -0
- package/cli.js +39713 -39849
- package/flow-renderer-process.js +1 -1
- package/index.d.ts +209 -50
- package/index.js +2 -2
- package/package.json +20 -15
- package/schemas/tsconfig-schema.json +4 -1
- package/chunks/dep-BT-sPH_d.js +0 -103
- package/chunks/dep-CDo4z58I.js +0 -191
- package/chunks/dep-Tb3jeYdU.js +0 -240
package/LICENSE.md
CHANGED
|
@@ -29,40 +29,9 @@ SOFTWARE.
|
|
|
29
29
|
|
|
30
30
|
The published limina artifact additionally contains code with the following licenses:
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
BlueOak-1.0.0, ISC, MIT, MPL-2.0
|
|
33
33
|
|
|
34
34
|
# Bundled dependencies:
|
|
35
|
-
## @babel/code-frame, @babel/helper-validator-identifier
|
|
36
|
-
|
|
37
|
-
License: MIT
|
|
38
|
-
By: The Babel Team
|
|
39
|
-
Repositories: https://github.com/babel/babel.git, https://github.com/babel/babel.git
|
|
40
|
-
|
|
41
|
-
> MIT License
|
|
42
|
-
>
|
|
43
|
-
> Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
44
|
-
>
|
|
45
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
46
|
-
> a copy of this software and associated documentation files (the
|
|
47
|
-
> "Software"), to deal in the Software without restriction, including
|
|
48
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
49
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
50
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
51
|
-
> the following conditions:
|
|
52
|
-
>
|
|
53
|
-
> The above copyright notice and this permission notice shall be
|
|
54
|
-
> included in all copies or substantial portions of the Software.
|
|
55
|
-
>
|
|
56
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
57
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
58
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
59
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
60
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
61
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
62
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
63
|
-
|
|
64
|
-
---------------------------------------
|
|
65
|
-
|
|
66
35
|
## @clack/core, @clack/prompts
|
|
67
36
|
|
|
68
37
|
License: MIT
|
|
@@ -81,54 +50,15 @@ Repositories: git+https://github.com/bombshell-dev/clack.git, git+https://github
|
|
|
81
50
|
|
|
82
51
|
---------------------------------------
|
|
83
52
|
|
|
84
|
-
## @
|
|
85
|
-
|
|
86
|
-
License: MIT
|
|
87
|
-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
|
|
88
|
-
|
|
89
|
-
License: MIT
|
|
90
|
-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
|
|
91
|
-
|
|
92
|
-
License: MIT
|
|
93
|
-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
|
|
53
|
+
## @pnpm/constants
|
|
94
54
|
|
|
95
55
|
License: MIT
|
|
96
|
-
|
|
97
|
-
Repository: mrmlnc/fast-glob
|
|
56
|
+
Repository: https://github.com/pnpm/pnpm/blob/main/packages/constants
|
|
98
57
|
|
|
99
58
|
> The MIT License (MIT)
|
|
100
59
|
>
|
|
101
|
-
> Copyright (c)
|
|
102
|
-
>
|
|
103
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
104
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
105
|
-
> in the Software without restriction, including without limitation the rights
|
|
106
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
107
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
108
|
-
> furnished to do so, subject to the following conditions:
|
|
109
|
-
>
|
|
110
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
111
|
-
> copies or substantial portions of the Software.
|
|
112
|
-
>
|
|
113
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
114
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
115
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
116
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
117
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
118
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
119
|
-
> SOFTWARE.
|
|
120
|
-
|
|
121
|
-
---------------------------------------
|
|
122
|
-
|
|
123
|
-
## @publint/pack, publint
|
|
124
|
-
|
|
125
|
-
License: MIT
|
|
126
|
-
By: Bjorn Lu
|
|
127
|
-
Repositories: git+https://github.com/publint/publint.git, git+https://github.com/publint/publint.git
|
|
128
|
-
|
|
129
|
-
> MIT License
|
|
130
|
-
>
|
|
131
|
-
> Copyright (c) 2026 Bjorn Lu and publint contributors
|
|
60
|
+
> Copyright (c) 2015-2016 Rico Sta. Cruz and other contributors
|
|
61
|
+
> Copyright (c) 2016-2025 Zoltan Kochan and other contributors
|
|
132
62
|
>
|
|
133
63
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
134
64
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -150,15 +80,15 @@ Repositories: git+https://github.com/publint/publint.git, git+https://github.com
|
|
|
150
80
|
|
|
151
81
|
---------------------------------------
|
|
152
82
|
|
|
153
|
-
##
|
|
83
|
+
## @pnpm/error, @pnpm/workspace.read-manifest
|
|
154
84
|
|
|
155
85
|
License: MIT
|
|
156
|
-
|
|
157
|
-
Repository: https://github.com/ajv-validator/ajv.git
|
|
86
|
+
Repositories: https://github.com/pnpm/pnpm/tree/main/packages/error, https://github.com/pnpm/pnpm/tree/main/workspace/read-manifest
|
|
158
87
|
|
|
159
88
|
> The MIT License (MIT)
|
|
160
89
|
>
|
|
161
|
-
> Copyright (c) 2015-
|
|
90
|
+
> Copyright (c) 2015-2016 Rico Sta. Cruz and other contributors
|
|
91
|
+
> Copyright (c) 2016-2026 Zoltan Kochan and other contributors
|
|
162
92
|
>
|
|
163
93
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
164
94
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -180,22 +110,15 @@ Repository: https://github.com/ajv-validator/ajv.git
|
|
|
180
110
|
|
|
181
111
|
---------------------------------------
|
|
182
112
|
|
|
183
|
-
##
|
|
184
|
-
|
|
185
|
-
License: MIT
|
|
186
|
-
Repository: git+https://github.com/epoberezkin/ajv-errors.git
|
|
187
|
-
|
|
188
|
-
License: MIT
|
|
189
|
-
By: Evgeny Poberezkin
|
|
190
|
-
Repository: git+https://github.com/epoberezkin/fast-deep-equal.git
|
|
113
|
+
## @publint/pack
|
|
191
114
|
|
|
192
115
|
License: MIT
|
|
193
|
-
By:
|
|
194
|
-
Repository: git+https://github.com/
|
|
116
|
+
By: Bjorn Lu
|
|
117
|
+
Repository: git+https://github.com/publint/publint.git
|
|
195
118
|
|
|
196
119
|
> MIT License
|
|
197
120
|
>
|
|
198
|
-
> Copyright (c)
|
|
121
|
+
> Copyright (c) 2026 Bjorn Lu and publint contributors
|
|
199
122
|
>
|
|
200
123
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
201
124
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -239,11 +162,25 @@ Repository: git+https://github.com/nexdrew/ansi-align.git
|
|
|
239
162
|
|
|
240
163
|
---------------------------------------
|
|
241
164
|
|
|
242
|
-
## ansi-regex,
|
|
165
|
+
## ansi-regex, is-fullwidth-code-point, strip-ansi, strip-bom
|
|
243
166
|
|
|
244
167
|
License: MIT
|
|
245
168
|
By: Sindre Sorhus
|
|
246
|
-
|
|
169
|
+
Repositories: chalk/ansi-regex, sindresorhus/is-fullwidth-code-point, chalk/strip-ansi, sindresorhus/strip-bom
|
|
170
|
+
|
|
171
|
+
> MIT License
|
|
172
|
+
>
|
|
173
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
174
|
+
>
|
|
175
|
+
> 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:
|
|
176
|
+
>
|
|
177
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
178
|
+
>
|
|
179
|
+
> 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.
|
|
180
|
+
|
|
181
|
+
---------------------------------------
|
|
182
|
+
|
|
183
|
+
## ansi-styles, boxen, camelcase, chalk, cli-boxes, get-east-asian-width, string-width, widest-line, wrap-ansi
|
|
247
184
|
|
|
248
185
|
License: MIT
|
|
249
186
|
By: Sindre Sorhus
|
|
@@ -268,42 +205,10 @@ License: MIT
|
|
|
268
205
|
By: Sindre Sorhus
|
|
269
206
|
Repository: sindresorhus/get-east-asian-width
|
|
270
207
|
|
|
271
|
-
License: MIT
|
|
272
|
-
By: Sindre Sorhus
|
|
273
|
-
Repository: sindresorhus/import-fresh
|
|
274
|
-
|
|
275
|
-
License: MIT
|
|
276
|
-
By: Sindre Sorhus
|
|
277
|
-
Repository: sindresorhus/is-plain-obj
|
|
278
|
-
|
|
279
|
-
License: MIT
|
|
280
|
-
By: Sindre Sorhus
|
|
281
|
-
Repository: sindresorhus/is-unicode-supported
|
|
282
|
-
|
|
283
|
-
License: MIT
|
|
284
|
-
By: Sindre Sorhus
|
|
285
|
-
Repository: sindresorhus/log-symbols
|
|
286
|
-
|
|
287
|
-
License: MIT
|
|
288
|
-
By: Sindre Sorhus
|
|
289
|
-
Repository: sindresorhus/parse-json
|
|
290
|
-
|
|
291
|
-
License: MIT
|
|
292
|
-
By: Sindre Sorhus
|
|
293
|
-
Repository: sindresorhus/plur
|
|
294
|
-
|
|
295
208
|
License: MIT
|
|
296
209
|
By: Sindre Sorhus
|
|
297
210
|
Repository: sindresorhus/string-width
|
|
298
211
|
|
|
299
|
-
License: MIT
|
|
300
|
-
By: Sindre Sorhus
|
|
301
|
-
Repository: chalk/strip-ansi
|
|
302
|
-
|
|
303
|
-
License: MIT
|
|
304
|
-
By: Sindre Sorhus
|
|
305
|
-
Repository: sindresorhus/strip-json-comments
|
|
306
|
-
|
|
307
212
|
License: MIT
|
|
308
213
|
By: Sindre Sorhus
|
|
309
214
|
Repository: sindresorhus/widest-line
|
|
@@ -324,66 +229,6 @@ Repository: chalk/wrap-ansi
|
|
|
324
229
|
|
|
325
230
|
---------------------------------------
|
|
326
231
|
|
|
327
|
-
## array-union, callsites, globby, has-flag, irregular-plurals, is-fullwidth-code-point, parent-module, path-type, resolve-from, slash, supports-color
|
|
328
|
-
|
|
329
|
-
License: MIT
|
|
330
|
-
By: Sindre Sorhus
|
|
331
|
-
Repositories: sindresorhus/array-union, sindresorhus/callsites, sindresorhus/globby, sindresorhus/has-flag, sindresorhus/irregular-plurals, sindresorhus/is-fullwidth-code-point, sindresorhus/parent-module, sindresorhus/path-type, sindresorhus/resolve-from, sindresorhus/slash, chalk/supports-color
|
|
332
|
-
|
|
333
|
-
> MIT License
|
|
334
|
-
>
|
|
335
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
336
|
-
>
|
|
337
|
-
> 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:
|
|
338
|
-
>
|
|
339
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
340
|
-
>
|
|
341
|
-
> 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.
|
|
342
|
-
|
|
343
|
-
---------------------------------------
|
|
344
|
-
|
|
345
|
-
## braces, fill-range, is-number, micromatch
|
|
346
|
-
|
|
347
|
-
License: MIT
|
|
348
|
-
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
|
349
|
-
Repository: micromatch/braces
|
|
350
|
-
|
|
351
|
-
License: MIT
|
|
352
|
-
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
|
353
|
-
Repository: jonschlinkert/fill-range
|
|
354
|
-
|
|
355
|
-
License: MIT
|
|
356
|
-
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
|
357
|
-
Repository: jonschlinkert/is-number
|
|
358
|
-
|
|
359
|
-
License: MIT
|
|
360
|
-
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
|
|
361
|
-
Repository: micromatch/micromatch
|
|
362
|
-
|
|
363
|
-
> The MIT License (MIT)
|
|
364
|
-
>
|
|
365
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
366
|
-
>
|
|
367
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
368
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
369
|
-
> in the Software without restriction, including without limitation the rights
|
|
370
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
371
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
372
|
-
> furnished to do so, subject to the following conditions:
|
|
373
|
-
>
|
|
374
|
-
> The above copyright notice and this permission notice shall be included in
|
|
375
|
-
> all copies or substantial portions of the Software.
|
|
376
|
-
>
|
|
377
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
378
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
379
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
380
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
381
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
382
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
383
|
-
> THE SOFTWARE.
|
|
384
|
-
|
|
385
|
-
---------------------------------------
|
|
386
|
-
|
|
387
232
|
## cac
|
|
388
233
|
|
|
389
234
|
License: MIT
|
|
@@ -414,13 +259,13 @@ Repository: egoist/cac
|
|
|
414
259
|
|
|
415
260
|
---------------------------------------
|
|
416
261
|
|
|
417
|
-
##
|
|
262
|
+
## emoji-regex
|
|
418
263
|
|
|
419
264
|
License: MIT
|
|
420
|
-
By:
|
|
421
|
-
Repository:
|
|
265
|
+
By: Mathias Bynens
|
|
266
|
+
Repository: https://github.com/mathiasbynens/emoji-regex.git
|
|
422
267
|
|
|
423
|
-
> Copyright
|
|
268
|
+
> Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
424
269
|
>
|
|
425
270
|
> Permission is hereby granted, free of charge, to any person obtaining
|
|
426
271
|
> a copy of this software and associated documentation files (the
|
|
@@ -443,14 +288,16 @@ Repository: Qix-/color-convert
|
|
|
443
288
|
|
|
444
289
|
---------------------------------------
|
|
445
290
|
|
|
446
|
-
##
|
|
291
|
+
## es-module-lexer
|
|
447
292
|
|
|
448
293
|
License: MIT
|
|
449
|
-
By:
|
|
450
|
-
Repository: git
|
|
294
|
+
By: Guy Bedford
|
|
295
|
+
Repository: git+https://github.com/guybedford/es-module-lexer.git
|
|
451
296
|
|
|
452
|
-
>
|
|
453
|
-
>
|
|
297
|
+
> MIT License
|
|
298
|
+
> -----------
|
|
299
|
+
>
|
|
300
|
+
> Copyright (C) 2018-2022 Guy Bedford
|
|
454
301
|
>
|
|
455
302
|
> 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:
|
|
456
303
|
>
|
|
@@ -460,89 +307,75 @@ Repository: git@github.com:colorjs/color-name.git
|
|
|
460
307
|
|
|
461
308
|
---------------------------------------
|
|
462
309
|
|
|
463
|
-
##
|
|
310
|
+
## fast-string-truncated-width, fast-string-width
|
|
464
311
|
|
|
465
312
|
License: MIT
|
|
466
|
-
|
|
467
|
-
Repository: git+https://github.com/cosmiconfig/cosmiconfig.git
|
|
313
|
+
Repositories: github:fabiospampinato/fast-string-truncated-width, github:fabiospampinato/fast-string-width
|
|
468
314
|
|
|
469
315
|
> The MIT License (MIT)
|
|
470
316
|
>
|
|
471
|
-
> Copyright (c)
|
|
317
|
+
> Copyright (c) 2024-present Fabio Spampinato
|
|
472
318
|
>
|
|
473
|
-
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
474
|
-
> of this software and associated documentation files (the "Software"),
|
|
475
|
-
> in the Software without restriction, including without limitation
|
|
476
|
-
> to use, copy, modify, merge, publish, distribute, sublicense,
|
|
477
|
-
> copies of the Software, and to permit persons to whom the
|
|
478
|
-
> furnished to do so, subject to the following conditions:
|
|
319
|
+
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
320
|
+
> copy of this software and associated documentation files (the "Software"),
|
|
321
|
+
> to deal in the Software without restriction, including without limitation
|
|
322
|
+
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
323
|
+
> and/or sell copies of the Software, and to permit persons to whom the
|
|
324
|
+
> Software is furnished to do so, subject to the following conditions:
|
|
479
325
|
>
|
|
480
|
-
> The above copyright notice and this permission notice shall be included in
|
|
481
|
-
> copies or substantial portions of the Software.
|
|
326
|
+
> The above copyright notice and this permission notice shall be included in
|
|
327
|
+
> all copies or substantial portions of the Software.
|
|
482
328
|
>
|
|
483
329
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
484
330
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
485
331
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
486
332
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
487
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
488
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
489
|
-
> SOFTWARE.
|
|
490
|
-
|
|
491
|
-
---------------------------------------
|
|
492
|
-
|
|
493
|
-
## debug
|
|
494
|
-
|
|
495
|
-
License: MIT
|
|
496
|
-
By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
|
|
497
|
-
Repository: git://github.com/debug-js/debug.git
|
|
498
|
-
|
|
499
|
-
> (The MIT License)
|
|
500
|
-
>
|
|
501
|
-
> Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
502
|
-
> Copyright (c) 2018-2021 Josh Junon
|
|
503
|
-
>
|
|
504
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
505
|
-
> and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
506
|
-
> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
507
|
-
> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
508
|
-
> subject to the following conditions:
|
|
509
|
-
>
|
|
510
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
511
|
-
> portions of the Software.
|
|
512
|
-
>
|
|
513
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
514
|
-
> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
515
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
516
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
517
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
333
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
334
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
335
|
+
> DEALINGS IN THE SOFTWARE.
|
|
518
336
|
|
|
519
337
|
---------------------------------------
|
|
520
338
|
|
|
521
|
-
##
|
|
339
|
+
## fast-wrap-ansi
|
|
522
340
|
|
|
523
341
|
License: MIT
|
|
524
|
-
By:
|
|
525
|
-
Repository:
|
|
342
|
+
By: James Garbutt
|
|
343
|
+
Repository: git+https://github.com/43081j/fast-wrap-ansi.git
|
|
526
344
|
|
|
527
345
|
> MIT License
|
|
528
346
|
>
|
|
529
|
-
> Copyright (c)
|
|
347
|
+
> Copyright (c) 2025 James Garbutt
|
|
530
348
|
>
|
|
531
|
-
>
|
|
349
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
532
350
|
>
|
|
533
|
-
>
|
|
351
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
352
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
353
|
+
> in the Software without restriction, including without limitation the rights
|
|
354
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
355
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
356
|
+
> furnished to do so, subject to the following conditions:
|
|
534
357
|
>
|
|
535
|
-
>
|
|
358
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
359
|
+
> copies or substantial portions of the Software.
|
|
360
|
+
>
|
|
361
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
362
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
363
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
364
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
365
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
366
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
367
|
+
> SOFTWARE.
|
|
536
368
|
|
|
537
369
|
---------------------------------------
|
|
538
370
|
|
|
539
|
-
##
|
|
371
|
+
## ignore
|
|
540
372
|
|
|
541
373
|
License: MIT
|
|
542
|
-
By:
|
|
543
|
-
Repository:
|
|
374
|
+
By: kael
|
|
375
|
+
Repository: git@github.com:kaelzhang/node-ignore.git
|
|
544
376
|
|
|
545
|
-
> Copyright
|
|
377
|
+
> Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
|
|
378
|
+
> http://kael.me/
|
|
546
379
|
>
|
|
547
380
|
> Permission is hereby granted, free of charge, to any person obtaining
|
|
548
381
|
> a copy of this software and associated documentation files (the
|
|
@@ -565,185 +398,27 @@ Repository: https://github.com/mathiasbynens/emoji-regex.git
|
|
|
565
398
|
|
|
566
399
|
---------------------------------------
|
|
567
400
|
|
|
568
|
-
##
|
|
401
|
+
## isexe, semver, which
|
|
569
402
|
|
|
570
|
-
License:
|
|
571
|
-
By:
|
|
572
|
-
Repository:
|
|
403
|
+
License: ISC
|
|
404
|
+
By: Isaac Z. Schlueter
|
|
405
|
+
Repository: git+https://github.com/isaacs/isexe.git
|
|
573
406
|
|
|
574
|
-
License:
|
|
575
|
-
By:
|
|
576
|
-
Repository: https://github.com/
|
|
407
|
+
License: ISC
|
|
408
|
+
By: GitHub Inc.
|
|
409
|
+
Repository: git+https://github.com/npm/node-semver.git
|
|
577
410
|
|
|
578
|
-
|
|
411
|
+
License: ISC
|
|
412
|
+
By: GitHub Inc.
|
|
413
|
+
Repository: https://github.com/npm/node-which.git
|
|
414
|
+
|
|
415
|
+
> The ISC License
|
|
579
416
|
>
|
|
580
|
-
> Copyright (c)
|
|
417
|
+
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
581
418
|
>
|
|
582
|
-
> Permission
|
|
583
|
-
>
|
|
584
|
-
>
|
|
585
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
586
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
587
|
-
> furnished to do so, subject to the following conditions:
|
|
588
|
-
>
|
|
589
|
-
> The above copyright notice and this permission notice shall be included in
|
|
590
|
-
> all copies or substantial portions of the Software.
|
|
591
|
-
>
|
|
592
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
593
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
594
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
595
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
596
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
597
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
598
|
-
> THE SOFTWARE.
|
|
599
|
-
|
|
600
|
-
---------------------------------------
|
|
601
|
-
|
|
602
|
-
## es-module-lexer
|
|
603
|
-
|
|
604
|
-
License: MIT
|
|
605
|
-
By: Guy Bedford
|
|
606
|
-
Repository: git+https://github.com/guybedford/es-module-lexer.git
|
|
607
|
-
|
|
608
|
-
> MIT License
|
|
609
|
-
> -----------
|
|
610
|
-
>
|
|
611
|
-
> Copyright (C) 2018-2022 Guy Bedford
|
|
612
|
-
>
|
|
613
|
-
> 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:
|
|
614
|
-
>
|
|
615
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
616
|
-
>
|
|
617
|
-
> 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.
|
|
618
|
-
|
|
619
|
-
---------------------------------------
|
|
620
|
-
|
|
621
|
-
## fast-json-stable-stringify
|
|
622
|
-
|
|
623
|
-
License: MIT
|
|
624
|
-
By: James Halliday
|
|
625
|
-
Repository: git://github.com/epoberezkin/fast-json-stable-stringify.git
|
|
626
|
-
|
|
627
|
-
> This software is released under the MIT license:
|
|
628
|
-
>
|
|
629
|
-
> Copyright (c) 2017 Evgeny Poberezkin
|
|
630
|
-
> Copyright (c) 2013 James Halliday
|
|
631
|
-
>
|
|
632
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
633
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
634
|
-
> the Software without restriction, including without limitation the rights to
|
|
635
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
636
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
637
|
-
> subject to the following conditions:
|
|
638
|
-
>
|
|
639
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
640
|
-
> copies or substantial portions of the Software.
|
|
641
|
-
>
|
|
642
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
643
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
644
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
645
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
646
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
647
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
648
|
-
|
|
649
|
-
---------------------------------------
|
|
650
|
-
|
|
651
|
-
## fast-string-truncated-width, fast-string-width
|
|
652
|
-
|
|
653
|
-
License: MIT
|
|
654
|
-
Repositories: github:fabiospampinato/fast-string-truncated-width, github:fabiospampinato/fast-string-width
|
|
655
|
-
|
|
656
|
-
> The MIT License (MIT)
|
|
657
|
-
>
|
|
658
|
-
> Copyright (c) 2024-present Fabio Spampinato
|
|
659
|
-
>
|
|
660
|
-
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
661
|
-
> copy of this software and associated documentation files (the "Software"),
|
|
662
|
-
> to deal in the Software without restriction, including without limitation
|
|
663
|
-
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
664
|
-
> and/or sell copies of the Software, and to permit persons to whom the
|
|
665
|
-
> Software is furnished to do so, subject to the following conditions:
|
|
666
|
-
>
|
|
667
|
-
> The above copyright notice and this permission notice shall be included in
|
|
668
|
-
> all copies or substantial portions of the Software.
|
|
669
|
-
>
|
|
670
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
671
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
672
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
673
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
674
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
675
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
676
|
-
> DEALINGS IN THE SOFTWARE.
|
|
677
|
-
|
|
678
|
-
---------------------------------------
|
|
679
|
-
|
|
680
|
-
## fast-wrap-ansi
|
|
681
|
-
|
|
682
|
-
License: MIT
|
|
683
|
-
By: James Garbutt
|
|
684
|
-
Repository: git+https://github.com/43081j/fast-wrap-ansi.git
|
|
685
|
-
|
|
686
|
-
> MIT License
|
|
687
|
-
>
|
|
688
|
-
> Copyright (c) 2025 James Garbutt
|
|
689
|
-
>
|
|
690
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
691
|
-
>
|
|
692
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
693
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
694
|
-
> in the Software without restriction, including without limitation the rights
|
|
695
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
696
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
697
|
-
> furnished to do so, subject to the following conditions:
|
|
698
|
-
>
|
|
699
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
700
|
-
> copies or substantial portions of the Software.
|
|
701
|
-
>
|
|
702
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
703
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
704
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
705
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
706
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
707
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
708
|
-
> SOFTWARE.
|
|
709
|
-
|
|
710
|
-
---------------------------------------
|
|
711
|
-
|
|
712
|
-
## fastq
|
|
713
|
-
|
|
714
|
-
License: ISC
|
|
715
|
-
By: Matteo Collina
|
|
716
|
-
Repository: git+https://github.com/mcollina/fastq.git
|
|
717
|
-
|
|
718
|
-
> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
|
|
719
|
-
>
|
|
720
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
721
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
722
|
-
> copyright notice and this permission notice appear in all copies.
|
|
723
|
-
>
|
|
724
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
725
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
726
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
727
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
728
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
729
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
730
|
-
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
731
|
-
|
|
732
|
-
---------------------------------------
|
|
733
|
-
|
|
734
|
-
## glob-parent
|
|
735
|
-
|
|
736
|
-
License: ISC
|
|
737
|
-
By: Gulp Team, Elan Shanker, Blaine Bublitz
|
|
738
|
-
Repository: gulpjs/glob-parent
|
|
739
|
-
|
|
740
|
-
> The ISC License
|
|
741
|
-
>
|
|
742
|
-
> Copyright (c) 2015, 2019 Elan Shanker
|
|
743
|
-
>
|
|
744
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
745
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
746
|
-
> copyright notice and this permission notice appear in all copies.
|
|
419
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
420
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
421
|
+
> copyright notice and this permission notice appear in all copies.
|
|
747
422
|
>
|
|
748
423
|
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
749
424
|
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
@@ -755,126 +430,6 @@ Repository: gulpjs/glob-parent
|
|
|
755
430
|
|
|
756
431
|
---------------------------------------
|
|
757
432
|
|
|
758
|
-
## ignore
|
|
759
|
-
|
|
760
|
-
License: MIT
|
|
761
|
-
By: kael
|
|
762
|
-
Repository: git@github.com:kaelzhang/node-ignore.git
|
|
763
|
-
|
|
764
|
-
> Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
|
|
765
|
-
> http://kael.me/
|
|
766
|
-
>
|
|
767
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
768
|
-
> a copy of this software and associated documentation files (the
|
|
769
|
-
> "Software"), to deal in the Software without restriction, including
|
|
770
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
771
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
772
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
773
|
-
> the following conditions:
|
|
774
|
-
>
|
|
775
|
-
> The above copyright notice and this permission notice shall be
|
|
776
|
-
> included in all copies or substantial portions of the Software.
|
|
777
|
-
>
|
|
778
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
779
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
780
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
781
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
782
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
783
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
784
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
785
|
-
|
|
786
|
-
---------------------------------------
|
|
787
|
-
|
|
788
|
-
## is-extglob
|
|
789
|
-
|
|
790
|
-
License: MIT
|
|
791
|
-
By: Jon Schlinkert
|
|
792
|
-
Repository: jonschlinkert/is-extglob
|
|
793
|
-
|
|
794
|
-
> The MIT License (MIT)
|
|
795
|
-
>
|
|
796
|
-
> Copyright (c) 2014-2016, Jon Schlinkert
|
|
797
|
-
>
|
|
798
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
799
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
800
|
-
> in the Software without restriction, including without limitation the rights
|
|
801
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
802
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
803
|
-
> furnished to do so, subject to the following conditions:
|
|
804
|
-
>
|
|
805
|
-
> The above copyright notice and this permission notice shall be included in
|
|
806
|
-
> all copies or substantial portions of the Software.
|
|
807
|
-
>
|
|
808
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
809
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
810
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
811
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
812
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
813
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
814
|
-
> THE SOFTWARE.
|
|
815
|
-
|
|
816
|
-
---------------------------------------
|
|
817
|
-
|
|
818
|
-
## is-glob
|
|
819
|
-
|
|
820
|
-
License: MIT
|
|
821
|
-
By: Jon Schlinkert, Brian Woodward, Daniel Perez
|
|
822
|
-
Repository: micromatch/is-glob
|
|
823
|
-
|
|
824
|
-
> The MIT License (MIT)
|
|
825
|
-
>
|
|
826
|
-
> Copyright (c) 2014-2017, Jon Schlinkert.
|
|
827
|
-
>
|
|
828
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
829
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
830
|
-
> in the Software without restriction, including without limitation the rights
|
|
831
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
832
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
833
|
-
> furnished to do so, subject to the following conditions:
|
|
834
|
-
>
|
|
835
|
-
> The above copyright notice and this permission notice shall be included in
|
|
836
|
-
> all copies or substantial portions of the Software.
|
|
837
|
-
>
|
|
838
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
839
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
840
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
841
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
842
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
843
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
844
|
-
> THE SOFTWARE.
|
|
845
|
-
|
|
846
|
-
---------------------------------------
|
|
847
|
-
|
|
848
|
-
## js-tokens
|
|
849
|
-
|
|
850
|
-
License: MIT
|
|
851
|
-
By: Simon Lydell
|
|
852
|
-
Repository: lydell/js-tokens
|
|
853
|
-
|
|
854
|
-
> The MIT License (MIT)
|
|
855
|
-
>
|
|
856
|
-
> Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
|
|
857
|
-
>
|
|
858
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
859
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
860
|
-
> in the Software without restriction, including without limitation the rights
|
|
861
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
862
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
863
|
-
> furnished to do so, subject to the following conditions:
|
|
864
|
-
>
|
|
865
|
-
> The above copyright notice and this permission notice shall be included in
|
|
866
|
-
> all copies or substantial portions of the Software.
|
|
867
|
-
>
|
|
868
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
869
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
870
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
871
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
872
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
873
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
874
|
-
> THE SOFTWARE.
|
|
875
|
-
|
|
876
|
-
---------------------------------------
|
|
877
|
-
|
|
878
433
|
## js-yaml
|
|
879
434
|
|
|
880
435
|
License: MIT
|
|
@@ -905,70 +460,6 @@ Repository: nodeca/js-yaml
|
|
|
905
460
|
|
|
906
461
|
---------------------------------------
|
|
907
462
|
|
|
908
|
-
## json-parse-even-better-errors
|
|
909
|
-
|
|
910
|
-
License: MIT
|
|
911
|
-
By: Kat Marchán
|
|
912
|
-
Repository: https://github.com/npm/json-parse-even-better-errors
|
|
913
|
-
|
|
914
|
-
> Copyright 2017 Kat Marchán
|
|
915
|
-
> Copyright npm, Inc.
|
|
916
|
-
>
|
|
917
|
-
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
918
|
-
> copy of this software and associated documentation files (the "Software"),
|
|
919
|
-
> to deal in the Software without restriction, including without limitation
|
|
920
|
-
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
921
|
-
> and/or sell copies of the Software, and to permit persons to whom the
|
|
922
|
-
> Software is furnished to do so, subject to the following conditions:
|
|
923
|
-
>
|
|
924
|
-
> The above copyright notice and this permission notice shall be included in
|
|
925
|
-
> all copies or substantial portions of the Software.
|
|
926
|
-
>
|
|
927
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
928
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
929
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
930
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
931
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
932
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
933
|
-
> DEALINGS IN THE SOFTWARE.
|
|
934
|
-
>
|
|
935
|
-
> ---
|
|
936
|
-
>
|
|
937
|
-
> This library is a fork of 'better-json-errors' by Kat Marchán, extended and
|
|
938
|
-
> distributed under the terms of the MIT license above.
|
|
939
|
-
|
|
940
|
-
---------------------------------------
|
|
941
|
-
|
|
942
|
-
## lines-and-columns
|
|
943
|
-
|
|
944
|
-
License: MIT
|
|
945
|
-
By: Brian Donovan
|
|
946
|
-
Repository: https://github.com/eventualbuddha/lines-and-columns.git
|
|
947
|
-
|
|
948
|
-
> The MIT License (MIT)
|
|
949
|
-
>
|
|
950
|
-
> Copyright (c) 2015 Brian Donovan
|
|
951
|
-
>
|
|
952
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
953
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
954
|
-
> in the Software without restriction, including without limitation the rights
|
|
955
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
956
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
957
|
-
> furnished to do so, subject to the following conditions:
|
|
958
|
-
>
|
|
959
|
-
> The above copyright notice and this permission notice shall be included in
|
|
960
|
-
> all copies or substantial portions of the Software.
|
|
961
|
-
>
|
|
962
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
963
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
964
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
965
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
966
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
967
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
968
|
-
> THE SOFTWARE.
|
|
969
|
-
|
|
970
|
-
---------------------------------------
|
|
971
|
-
|
|
972
463
|
## logaria
|
|
973
464
|
|
|
974
465
|
License: MIT
|
|
@@ -1010,91 +501,67 @@ Repository: git+https://github.com/senaoxi/docs-islands.git
|
|
|
1010
501
|
|
|
1011
502
|
---------------------------------------
|
|
1012
503
|
|
|
1013
|
-
##
|
|
504
|
+
## minipass
|
|
1014
505
|
|
|
1015
|
-
License:
|
|
1016
|
-
|
|
506
|
+
License: BlueOak-1.0.0
|
|
507
|
+
By: Isaac Z. Schlueter
|
|
508
|
+
Repository: https://github.com/isaacs/minipass
|
|
1017
509
|
|
|
1018
|
-
>
|
|
510
|
+
> # Blue Oak Model License
|
|
1019
511
|
>
|
|
1020
|
-
>
|
|
512
|
+
> Version 1.0.0
|
|
1021
513
|
>
|
|
1022
|
-
>
|
|
1023
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1024
|
-
> in the Software without restriction, including without limitation the rights
|
|
1025
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1026
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1027
|
-
> furnished to do so, subject to the following conditions:
|
|
514
|
+
> ## Purpose
|
|
1028
515
|
>
|
|
1029
|
-
>
|
|
1030
|
-
>
|
|
516
|
+
> This license gives everyone as much permission to work with
|
|
517
|
+
> this software as possible, while protecting contributors
|
|
518
|
+
> from liability.
|
|
1031
519
|
>
|
|
1032
|
-
>
|
|
1033
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1034
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1035
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1036
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1037
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1038
|
-
> SOFTWARE.
|
|
1039
|
-
|
|
1040
|
-
---------------------------------------
|
|
1041
|
-
|
|
1042
|
-
## ms
|
|
1043
|
-
|
|
1044
|
-
License: MIT
|
|
1045
|
-
Repository: vercel/ms
|
|
1046
|
-
|
|
1047
|
-
> The MIT License (MIT)
|
|
520
|
+
> ## Acceptance
|
|
1048
521
|
>
|
|
1049
|
-
>
|
|
522
|
+
> In order to receive this license, you must agree to its
|
|
523
|
+
> rules. The rules of this license are both obligations
|
|
524
|
+
> under that agreement and conditions to your license.
|
|
525
|
+
> You must not do anything with this software that triggers
|
|
526
|
+
> a rule that you cannot or will not follow.
|
|
1050
527
|
>
|
|
1051
|
-
>
|
|
1052
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1053
|
-
> in the Software without restriction, including without limitation the rights
|
|
1054
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1055
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1056
|
-
> furnished to do so, subject to the following conditions:
|
|
528
|
+
> ## Copyright
|
|
1057
529
|
>
|
|
1058
|
-
>
|
|
1059
|
-
>
|
|
530
|
+
> Each contributor licenses you to do everything with this
|
|
531
|
+
> software that would otherwise infringe that contributor's
|
|
532
|
+
> copyright in it.
|
|
1060
533
|
>
|
|
1061
|
-
>
|
|
1062
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1063
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1064
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1065
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1066
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1067
|
-
> SOFTWARE.
|
|
1068
|
-
|
|
1069
|
-
---------------------------------------
|
|
1070
|
-
|
|
1071
|
-
## npm-package-json-lint
|
|
1072
|
-
|
|
1073
|
-
License: MIT
|
|
1074
|
-
By: Thomas Lindner
|
|
1075
|
-
Repository: https://github.com/tclindner/npm-package-json-lint.git
|
|
1076
|
-
|
|
1077
|
-
> The MIT License (MIT)
|
|
534
|
+
> ## Notices
|
|
1078
535
|
>
|
|
1079
|
-
>
|
|
536
|
+
> You must ensure that everyone who gets a copy of
|
|
537
|
+
> any part of this software from you, with or without
|
|
538
|
+
> changes, also gets the text of this license or a link to
|
|
539
|
+
> <https://blueoakcouncil.org/license/1.0.0>.
|
|
1080
540
|
>
|
|
1081
|
-
>
|
|
1082
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1083
|
-
> in the Software without restriction, including without limitation the rights
|
|
1084
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1085
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1086
|
-
> furnished to do so, subject to the following conditions:
|
|
541
|
+
> ## Excuse
|
|
1087
542
|
>
|
|
1088
|
-
>
|
|
1089
|
-
>
|
|
543
|
+
> If anyone notifies you in writing that you have not
|
|
544
|
+
> complied with [Notices](#notices), you can keep your
|
|
545
|
+
> license by taking all practical steps to comply within 30
|
|
546
|
+
> days after the notice. If you do not do so, your license
|
|
547
|
+
> ends immediately.
|
|
1090
548
|
>
|
|
1091
|
-
>
|
|
1092
|
-
>
|
|
1093
|
-
>
|
|
1094
|
-
>
|
|
1095
|
-
>
|
|
1096
|
-
>
|
|
1097
|
-
>
|
|
549
|
+
> ## Patent
|
|
550
|
+
>
|
|
551
|
+
> Each contributor licenses you to do everything with this
|
|
552
|
+
> software that would otherwise infringe any patent claims
|
|
553
|
+
> they can license or become able to license.
|
|
554
|
+
>
|
|
555
|
+
> ## Reliability
|
|
556
|
+
>
|
|
557
|
+
> No contributor can revoke this license.
|
|
558
|
+
>
|
|
559
|
+
> ## No Liability
|
|
560
|
+
>
|
|
561
|
+
> ***As far as the law allows, this software comes as is,
|
|
562
|
+
> without any warranty or condition, and no contributor
|
|
563
|
+
> will be liable to anyone for any damages related to this
|
|
564
|
+
> software or this license, under any kind of legal claim.***
|
|
1098
565
|
|
|
1099
566
|
---------------------------------------
|
|
1100
567
|
|
|
@@ -1200,15 +667,15 @@ Repository: alexeyraspopov/picocolors
|
|
|
1200
667
|
|
|
1201
668
|
---------------------------------------
|
|
1202
669
|
|
|
1203
|
-
##
|
|
670
|
+
## read-yaml-file
|
|
1204
671
|
|
|
1205
672
|
License: MIT
|
|
1206
|
-
By:
|
|
1207
|
-
Repository:
|
|
673
|
+
By: Zoltan Kochan
|
|
674
|
+
Repository: https://github.com/zkochan/packages/tree/master/read-yaml-file
|
|
1208
675
|
|
|
1209
|
-
>
|
|
676
|
+
> MIT License
|
|
1210
677
|
>
|
|
1211
|
-
> Copyright (c)
|
|
678
|
+
> Copyright (c) 2018-2021 Zoltan Kochan <z@kochan.io>
|
|
1212
679
|
>
|
|
1213
680
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1214
681
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1217,99 +684,398 @@ Repository: micromatch/picomatch
|
|
|
1217
684
|
> copies of the Software, and to permit persons to whom the Software is
|
|
1218
685
|
> furnished to do so, subject to the following conditions:
|
|
1219
686
|
>
|
|
1220
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1221
|
-
>
|
|
687
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
688
|
+
> copies or substantial portions of the Software.
|
|
1222
689
|
>
|
|
1223
690
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1224
691
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1225
692
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1226
693
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1227
694
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1228
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1229
|
-
>
|
|
695
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
696
|
+
> SOFTWARE.
|
|
1230
697
|
|
|
1231
698
|
---------------------------------------
|
|
1232
699
|
|
|
1233
|
-
##
|
|
700
|
+
## shescape
|
|
1234
701
|
|
|
1235
|
-
License:
|
|
1236
|
-
By:
|
|
1237
|
-
|
|
702
|
+
License: MPL-2.0
|
|
703
|
+
By: Eric Cornelissen
|
|
704
|
+
Repository: git+https://github.com/ericcornelissen/shescape.git
|
|
1238
705
|
|
|
1239
|
-
>
|
|
706
|
+
> Mozilla Public License Version 2.0
|
|
707
|
+
> ==================================
|
|
1240
708
|
>
|
|
1241
|
-
>
|
|
709
|
+
> 1. Definitions
|
|
710
|
+
> --------------
|
|
1242
711
|
>
|
|
1243
|
-
>
|
|
1244
|
-
>
|
|
1245
|
-
>
|
|
1246
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1247
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1248
|
-
> subject to the following conditions:
|
|
712
|
+
> 1.1. "Contributor"
|
|
713
|
+
> means each individual or legal entity that creates, contributes to
|
|
714
|
+
> the creation of, or owns Covered Software.
|
|
1249
715
|
>
|
|
1250
|
-
>
|
|
1251
|
-
>
|
|
716
|
+
> 1.2. "Contributor Version"
|
|
717
|
+
> means the combination of the Contributions of others (if any) used
|
|
718
|
+
> by a Contributor and that particular Contributor's Contribution.
|
|
1252
719
|
>
|
|
1253
|
-
>
|
|
1254
|
-
>
|
|
1255
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1256
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1257
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1258
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1259
|
-
|
|
1260
|
-
---------------------------------------
|
|
1261
|
-
|
|
1262
|
-
## reusify
|
|
1263
|
-
|
|
1264
|
-
License: MIT
|
|
1265
|
-
By: Matteo Collina
|
|
1266
|
-
Repository: git+https://github.com/mcollina/reusify.git
|
|
1267
|
-
|
|
1268
|
-
> The MIT License (MIT)
|
|
720
|
+
> 1.3. "Contribution"
|
|
721
|
+
> means Covered Software of a particular Contributor.
|
|
1269
722
|
>
|
|
1270
|
-
>
|
|
723
|
+
> 1.4. "Covered Software"
|
|
724
|
+
> means Source Code Form to which the initial Contributor has attached
|
|
725
|
+
> the notice in Exhibit A, the Executable Form of such Source Code
|
|
726
|
+
> Form, and Modifications of such Source Code Form, in each case
|
|
727
|
+
> including portions thereof.
|
|
1271
728
|
>
|
|
1272
|
-
>
|
|
1273
|
-
>
|
|
1274
|
-
> in the Software without restriction, including without limitation the rights
|
|
1275
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1276
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1277
|
-
> furnished to do so, subject to the following conditions:
|
|
729
|
+
> 1.5. "Incompatible With Secondary Licenses"
|
|
730
|
+
> means
|
|
1278
731
|
>
|
|
1279
|
-
>
|
|
1280
|
-
>
|
|
732
|
+
> (a) that the initial Contributor has attached the notice described
|
|
733
|
+
> in Exhibit B to the Covered Software; or
|
|
1281
734
|
>
|
|
1282
|
-
>
|
|
1283
|
-
>
|
|
1284
|
-
>
|
|
1285
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1286
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1287
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1288
|
-
> SOFTWARE.
|
|
1289
|
-
|
|
1290
|
-
---------------------------------------
|
|
1291
|
-
|
|
1292
|
-
## semver
|
|
1293
|
-
|
|
1294
|
-
License: ISC
|
|
1295
|
-
By: GitHub Inc.
|
|
1296
|
-
Repository: git+https://github.com/npm/node-semver.git
|
|
1297
|
-
|
|
1298
|
-
> The ISC License
|
|
735
|
+
> (b) that the Covered Software was made available under the terms of
|
|
736
|
+
> version 1.1 or earlier of the License, but not also under the
|
|
737
|
+
> terms of a Secondary License.
|
|
1299
738
|
>
|
|
1300
|
-
>
|
|
739
|
+
> 1.6. "Executable Form"
|
|
740
|
+
> means any form of the work other than Source Code Form.
|
|
1301
741
|
>
|
|
1302
|
-
>
|
|
1303
|
-
>
|
|
1304
|
-
>
|
|
742
|
+
> 1.7. "Larger Work"
|
|
743
|
+
> means a work that combines Covered Software with other material, in
|
|
744
|
+
> a separate file or files, that is not Covered Software.
|
|
1305
745
|
>
|
|
1306
|
-
>
|
|
1307
|
-
>
|
|
1308
|
-
>
|
|
1309
|
-
>
|
|
1310
|
-
>
|
|
1311
|
-
>
|
|
1312
|
-
>
|
|
746
|
+
> 1.8. "License"
|
|
747
|
+
> means this document.
|
|
748
|
+
>
|
|
749
|
+
> 1.9. "Licensable"
|
|
750
|
+
> means having the right to grant, to the maximum extent possible,
|
|
751
|
+
> whether at the time of the initial grant or subsequently, any and
|
|
752
|
+
> all of the rights conveyed by this License.
|
|
753
|
+
>
|
|
754
|
+
> 1.10. "Modifications"
|
|
755
|
+
> means any of the following:
|
|
756
|
+
>
|
|
757
|
+
> (a) any file in Source Code Form that results from an addition to,
|
|
758
|
+
> deletion from, or modification of the contents of Covered
|
|
759
|
+
> Software; or
|
|
760
|
+
>
|
|
761
|
+
> (b) any new file in Source Code Form that contains any Covered
|
|
762
|
+
> Software.
|
|
763
|
+
>
|
|
764
|
+
> 1.11. "Patent Claims" of a Contributor
|
|
765
|
+
> means any patent claim(s), including without limitation, method,
|
|
766
|
+
> process, and apparatus claims, in any patent Licensable by such
|
|
767
|
+
> Contributor that would be infringed, but for the grant of the
|
|
768
|
+
> License, by the making, using, selling, offering for sale, having
|
|
769
|
+
> made, import, or transfer of either its Contributions or its
|
|
770
|
+
> Contributor Version.
|
|
771
|
+
>
|
|
772
|
+
> 1.12. "Secondary License"
|
|
773
|
+
> means either the GNU General Public License, Version 2.0, the GNU
|
|
774
|
+
> Lesser General Public License, Version 2.1, the GNU Affero General
|
|
775
|
+
> Public License, Version 3.0, or any later versions of those
|
|
776
|
+
> licenses.
|
|
777
|
+
>
|
|
778
|
+
> 1.13. "Source Code Form"
|
|
779
|
+
> means the form of the work preferred for making modifications.
|
|
780
|
+
>
|
|
781
|
+
> 1.14. "You" (or "Your")
|
|
782
|
+
> means an individual or a legal entity exercising rights under this
|
|
783
|
+
> License. For legal entities, "You" includes any entity that
|
|
784
|
+
> controls, is controlled by, or is under common control with You. For
|
|
785
|
+
> purposes of this definition, "control" means (a) the power, direct
|
|
786
|
+
> or indirect, to cause the direction or management of such entity,
|
|
787
|
+
> whether by contract or otherwise, or (b) ownership of more than
|
|
788
|
+
> fifty percent (50%) of the outstanding shares or beneficial
|
|
789
|
+
> ownership of such entity.
|
|
790
|
+
>
|
|
791
|
+
> 2. License Grants and Conditions
|
|
792
|
+
> --------------------------------
|
|
793
|
+
>
|
|
794
|
+
> 2.1. Grants
|
|
795
|
+
>
|
|
796
|
+
> Each Contributor hereby grants You a world-wide, royalty-free,
|
|
797
|
+
> non-exclusive license:
|
|
798
|
+
>
|
|
799
|
+
> (a) under intellectual property rights (other than patent or trademark)
|
|
800
|
+
> Licensable by such Contributor to use, reproduce, make available,
|
|
801
|
+
> modify, display, perform, distribute, and otherwise exploit its
|
|
802
|
+
> Contributions, either on an unmodified basis, with Modifications, or
|
|
803
|
+
> as part of a Larger Work; and
|
|
804
|
+
>
|
|
805
|
+
> (b) under Patent Claims of such Contributor to make, use, sell, offer
|
|
806
|
+
> for sale, have made, import, and otherwise transfer either its
|
|
807
|
+
> Contributions or its Contributor Version.
|
|
808
|
+
>
|
|
809
|
+
> 2.2. Effective Date
|
|
810
|
+
>
|
|
811
|
+
> The licenses granted in Section 2.1 with respect to any Contribution
|
|
812
|
+
> become effective for each Contribution on the date the Contributor first
|
|
813
|
+
> distributes such Contribution.
|
|
814
|
+
>
|
|
815
|
+
> 2.3. Limitations on Grant Scope
|
|
816
|
+
>
|
|
817
|
+
> The licenses granted in this Section 2 are the only rights granted under
|
|
818
|
+
> this License. No additional rights or licenses will be implied from the
|
|
819
|
+
> distribution or licensing of Covered Software under this License.
|
|
820
|
+
> Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
|
821
|
+
> Contributor:
|
|
822
|
+
>
|
|
823
|
+
> (a) for any code that a Contributor has removed from Covered Software;
|
|
824
|
+
> or
|
|
825
|
+
>
|
|
826
|
+
> (b) for infringements caused by: (i) Your and any other third party's
|
|
827
|
+
> modifications of Covered Software, or (ii) the combination of its
|
|
828
|
+
> Contributions with other software (except as part of its Contributor
|
|
829
|
+
> Version); or
|
|
830
|
+
>
|
|
831
|
+
> (c) under Patent Claims infringed by Covered Software in the absence of
|
|
832
|
+
> its Contributions.
|
|
833
|
+
>
|
|
834
|
+
> This License does not grant any rights in the trademarks, service marks,
|
|
835
|
+
> or logos of any Contributor (except as may be necessary to comply with
|
|
836
|
+
> the notice requirements in Section 3.4).
|
|
837
|
+
>
|
|
838
|
+
> 2.4. Subsequent Licenses
|
|
839
|
+
>
|
|
840
|
+
> No Contributor makes additional grants as a result of Your choice to
|
|
841
|
+
> distribute the Covered Software under a subsequent version of this
|
|
842
|
+
> License (see Section 10.2) or under the terms of a Secondary License (if
|
|
843
|
+
> permitted under the terms of Section 3.3).
|
|
844
|
+
>
|
|
845
|
+
> 2.5. Representation
|
|
846
|
+
>
|
|
847
|
+
> Each Contributor represents that the Contributor believes its
|
|
848
|
+
> Contributions are its original creation(s) or it has sufficient rights
|
|
849
|
+
> to grant the rights to its Contributions conveyed by this License.
|
|
850
|
+
>
|
|
851
|
+
> 2.6. Fair Use
|
|
852
|
+
>
|
|
853
|
+
> This License is not intended to limit any rights You have under
|
|
854
|
+
> applicable copyright doctrines of fair use, fair dealing, or other
|
|
855
|
+
> equivalents.
|
|
856
|
+
>
|
|
857
|
+
> 2.7. Conditions
|
|
858
|
+
>
|
|
859
|
+
> Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
|
860
|
+
> in Section 2.1.
|
|
861
|
+
>
|
|
862
|
+
> 3. Responsibilities
|
|
863
|
+
> -------------------
|
|
864
|
+
>
|
|
865
|
+
> 3.1. Distribution of Source Form
|
|
866
|
+
>
|
|
867
|
+
> All distribution of Covered Software in Source Code Form, including any
|
|
868
|
+
> Modifications that You create or to which You contribute, must be under
|
|
869
|
+
> the terms of this License. You must inform recipients that the Source
|
|
870
|
+
> Code Form of the Covered Software is governed by the terms of this
|
|
871
|
+
> License, and how they can obtain a copy of this License. You may not
|
|
872
|
+
> attempt to alter or restrict the recipients' rights in the Source Code
|
|
873
|
+
> Form.
|
|
874
|
+
>
|
|
875
|
+
> 3.2. Distribution of Executable Form
|
|
876
|
+
>
|
|
877
|
+
> If You distribute Covered Software in Executable Form then:
|
|
878
|
+
>
|
|
879
|
+
> (a) such Covered Software must also be made available in Source Code
|
|
880
|
+
> Form, as described in Section 3.1, and You must inform recipients of
|
|
881
|
+
> the Executable Form how they can obtain a copy of such Source Code
|
|
882
|
+
> Form by reasonable means in a timely manner, at a charge no more
|
|
883
|
+
> than the cost of distribution to the recipient; and
|
|
884
|
+
>
|
|
885
|
+
> (b) You may distribute such Executable Form under the terms of this
|
|
886
|
+
> License, or sublicense it under different terms, provided that the
|
|
887
|
+
> license for the Executable Form does not attempt to limit or alter
|
|
888
|
+
> the recipients' rights in the Source Code Form under this License.
|
|
889
|
+
>
|
|
890
|
+
> 3.3. Distribution of a Larger Work
|
|
891
|
+
>
|
|
892
|
+
> You may create and distribute a Larger Work under terms of Your choice,
|
|
893
|
+
> provided that You also comply with the requirements of this License for
|
|
894
|
+
> the Covered Software. If the Larger Work is a combination of Covered
|
|
895
|
+
> Software with a work governed by one or more Secondary Licenses, and the
|
|
896
|
+
> Covered Software is not Incompatible With Secondary Licenses, this
|
|
897
|
+
> License permits You to additionally distribute such Covered Software
|
|
898
|
+
> under the terms of such Secondary License(s), so that the recipient of
|
|
899
|
+
> the Larger Work may, at their option, further distribute the Covered
|
|
900
|
+
> Software under the terms of either this License or such Secondary
|
|
901
|
+
> License(s).
|
|
902
|
+
>
|
|
903
|
+
> 3.4. Notices
|
|
904
|
+
>
|
|
905
|
+
> You may not remove or alter the substance of any license notices
|
|
906
|
+
> (including copyright notices, patent notices, disclaimers of warranty,
|
|
907
|
+
> or limitations of liability) contained within the Source Code Form of
|
|
908
|
+
> the Covered Software, except that You may alter any license notices to
|
|
909
|
+
> the extent required to remedy known factual inaccuracies.
|
|
910
|
+
>
|
|
911
|
+
> 3.5. Application of Additional Terms
|
|
912
|
+
>
|
|
913
|
+
> You may choose to offer, and to charge a fee for, warranty, support,
|
|
914
|
+
> indemnity or liability obligations to one or more recipients of Covered
|
|
915
|
+
> Software. However, You may do so only on Your own behalf, and not on
|
|
916
|
+
> behalf of any Contributor. You must make it absolutely clear that any
|
|
917
|
+
> such warranty, support, indemnity, or liability obligation is offered by
|
|
918
|
+
> You alone, and You hereby agree to indemnify every Contributor for any
|
|
919
|
+
> liability incurred by such Contributor as a result of warranty, support,
|
|
920
|
+
> indemnity or liability terms You offer. You may include additional
|
|
921
|
+
> disclaimers of warranty and limitations of liability specific to any
|
|
922
|
+
> jurisdiction.
|
|
923
|
+
>
|
|
924
|
+
> 4. Inability to Comply Due to Statute or Regulation
|
|
925
|
+
> ---------------------------------------------------
|
|
926
|
+
>
|
|
927
|
+
> If it is impossible for You to comply with any of the terms of this
|
|
928
|
+
> License with respect to some or all of the Covered Software due to
|
|
929
|
+
> statute, judicial order, or regulation then You must: (a) comply with
|
|
930
|
+
> the terms of this License to the maximum extent possible; and (b)
|
|
931
|
+
> describe the limitations and the code they affect. Such description must
|
|
932
|
+
> be placed in a text file included with all distributions of the Covered
|
|
933
|
+
> Software under this License. Except to the extent prohibited by statute
|
|
934
|
+
> or regulation, such description must be sufficiently detailed for a
|
|
935
|
+
> recipient of ordinary skill to be able to understand it.
|
|
936
|
+
>
|
|
937
|
+
> 5. Termination
|
|
938
|
+
> --------------
|
|
939
|
+
>
|
|
940
|
+
> 5.1. The rights granted under this License will terminate automatically
|
|
941
|
+
> if You fail to comply with any of its terms. However, if You become
|
|
942
|
+
> compliant, then the rights granted under this License from a particular
|
|
943
|
+
> Contributor are reinstated (a) provisionally, unless and until such
|
|
944
|
+
> Contributor explicitly and finally terminates Your grants, and (b) on an
|
|
945
|
+
> ongoing basis, if such Contributor fails to notify You of the
|
|
946
|
+
> non-compliance by some reasonable means prior to 60 days after You have
|
|
947
|
+
> come back into compliance. Moreover, Your grants from a particular
|
|
948
|
+
> Contributor are reinstated on an ongoing basis if such Contributor
|
|
949
|
+
> notifies You of the non-compliance by some reasonable means, this is the
|
|
950
|
+
> first time You have received notice of non-compliance with this License
|
|
951
|
+
> from such Contributor, and You become compliant prior to 30 days after
|
|
952
|
+
> Your receipt of the notice.
|
|
953
|
+
>
|
|
954
|
+
> 5.2. If You initiate litigation against any entity by asserting a patent
|
|
955
|
+
> infringement claim (excluding declaratory judgment actions,
|
|
956
|
+
> counter-claims, and cross-claims) alleging that a Contributor Version
|
|
957
|
+
> directly or indirectly infringes any patent, then the rights granted to
|
|
958
|
+
> You by any and all Contributors for the Covered Software under Section
|
|
959
|
+
> 2.1 of this License shall terminate.
|
|
960
|
+
>
|
|
961
|
+
> 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
|
|
962
|
+
> end user license agreements (excluding distributors and resellers) which
|
|
963
|
+
> have been validly granted by You or Your distributors under this License
|
|
964
|
+
> prior to termination shall survive termination.
|
|
965
|
+
>
|
|
966
|
+
> ************************************************************************
|
|
967
|
+
> * *
|
|
968
|
+
> * 6. Disclaimer of Warranty *
|
|
969
|
+
> * ------------------------- *
|
|
970
|
+
> * *
|
|
971
|
+
> * Covered Software is provided under this License on an "as is" *
|
|
972
|
+
> * basis, without warranty of any kind, either expressed, implied, or *
|
|
973
|
+
> * statutory, including, without limitation, warranties that the *
|
|
974
|
+
> * Covered Software is free of defects, merchantable, fit for a *
|
|
975
|
+
> * particular purpose or non-infringing. The entire risk as to the *
|
|
976
|
+
> * quality and performance of the Covered Software is with You. *
|
|
977
|
+
> * Should any Covered Software prove defective in any respect, You *
|
|
978
|
+
> * (not any Contributor) assume the cost of any necessary servicing, *
|
|
979
|
+
> * repair, or correction. This disclaimer of warranty constitutes an *
|
|
980
|
+
> * essential part of this License. No use of any Covered Software is *
|
|
981
|
+
> * authorized under this License except under this disclaimer. *
|
|
982
|
+
> * *
|
|
983
|
+
> ************************************************************************
|
|
984
|
+
>
|
|
985
|
+
> ************************************************************************
|
|
986
|
+
> * *
|
|
987
|
+
> * 7. Limitation of Liability *
|
|
988
|
+
> * -------------------------- *
|
|
989
|
+
> * *
|
|
990
|
+
> * Under no circumstances and under no legal theory, whether tort *
|
|
991
|
+
> * (including negligence), contract, or otherwise, shall any *
|
|
992
|
+
> * Contributor, or anyone who distributes Covered Software as *
|
|
993
|
+
> * permitted above, be liable to You for any direct, indirect, *
|
|
994
|
+
> * special, incidental, or consequential damages of any character *
|
|
995
|
+
> * including, without limitation, damages for lost profits, loss of *
|
|
996
|
+
> * goodwill, work stoppage, computer failure or malfunction, or any *
|
|
997
|
+
> * and all other commercial damages or losses, even if such party *
|
|
998
|
+
> * shall have been informed of the possibility of such damages. This *
|
|
999
|
+
> * limitation of liability shall not apply to liability for death or *
|
|
1000
|
+
> * personal injury resulting from such party's negligence to the *
|
|
1001
|
+
> * extent applicable law prohibits such limitation. Some *
|
|
1002
|
+
> * jurisdictions do not allow the exclusion or limitation of *
|
|
1003
|
+
> * incidental or consequential damages, so this exclusion and *
|
|
1004
|
+
> * limitation may not apply to You. *
|
|
1005
|
+
> * *
|
|
1006
|
+
> ************************************************************************
|
|
1007
|
+
>
|
|
1008
|
+
> 8. Litigation
|
|
1009
|
+
> -------------
|
|
1010
|
+
>
|
|
1011
|
+
> Any litigation relating to this License may be brought only in the
|
|
1012
|
+
> courts of a jurisdiction where the defendant maintains its principal
|
|
1013
|
+
> place of business and such litigation shall be governed by laws of that
|
|
1014
|
+
> jurisdiction, without reference to its conflict-of-law provisions.
|
|
1015
|
+
> Nothing in this Section shall prevent a party's ability to bring
|
|
1016
|
+
> cross-claims or counter-claims.
|
|
1017
|
+
>
|
|
1018
|
+
> 9. Miscellaneous
|
|
1019
|
+
> ----------------
|
|
1020
|
+
>
|
|
1021
|
+
> This License represents the complete agreement concerning the subject
|
|
1022
|
+
> matter hereof. If any provision of this License is held to be
|
|
1023
|
+
> unenforceable, such provision shall be reformed only to the extent
|
|
1024
|
+
> necessary to make it enforceable. Any law or regulation which provides
|
|
1025
|
+
> that the language of a contract shall be construed against the drafter
|
|
1026
|
+
> shall not be used to construe this License against a Contributor.
|
|
1027
|
+
>
|
|
1028
|
+
> 10. Versions of the License
|
|
1029
|
+
> ---------------------------
|
|
1030
|
+
>
|
|
1031
|
+
> 10.1. New Versions
|
|
1032
|
+
>
|
|
1033
|
+
> Mozilla Foundation is the license steward. Except as provided in Section
|
|
1034
|
+
> 10.3, no one other than the license steward has the right to modify or
|
|
1035
|
+
> publish new versions of this License. Each version will be given a
|
|
1036
|
+
> distinguishing version number.
|
|
1037
|
+
>
|
|
1038
|
+
> 10.2. Effect of New Versions
|
|
1039
|
+
>
|
|
1040
|
+
> You may distribute the Covered Software under the terms of the version
|
|
1041
|
+
> of the License under which You originally received the Covered Software,
|
|
1042
|
+
> or under the terms of any subsequent version published by the license
|
|
1043
|
+
> steward.
|
|
1044
|
+
>
|
|
1045
|
+
> 10.3. Modified Versions
|
|
1046
|
+
>
|
|
1047
|
+
> If you create software not governed by this License, and you want to
|
|
1048
|
+
> create a new license for such software, you may create and use a
|
|
1049
|
+
> modified version of this License if you rename the license and remove
|
|
1050
|
+
> any references to the name of the license steward (except to note that
|
|
1051
|
+
> such modified license differs from this License).
|
|
1052
|
+
>
|
|
1053
|
+
> 10.4. Distributing Source Code Form that is Incompatible With Secondary
|
|
1054
|
+
> Licenses
|
|
1055
|
+
>
|
|
1056
|
+
> If You choose to distribute Source Code Form that is Incompatible With
|
|
1057
|
+
> Secondary Licenses under the terms of this version of the License, the
|
|
1058
|
+
> notice described in Exhibit B of this License must be attached.
|
|
1059
|
+
>
|
|
1060
|
+
> Exhibit A - Source Code Form License Notice
|
|
1061
|
+
> -------------------------------------------
|
|
1062
|
+
>
|
|
1063
|
+
> This Source Code Form is subject to the terms of the Mozilla Public
|
|
1064
|
+
> License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
1065
|
+
> file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
1066
|
+
>
|
|
1067
|
+
> If it is not possible or desirable to put the notice in a particular
|
|
1068
|
+
> file, then You may include the notice in a location (such as a LICENSE
|
|
1069
|
+
> file in a relevant directory) where a recipient would be likely to look
|
|
1070
|
+
> for such a notice.
|
|
1071
|
+
>
|
|
1072
|
+
> You may add additional accurate notices of copyright ownership.
|
|
1073
|
+
>
|
|
1074
|
+
> Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
1075
|
+
> ---------------------------------------------------------
|
|
1076
|
+
>
|
|
1077
|
+
> This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
1078
|
+
> defined by the Mozilla Public License, v. 2.0.
|
|
1313
1079
|
|
|
1314
1080
|
---------------------------------------
|
|
1315
1081
|
|
|
@@ -1343,53 +1109,28 @@ Repository: https://github.com/terkelg/sisteransi
|
|
|
1343
1109
|
|
|
1344
1110
|
---------------------------------------
|
|
1345
1111
|
|
|
1346
|
-
##
|
|
1347
|
-
|
|
1348
|
-
License: MIT
|
|
1349
|
-
By: Jon Schlinkert, Rouven Weßling
|
|
1350
|
-
Repository: micromatch/to-regex-range
|
|
1351
|
-
|
|
1352
|
-
> The MIT License (MIT)
|
|
1353
|
-
>
|
|
1354
|
-
> Copyright (c) 2015-present, Jon Schlinkert.
|
|
1355
|
-
>
|
|
1356
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1357
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1358
|
-
> in the Software without restriction, including without limitation the rights
|
|
1359
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1360
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1361
|
-
> furnished to do so, subject to the following conditions:
|
|
1362
|
-
>
|
|
1363
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1364
|
-
> all copies or substantial portions of the Software.
|
|
1365
|
-
>
|
|
1366
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1367
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1368
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1369
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1370
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1371
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1372
|
-
> THE SOFTWARE.
|
|
1373
|
-
|
|
1374
|
-
---------------------------------------
|
|
1375
|
-
|
|
1376
|
-
## uri-js
|
|
1112
|
+
## ssri
|
|
1377
1113
|
|
|
1378
|
-
License:
|
|
1379
|
-
By:
|
|
1380
|
-
Repository:
|
|
1114
|
+
License: ISC
|
|
1115
|
+
By: GitHub Inc.
|
|
1116
|
+
Repository: git+https://github.com/npm/ssri.git
|
|
1381
1117
|
|
|
1382
|
-
>
|
|
1383
|
-
>
|
|
1384
|
-
> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
1385
|
-
>
|
|
1386
|
-
> 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
1118
|
+
> ISC License
|
|
1387
1119
|
>
|
|
1388
|
-
>
|
|
1120
|
+
> Copyright 2021 (c) npm, Inc.
|
|
1389
1121
|
>
|
|
1390
|
-
>
|
|
1122
|
+
> Permission to use, copy, modify, and/or distribute this software for
|
|
1123
|
+
> any purpose with or without fee is hereby granted, provided that the
|
|
1124
|
+
> above copyright notice and this permission notice appear in all copies.
|
|
1391
1125
|
>
|
|
1392
|
-
>
|
|
1126
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS
|
|
1127
|
+
> ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
|
1128
|
+
> WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
|
1129
|
+
> COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
|
|
1130
|
+
> CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
1131
|
+
> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
1132
|
+
> OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
|
|
1133
|
+
> USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1393
1134
|
|
|
1394
1135
|
---------------------------------------
|
|
1395
1136
|
|