@neurcode/action 0.2.2 → 0.3.0-rc.7

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.
@@ -0,0 +1,722 @@
1
+ @actions/core
2
+ MIT
3
+ The MIT License (MIT)
4
+
5
+ Copyright 2019 GitHub
6
+
7
+ 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:
8
+
9
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
+
11
+ 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.
12
+
13
+ @actions/exec
14
+ MIT
15
+ The MIT License (MIT)
16
+
17
+ Copyright 2019 GitHub
18
+
19
+ 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:
20
+
21
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
22
+
23
+ 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.
24
+
25
+ @actions/github
26
+ MIT
27
+ The MIT License (MIT)
28
+
29
+ Copyright 2019 GitHub
30
+
31
+ 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:
32
+
33
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
34
+
35
+ 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.
36
+
37
+ @actions/http-client
38
+ MIT
39
+ Actions Http Client for Node.js
40
+
41
+ Copyright (c) GitHub, Inc.
42
+
43
+ All rights reserved.
44
+
45
+ MIT License
46
+
47
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
48
+ associated documentation files (the "Software"), to deal in the Software without restriction,
49
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
50
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
51
+ subject to the following conditions:
52
+
53
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
54
+
55
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
56
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
57
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
58
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
59
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60
+
61
+
62
+ @actions/io
63
+ MIT
64
+ The MIT License (MIT)
65
+
66
+ Copyright 2019 GitHub
67
+
68
+ 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:
69
+
70
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
71
+
72
+ 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.
73
+
74
+ @neurcode-ai/contracts
75
+ MIT
76
+
77
+ @neurcode-ai/governance-runtime
78
+ MIT
79
+
80
+ @octokit/auth-token
81
+ MIT
82
+ The MIT License
83
+
84
+ Copyright (c) 2019 Octokit contributors
85
+
86
+ Permission is hereby granted, free of charge, to any person obtaining a copy
87
+ of this software and associated documentation files (the "Software"), to deal
88
+ in the Software without restriction, including without limitation the rights
89
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
90
+ copies of the Software, and to permit persons to whom the Software is
91
+ furnished to do so, subject to the following conditions:
92
+
93
+ The above copyright notice and this permission notice shall be included in
94
+ all copies or substantial portions of the Software.
95
+
96
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
97
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
98
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
99
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
100
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
101
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
102
+ THE SOFTWARE.
103
+
104
+
105
+ @octokit/core
106
+ MIT
107
+ The MIT License
108
+
109
+ Copyright (c) 2019 Octokit contributors
110
+
111
+ Permission is hereby granted, free of charge, to any person obtaining a copy
112
+ of this software and associated documentation files (the "Software"), to deal
113
+ in the Software without restriction, including without limitation the rights
114
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
115
+ copies of the Software, and to permit persons to whom the Software is
116
+ furnished to do so, subject to the following conditions:
117
+
118
+ The above copyright notice and this permission notice shall be included in
119
+ all copies or substantial portions of the Software.
120
+
121
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
122
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
123
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
124
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
125
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
126
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
127
+ THE SOFTWARE.
128
+
129
+
130
+ @octokit/endpoint
131
+ MIT
132
+ The MIT License
133
+
134
+ Copyright (c) 2018 Octokit contributors
135
+
136
+ Permission is hereby granted, free of charge, to any person obtaining a copy
137
+ of this software and associated documentation files (the "Software"), to deal
138
+ in the Software without restriction, including without limitation the rights
139
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
140
+ copies of the Software, and to permit persons to whom the Software is
141
+ furnished to do so, subject to the following conditions:
142
+
143
+ The above copyright notice and this permission notice shall be included in
144
+ all copies or substantial portions of the Software.
145
+
146
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
148
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
149
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
150
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
151
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
152
+ THE SOFTWARE.
153
+
154
+
155
+ @octokit/graphql
156
+ MIT
157
+ The MIT License
158
+
159
+ Copyright (c) 2018 Octokit contributors
160
+
161
+ Permission is hereby granted, free of charge, to any person obtaining a copy
162
+ of this software and associated documentation files (the "Software"), to deal
163
+ in the Software without restriction, including without limitation the rights
164
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
165
+ copies of the Software, and to permit persons to whom the Software is
166
+ furnished to do so, subject to the following conditions:
167
+
168
+ The above copyright notice and this permission notice shall be included in
169
+ all copies or substantial portions of the Software.
170
+
171
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
172
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
173
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
174
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
175
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
176
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
177
+ THE SOFTWARE.
178
+
179
+
180
+ @octokit/plugin-paginate-rest
181
+ MIT
182
+ MIT License Copyright (c) 2019 Octokit contributors
183
+
184
+ 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:
185
+
186
+ The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
187
+
188
+ 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.
189
+
190
+
191
+ @octokit/plugin-rest-endpoint-methods
192
+ MIT
193
+ MIT License Copyright (c) 2019 Octokit contributors
194
+
195
+ 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:
196
+
197
+ The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
198
+
199
+ 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.
200
+
201
+
202
+ @octokit/request
203
+ MIT
204
+ The MIT License
205
+
206
+ Copyright (c) 2018 Octokit contributors
207
+
208
+ Permission is hereby granted, free of charge, to any person obtaining a copy
209
+ of this software and associated documentation files (the "Software"), to deal
210
+ in the Software without restriction, including without limitation the rights
211
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
212
+ copies of the Software, and to permit persons to whom the Software is
213
+ furnished to do so, subject to the following conditions:
214
+
215
+ The above copyright notice and this permission notice shall be included in
216
+ all copies or substantial portions of the Software.
217
+
218
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
219
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
220
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
221
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
222
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
223
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
224
+ THE SOFTWARE.
225
+
226
+
227
+ @octokit/request-error
228
+ MIT
229
+ The MIT License
230
+
231
+ Copyright (c) 2019 Octokit contributors
232
+
233
+ Permission is hereby granted, free of charge, to any person obtaining a copy
234
+ of this software and associated documentation files (the "Software"), to deal
235
+ in the Software without restriction, including without limitation the rights
236
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
237
+ copies of the Software, and to permit persons to whom the Software is
238
+ furnished to do so, subject to the following conditions:
239
+
240
+ The above copyright notice and this permission notice shall be included in
241
+ all copies or substantial portions of the Software.
242
+
243
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
244
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
245
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
246
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
247
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
248
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
249
+ THE SOFTWARE.
250
+
251
+
252
+ before-after-hook
253
+ Apache-2.0
254
+ Apache License
255
+ Version 2.0, January 2004
256
+ http://www.apache.org/licenses/
257
+
258
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
259
+
260
+ 1. Definitions.
261
+
262
+ "License" shall mean the terms and conditions for use, reproduction,
263
+ and distribution as defined by Sections 1 through 9 of this document.
264
+
265
+ "Licensor" shall mean the copyright owner or entity authorized by
266
+ the copyright owner that is granting the License.
267
+
268
+ "Legal Entity" shall mean the union of the acting entity and all
269
+ other entities that control, are controlled by, or are under common
270
+ control with that entity. For the purposes of this definition,
271
+ "control" means (i) the power, direct or indirect, to cause the
272
+ direction or management of such entity, whether by contract or
273
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
274
+ outstanding shares, or (iii) beneficial ownership of such entity.
275
+
276
+ "You" (or "Your") shall mean an individual or Legal Entity
277
+ exercising permissions granted by this License.
278
+
279
+ "Source" form shall mean the preferred form for making modifications,
280
+ including but not limited to software source code, documentation
281
+ source, and configuration files.
282
+
283
+ "Object" form shall mean any form resulting from mechanical
284
+ transformation or translation of a Source form, including but
285
+ not limited to compiled object code, generated documentation,
286
+ and conversions to other media types.
287
+
288
+ "Work" shall mean the work of authorship, whether in Source or
289
+ Object form, made available under the License, as indicated by a
290
+ copyright notice that is included in or attached to the work
291
+ (an example is provided in the Appendix below).
292
+
293
+ "Derivative Works" shall mean any work, whether in Source or Object
294
+ form, that is based on (or derived from) the Work and for which the
295
+ editorial revisions, annotations, elaborations, or other modifications
296
+ represent, as a whole, an original work of authorship. For the purposes
297
+ of this License, Derivative Works shall not include works that remain
298
+ separable from, or merely link (or bind by name) to the interfaces of,
299
+ the Work and Derivative Works thereof.
300
+
301
+ "Contribution" shall mean any work of authorship, including
302
+ the original version of the Work and any modifications or additions
303
+ to that Work or Derivative Works thereof, that is intentionally
304
+ submitted to Licensor for inclusion in the Work by the copyright owner
305
+ or by an individual or Legal Entity authorized to submit on behalf of
306
+ the copyright owner. For the purposes of this definition, "submitted"
307
+ means any form of electronic, verbal, or written communication sent
308
+ to the Licensor or its representatives, including but not limited to
309
+ communication on electronic mailing lists, source code control systems,
310
+ and issue tracking systems that are managed by, or on behalf of, the
311
+ Licensor for the purpose of discussing and improving the Work, but
312
+ excluding communication that is conspicuously marked or otherwise
313
+ designated in writing by the copyright owner as "Not a Contribution."
314
+
315
+ "Contributor" shall mean Licensor and any individual or Legal Entity
316
+ on behalf of whom a Contribution has been received by Licensor and
317
+ subsequently incorporated within the Work.
318
+
319
+ 2. Grant of Copyright License. Subject to the terms and conditions of
320
+ this License, each Contributor hereby grants to You a perpetual,
321
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
322
+ copyright license to reproduce, prepare Derivative Works of,
323
+ publicly display, publicly perform, sublicense, and distribute the
324
+ Work and such Derivative Works in Source or Object form.
325
+
326
+ 3. Grant of Patent License. Subject to the terms and conditions of
327
+ this License, each Contributor hereby grants to You a perpetual,
328
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
329
+ (except as stated in this section) patent license to make, have made,
330
+ use, offer to sell, sell, import, and otherwise transfer the Work,
331
+ where such license applies only to those patent claims licensable
332
+ by such Contributor that are necessarily infringed by their
333
+ Contribution(s) alone or by combination of their Contribution(s)
334
+ with the Work to which such Contribution(s) was submitted. If You
335
+ institute patent litigation against any entity (including a
336
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
337
+ or a Contribution incorporated within the Work constitutes direct
338
+ or contributory patent infringement, then any patent licenses
339
+ granted to You under this License for that Work shall terminate
340
+ as of the date such litigation is filed.
341
+
342
+ 4. Redistribution. You may reproduce and distribute copies of the
343
+ Work or Derivative Works thereof in any medium, with or without
344
+ modifications, and in Source or Object form, provided that You
345
+ meet the following conditions:
346
+
347
+ (a) You must give any other recipients of the Work or
348
+ Derivative Works a copy of this License; and
349
+
350
+ (b) You must cause any modified files to carry prominent notices
351
+ stating that You changed the files; and
352
+
353
+ (c) You must retain, in the Source form of any Derivative Works
354
+ that You distribute, all copyright, patent, trademark, and
355
+ attribution notices from the Source form of the Work,
356
+ excluding those notices that do not pertain to any part of
357
+ the Derivative Works; and
358
+
359
+ (d) If the Work includes a "NOTICE" text file as part of its
360
+ distribution, then any Derivative Works that You distribute must
361
+ include a readable copy of the attribution notices contained
362
+ within such NOTICE file, excluding those notices that do not
363
+ pertain to any part of the Derivative Works, in at least one
364
+ of the following places: within a NOTICE text file distributed
365
+ as part of the Derivative Works; within the Source form or
366
+ documentation, if provided along with the Derivative Works; or,
367
+ within a display generated by the Derivative Works, if and
368
+ wherever such third-party notices normally appear. The contents
369
+ of the NOTICE file are for informational purposes only and
370
+ do not modify the License. You may add Your own attribution
371
+ notices within Derivative Works that You distribute, alongside
372
+ or as an addendum to the NOTICE text from the Work, provided
373
+ that such additional attribution notices cannot be construed
374
+ as modifying the License.
375
+
376
+ You may add Your own copyright statement to Your modifications and
377
+ may provide additional or different license terms and conditions
378
+ for use, reproduction, or distribution of Your modifications, or
379
+ for any such Derivative Works as a whole, provided Your use,
380
+ reproduction, and distribution of the Work otherwise complies with
381
+ the conditions stated in this License.
382
+
383
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
384
+ any Contribution intentionally submitted for inclusion in the Work
385
+ by You to the Licensor shall be under the terms and conditions of
386
+ this License, without any additional terms or conditions.
387
+ Notwithstanding the above, nothing herein shall supersede or modify
388
+ the terms of any separate license agreement you may have executed
389
+ with Licensor regarding such Contributions.
390
+
391
+ 6. Trademarks. This License does not grant permission to use the trade
392
+ names, trademarks, service marks, or product names of the Licensor,
393
+ except as required for reasonable and customary use in describing the
394
+ origin of the Work and reproducing the content of the NOTICE file.
395
+
396
+ 7. Disclaimer of Warranty. Unless required by applicable law or
397
+ agreed to in writing, Licensor provides the Work (and each
398
+ Contributor provides its Contributions) on an "AS IS" BASIS,
399
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
400
+ implied, including, without limitation, any warranties or conditions
401
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
402
+ PARTICULAR PURPOSE. You are solely responsible for determining the
403
+ appropriateness of using or redistributing the Work and assume any
404
+ risks associated with Your exercise of permissions under this License.
405
+
406
+ 8. Limitation of Liability. In no event and under no legal theory,
407
+ whether in tort (including negligence), contract, or otherwise,
408
+ unless required by applicable law (such as deliberate and grossly
409
+ negligent acts) or agreed to in writing, shall any Contributor be
410
+ liable to You for damages, including any direct, indirect, special,
411
+ incidental, or consequential damages of any character arising as a
412
+ result of this License or out of the use or inability to use the
413
+ Work (including but not limited to damages for loss of goodwill,
414
+ work stoppage, computer failure or malfunction, or any and all
415
+ other commercial damages or losses), even if such Contributor
416
+ has been advised of the possibility of such damages.
417
+
418
+ 9. Accepting Warranty or Additional Liability. While redistributing
419
+ the Work or Derivative Works thereof, You may choose to offer,
420
+ and charge a fee for, acceptance of support, warranty, indemnity,
421
+ or other liability obligations and/or rights consistent with this
422
+ License. However, in accepting such obligations, You may act only
423
+ on Your own behalf and on Your sole responsibility, not on behalf
424
+ of any other Contributor, and only if You agree to indemnify,
425
+ defend, and hold each Contributor harmless for any liability
426
+ incurred by, or claims asserted against, such Contributor by reason
427
+ of your accepting any such warranty or additional liability.
428
+
429
+ END OF TERMS AND CONDITIONS
430
+
431
+ APPENDIX: How to apply the Apache License to your work.
432
+
433
+ To apply the Apache License to your work, attach the following
434
+ boilerplate notice, with the fields enclosed by brackets "{}"
435
+ replaced with your own identifying information. (Don't include
436
+ the brackets!) The text should be enclosed in the appropriate
437
+ comment syntax for the file format. We also recommend that a
438
+ file or class name and description of purpose be included on the
439
+ same "printed page" as the copyright notice for easier
440
+ identification within third-party archives.
441
+
442
+ Copyright 2018 Gregor Martynus and other contributors.
443
+
444
+ Licensed under the Apache License, Version 2.0 (the "License");
445
+ you may not use this file except in compliance with the License.
446
+ You may obtain a copy of the License at
447
+
448
+ http://www.apache.org/licenses/LICENSE-2.0
449
+
450
+ Unless required by applicable law or agreed to in writing, software
451
+ distributed under the License is distributed on an "AS IS" BASIS,
452
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
453
+ See the License for the specific language governing permissions and
454
+ limitations under the License.
455
+
456
+
457
+ braces
458
+ MIT
459
+ The MIT License (MIT)
460
+
461
+ Copyright (c) 2014-present, Jon Schlinkert.
462
+
463
+ Permission is hereby granted, free of charge, to any person obtaining a copy
464
+ of this software and associated documentation files (the "Software"), to deal
465
+ in the Software without restriction, including without limitation the rights
466
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
467
+ copies of the Software, and to permit persons to whom the Software is
468
+ furnished to do so, subject to the following conditions:
469
+
470
+ The above copyright notice and this permission notice shall be included in
471
+ all copies or substantial portions of the Software.
472
+
473
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
474
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
475
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
476
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
477
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
478
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
479
+ THE SOFTWARE.
480
+
481
+
482
+ deprecation
483
+ ISC
484
+ The ISC License
485
+
486
+ Copyright (c) Gregor Martynus and contributors
487
+
488
+ Permission to use, copy, modify, and/or distribute this software for any
489
+ purpose with or without fee is hereby granted, provided that the above
490
+ copyright notice and this permission notice appear in all copies.
491
+
492
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
493
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
494
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
495
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
496
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
497
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
498
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
499
+
500
+
501
+ fill-range
502
+ MIT
503
+ The MIT License (MIT)
504
+
505
+ Copyright (c) 2014-present, Jon Schlinkert.
506
+
507
+ Permission is hereby granted, free of charge, to any person obtaining a copy
508
+ of this software and associated documentation files (the "Software"), to deal
509
+ in the Software without restriction, including without limitation the rights
510
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
511
+ copies of the Software, and to permit persons to whom the Software is
512
+ furnished to do so, subject to the following conditions:
513
+
514
+ The above copyright notice and this permission notice shall be included in
515
+ all copies or substantial portions of the Software.
516
+
517
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
518
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
519
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
520
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
521
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
522
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
523
+ THE SOFTWARE.
524
+
525
+
526
+ is-number
527
+ MIT
528
+ The MIT License (MIT)
529
+
530
+ Copyright (c) 2014-present, Jon Schlinkert.
531
+
532
+ Permission is hereby granted, free of charge, to any person obtaining a copy
533
+ of this software and associated documentation files (the "Software"), to deal
534
+ in the Software without restriction, including without limitation the rights
535
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
536
+ copies of the Software, and to permit persons to whom the Software is
537
+ furnished to do so, subject to the following conditions:
538
+
539
+ The above copyright notice and this permission notice shall be included in
540
+ all copies or substantial portions of the Software.
541
+
542
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
543
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
544
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
545
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
546
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
547
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
548
+ THE SOFTWARE.
549
+
550
+
551
+ micromatch
552
+ MIT
553
+ The MIT License (MIT)
554
+
555
+ Copyright (c) 2014-present, Jon Schlinkert.
556
+
557
+ Permission is hereby granted, free of charge, to any person obtaining a copy
558
+ of this software and associated documentation files (the "Software"), to deal
559
+ in the Software without restriction, including without limitation the rights
560
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
561
+ copies of the Software, and to permit persons to whom the Software is
562
+ furnished to do so, subject to the following conditions:
563
+
564
+ The above copyright notice and this permission notice shall be included in
565
+ all copies or substantial portions of the Software.
566
+
567
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
568
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
569
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
570
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
571
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
572
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
573
+ THE SOFTWARE.
574
+
575
+
576
+ once
577
+ ISC
578
+ The ISC License
579
+
580
+ Copyright (c) Isaac Z. Schlueter and Contributors
581
+
582
+ Permission to use, copy, modify, and/or distribute this software for any
583
+ purpose with or without fee is hereby granted, provided that the above
584
+ copyright notice and this permission notice appear in all copies.
585
+
586
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
587
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
588
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
589
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
590
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
591
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
592
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
593
+
594
+
595
+ picomatch
596
+ MIT
597
+ The MIT License (MIT)
598
+
599
+ Copyright (c) 2017-present, Jon Schlinkert.
600
+
601
+ Permission is hereby granted, free of charge, to any person obtaining a copy
602
+ of this software and associated documentation files (the "Software"), to deal
603
+ in the Software without restriction, including without limitation the rights
604
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
605
+ copies of the Software, and to permit persons to whom the Software is
606
+ furnished to do so, subject to the following conditions:
607
+
608
+ The above copyright notice and this permission notice shall be included in
609
+ all copies or substantial portions of the Software.
610
+
611
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
612
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
613
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
614
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
615
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
616
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
617
+ THE SOFTWARE.
618
+
619
+
620
+ to-regex-range
621
+ MIT
622
+ The MIT License (MIT)
623
+
624
+ Copyright (c) 2015-present, Jon Schlinkert.
625
+
626
+ Permission is hereby granted, free of charge, to any person obtaining a copy
627
+ of this software and associated documentation files (the "Software"), to deal
628
+ in the Software without restriction, including without limitation the rights
629
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
630
+ copies of the Software, and to permit persons to whom the Software is
631
+ furnished to do so, subject to the following conditions:
632
+
633
+ The above copyright notice and this permission notice shall be included in
634
+ all copies or substantial portions of the Software.
635
+
636
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
637
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
638
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
639
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
640
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
641
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
642
+ THE SOFTWARE.
643
+
644
+
645
+ tunnel
646
+ MIT
647
+ The MIT License (MIT)
648
+
649
+ Copyright (c) 2012 Koichi Kobayashi
650
+
651
+ Permission is hereby granted, free of charge, to any person obtaining a copy
652
+ of this software and associated documentation files (the "Software"), to deal
653
+ in the Software without restriction, including without limitation the rights
654
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
655
+ copies of the Software, and to permit persons to whom the Software is
656
+ furnished to do so, subject to the following conditions:
657
+
658
+ The above copyright notice and this permission notice shall be included in
659
+ all copies or substantial portions of the Software.
660
+
661
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
662
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
663
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
664
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
665
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
666
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
667
+ THE SOFTWARE.
668
+
669
+
670
+ undici
671
+ MIT
672
+ MIT License
673
+
674
+ Copyright (c) Matteo Collina and Undici contributors
675
+
676
+ Permission is hereby granted, free of charge, to any person obtaining a copy
677
+ of this software and associated documentation files (the "Software"), to deal
678
+ in the Software without restriction, including without limitation the rights
679
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
680
+ copies of the Software, and to permit persons to whom the Software is
681
+ furnished to do so, subject to the following conditions:
682
+
683
+ The above copyright notice and this permission notice shall be included in all
684
+ copies or substantial portions of the Software.
685
+
686
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
687
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
688
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
689
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
690
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
691
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
692
+ SOFTWARE.
693
+
694
+
695
+ universal-user-agent
696
+ ISC
697
+ # [ISC License](https://spdx.org/licenses/ISC)
698
+
699
+ Copyright (c) 2018, Gregor Martynus (https://github.com/gr2m)
700
+
701
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
702
+
703
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
704
+
705
+
706
+ wrappy
707
+ ISC
708
+ The ISC License
709
+
710
+ Copyright (c) Isaac Z. Schlueter and Contributors
711
+
712
+ Permission to use, copy, modify, and/or distribute this software for any
713
+ purpose with or without fee is hereby granted, provided that the above
714
+ copyright notice and this permission notice appear in all copies.
715
+
716
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
717
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
718
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
719
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
720
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
721
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
722
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.