@neo4j-ndl/base 1.10.3 → 2.0.0-alpha-e609471

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.
Files changed (33) hide show
  1. package/lib/LICENSES.txt +2105 -67
  2. package/lib/NOTICE.txt +30 -31
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/tailwind-preset.config.js +8 -8
  5. package/lib/cjs/tailwindTheme.js +64 -32
  6. package/lib/cjs/tailwindTheme.js.map +1 -1
  7. package/lib/cjs/tokens/js/storybook-design-token.js +1972 -882
  8. package/lib/cjs/tokens/js/storybook-design-token.js.map +1 -1
  9. package/lib/cjs/tokens/js/tokens-esm.js +374 -238
  10. package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
  11. package/lib/cjs/tokens/js/tokens.js +373 -237
  12. package/lib/cjs/tokens/js/tokens.js.map +1 -1
  13. package/lib/cjs/typescale.js +16 -16
  14. package/lib/cjs/typings.js +1 -1
  15. package/lib/esm/tailwindTheme.js +53 -24
  16. package/lib/esm/tailwindTheme.js.map +1 -1
  17. package/lib/esm/tokens/js/storybook-design-token.js +1971 -881
  18. package/lib/esm/tokens/js/storybook-design-token.js.map +1 -1
  19. package/lib/esm/tokens/js/tokens-esm.js +373 -237
  20. package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
  21. package/lib/esm/tokens/js/tokens.js +373 -237
  22. package/lib/esm/tokens/js/tokens.js.map +1 -1
  23. package/lib/neo4j-ds-styles.css +41086 -31403
  24. package/lib/tokens/css/tokens.css +260 -150
  25. package/lib/tokens/js/tokens-raw.js +5445 -3032
  26. package/lib/tokens/js/tokens.js +373 -237
  27. package/lib/tokens/scss/tokens.scss +260 -150
  28. package/lib/types/tokens/js/storybook-design-token.d.ts +22 -9
  29. package/lib/types/tokens/js/tokens-esm.d.ts +486 -328
  30. package/lib/types/tokens/js/tokens.d.ts +486 -328
  31. package/lib/types/typings.d.ts +1 -1
  32. package/package.json +8 -9
  33. package/CHANGELOG.md +0 -807
package/lib/LICENSES.txt CHANGED
@@ -30,7 +30,7 @@ SOFTWARE.
30
30
 
31
31
  -----
32
32
 
33
- The following software may be included in this product: @babel/core, @babel/preset-env, @babel/preset-react. A copy of the source code may be downloaded from https://github.com/babel/babel.git (@babel/core), https://github.com/babel/babel.git (@babel/preset-env), https://github.com/babel/babel.git (@babel/preset-react). This software contains the following license and notice below:
33
+ The following software may be included in this product: @babel/core. A copy of the source code may be downloaded from https://github.com/babel/babel.git. This software contains the following license and notice below:
34
34
 
35
35
  MIT License
36
36
 
@@ -113,25 +113,24 @@ The following software may be included in this product: @floating-ui/react. A co
113
113
 
114
114
  MIT License
115
115
 
116
- Copyright (c) 2021 Floating UI contributors
116
+ Copyright (c) 2021-present Floating UI contributors
117
117
 
118
- Permission is hereby granted, free of charge, to any person obtaining a copy
119
- of this software and associated documentation files (the "Software"), to deal
120
- in the Software without restriction, including without limitation the rights
121
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
122
- copies of the Software, and to permit persons to whom the Software is
123
- furnished to do so, subject to the following conditions:
118
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
119
+ this software and associated documentation files (the "Software"), to deal in
120
+ the Software without restriction, including without limitation the rights to
121
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
122
+ the Software, and to permit persons to whom the Software is furnished to do so,
123
+ subject to the following conditions:
124
124
 
125
125
  The above copyright notice and this permission notice shall be included in all
126
126
  copies or substantial portions of the Software.
127
127
 
128
128
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
129
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
130
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
131
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
132
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
133
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
134
- SOFTWARE.
129
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
130
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
131
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
132
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
133
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
135
134
 
136
135
  -----
137
136
 
@@ -5134,7 +5133,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
5134
5133
 
5135
5134
  -----
5136
5135
 
5137
- The following software may be included in this product: @testing-library/jest-dom, @testing-library/react. A copy of the source code may be downloaded from https://github.com/testing-library/jest-dom (@testing-library/jest-dom), https://github.com/testing-library/react-testing-library (@testing-library/react). This software contains the following license and notice below:
5136
+ The following software may be included in this product: @testing-library/jest-dom. A copy of the source code may be downloaded from https://github.com/testing-library/jest-dom. This software contains the following license and notice below:
5138
5137
 
5139
5138
  The MIT License (MIT)
5140
5139
  Copyright (c) 2017 Kent C. Dodds
@@ -5159,6 +5158,31 @@ SOFTWARE.
5159
5158
 
5160
5159
  -----
5161
5160
 
5161
+ The following software may be included in this product: @testing-library/react. A copy of the source code may be downloaded from https://github.com/testing-library/react-testing-library. This software contains the following license and notice below:
5162
+
5163
+ The MIT License (MIT)
5164
+ Copyright (c) 2017-Present Kent C. Dodds
5165
+
5166
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5167
+ of this software and associated documentation files (the "Software"), to deal
5168
+ in the Software without restriction, including without limitation the rights
5169
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5170
+ copies of the Software, and to permit persons to whom the Software is
5171
+ furnished to do so, subject to the following conditions:
5172
+
5173
+ The above copyright notice and this permission notice shall be included in all
5174
+ copies or substantial portions of the Software.
5175
+
5176
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5177
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5178
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5179
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5180
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5181
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5182
+ SOFTWARE.
5183
+
5184
+ -----
5185
+
5162
5186
  The following software may be included in this product: @testing-library/user-event. A copy of the source code may be downloaded from https://github.com/testing-library/user-event. This software contains the following license and notice below:
5163
5187
 
5164
5188
  The MIT License (MIT)
@@ -5387,32 +5411,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5387
5411
 
5388
5412
  -----
5389
5413
 
5390
- The following software may be included in this product: babel-jest, eslint-plugin-react-hooks, jest, react, react-dom. A copy of the source code may be downloaded from https://github.com/facebook/jest.git (babel-jest), https://github.com/facebook/react.git (eslint-plugin-react-hooks), https://github.com/facebook/jest (jest), https://github.com/facebook/react.git (react), https://github.com/facebook/react.git (react-dom). This software contains the following license and notice below:
5391
-
5392
- MIT License
5393
-
5394
- Copyright (c) Facebook, Inc. and its affiliates.
5395
-
5396
- Permission is hereby granted, free of charge, to any person obtaining a copy
5397
- of this software and associated documentation files (the "Software"), to deal
5398
- in the Software without restriction, including without limitation the rights
5399
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5400
- copies of the Software, and to permit persons to whom the Software is
5401
- furnished to do so, subject to the following conditions:
5402
-
5403
- The above copyright notice and this permission notice shall be included in all
5404
- copies or substantial portions of the Software.
5405
-
5406
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5407
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5408
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5409
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5410
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5411
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5412
- SOFTWARE.
5413
-
5414
- -----
5415
-
5416
5414
  The following software may be included in this product: chalk. A copy of the source code may be downloaded from git+https://github.com/chalk/chalk.git. This software contains the following license and notice below:
5417
5415
 
5418
5416
  MIT License
@@ -5751,6 +5749,32 @@ SOFTWARE.
5751
5749
 
5752
5750
  -----
5753
5751
 
5752
+ The following software may be included in this product: eslint-plugin-react-hooks, react, react-dom. A copy of the source code may be downloaded from https://github.com/facebook/react.git (eslint-plugin-react-hooks), https://github.com/facebook/react.git (react), https://github.com/facebook/react.git (react-dom). This software contains the following license and notice below:
5753
+
5754
+ MIT License
5755
+
5756
+ Copyright (c) Facebook, Inc. and its affiliates.
5757
+
5758
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5759
+ of this software and associated documentation files (the "Software"), to deal
5760
+ in the Software without restriction, including without limitation the rights
5761
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5762
+ copies of the Software, and to permit persons to whom the Software is
5763
+ furnished to do so, subject to the following conditions:
5764
+
5765
+ The above copyright notice and this permission notice shall be included in all
5766
+ copies or substantial portions of the Software.
5767
+
5768
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5769
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5770
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5771
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5772
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5773
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5774
+ SOFTWARE.
5775
+
5776
+ -----
5777
+
5754
5778
  The following software may be included in this product: fuse.js. A copy of the source code may be downloaded from https://github.com/krisk/Fuse.git. This software contains the following license and notice below:
5755
5779
 
5756
5780
  Apache License
@@ -6009,6 +6033,33 @@ SOFTWARE.
6009
6033
 
6010
6034
  -----
6011
6035
 
6036
+ The following software may be included in this product: jsdom. A copy of the source code may be downloaded from git+https://github.com/jsdom/jsdom.git. This software contains the following license and notice below:
6037
+
6038
+ Copyright (c) 2010 Elijah Insua
6039
+
6040
+ Permission is hereby granted, free of charge, to any person
6041
+ obtaining a copy of this software and associated documentation
6042
+ files (the "Software"), to deal in the Software without
6043
+ restriction, including without limitation the rights to use,
6044
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
6045
+ copies of the Software, and to permit persons to whom the
6046
+ Software is furnished to do so, subject to the following
6047
+ conditions:
6048
+
6049
+ The above copyright notice and this permission notice shall be
6050
+ included in all copies or substantial portions of the Software.
6051
+
6052
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
6053
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
6054
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
6055
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
6056
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
6057
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6058
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
6059
+ OTHER DEALINGS IN THE SOFTWARE.
6060
+
6061
+ -----
6062
+
6012
6063
  The following software may be included in this product: license-checker. A copy of the source code may be downloaded from http://github.com/davglass/license-checker.git. This software contains the following license and notice below:
6013
6064
 
6014
6065
  Copyright 2012 Yahoo Inc.
@@ -14528,32 +14579,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14528
14579
 
14529
14580
  -----
14530
14581
 
14531
- The following software may be included in this product: ts-jest. A copy of the source code may be downloaded from git+https://github.com/kulshekhar/ts-jest.git. This software contains the following license and notice below:
14532
-
14533
- MIT License
14534
-
14535
- Copyright (c) 2016-2018
14536
-
14537
- Permission is hereby granted, free of charge, to any person obtaining a copy
14538
- of this software and associated documentation files (the "Software"), to deal
14539
- in the Software without restriction, including without limitation the rights
14540
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14541
- copies of the Software, and to permit persons to whom the Software is
14542
- furnished to do so, subject to the following conditions:
14543
-
14544
- The above copyright notice and this permission notice shall be included in all
14545
- copies or substantial portions of the Software.
14546
-
14547
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14548
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14549
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14550
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14551
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14552
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14553
- SOFTWARE.
14554
-
14555
- -----
14556
-
14557
14582
  The following software may be included in this product: ts-node. A copy of the source code may be downloaded from git://github.com/TypeStrong/ts-node.git. This software contains the following license and notice below:
14558
14583
 
14559
14584
  The MIT License (MIT)
@@ -18091,3 +18116,2016 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18091
18116
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18092
18117
  SOFTWARE.
18093
18118
 
18119
+ -----
18120
+
18121
+ The following software may be included in this product: vitest. A copy of the source code may be downloaded from git+https://github.com/vitest-dev/vitest.git. This software contains the following license and notice below:
18122
+
18123
+ # Vitest core license
18124
+ Vitest is released under the MIT license:
18125
+
18126
+ MIT License
18127
+
18128
+ Copyright (c) 2021-Present Anthony Fu <https://github.com/antfu>
18129
+ Copyright (c) 2021-Present Matias Capeletto <https://github.com/patak-dev>
18130
+
18131
+ Permission is hereby granted, free of charge, to any person obtaining a copy
18132
+ of this software and associated documentation files (the "Software"), to deal
18133
+ in the Software without restriction, including without limitation the rights
18134
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18135
+ copies of the Software, and to permit persons to whom the Software is
18136
+ furnished to do so, subject to the following conditions:
18137
+
18138
+ The above copyright notice and this permission notice shall be included in all
18139
+ copies or substantial portions of the Software.
18140
+
18141
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18142
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18143
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18144
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18145
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18146
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18147
+ SOFTWARE.
18148
+
18149
+ # Licenses of bundled dependencies
18150
+ The published Vitest artifact additionally contains code with the following licenses:
18151
+ Apache-2.0, BSD-3-Clause, ISC, MIT
18152
+
18153
+ # Bundled dependencies:
18154
+ ## @antfu/install-pkg
18155
+ License: MIT
18156
+ By: Anthony Fu
18157
+ Repository: git+https://github.com/antfu/install-pkg.git
18158
+
18159
+ > MIT License
18160
+ >
18161
+ > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
18162
+ >
18163
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18164
+ > of this software and associated documentation files (the "Software"), to deal
18165
+ > in the Software without restriction, including without limitation the rights
18166
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18167
+ > copies of the Software, and to permit persons to whom the Software is
18168
+ > furnished to do so, subject to the following conditions:
18169
+ >
18170
+ > The above copyright notice and this permission notice shall be included in all
18171
+ > copies or substantial portions of the Software.
18172
+ >
18173
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18174
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18175
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18176
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18177
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18178
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18179
+ > SOFTWARE.
18180
+
18181
+ ---------------------------------------
18182
+
18183
+ ## @nodelib/fs.scandir
18184
+ License: MIT
18185
+ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
18186
+
18187
+ > The MIT License (MIT)
18188
+ >
18189
+ > Copyright (c) Denis Malinochkin
18190
+ >
18191
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18192
+ > of this software and associated documentation files (the "Software"), to deal
18193
+ > in the Software without restriction, including without limitation the rights
18194
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18195
+ > copies of the Software, and to permit persons to whom the Software is
18196
+ > furnished to do so, subject to the following conditions:
18197
+ >
18198
+ > The above copyright notice and this permission notice shall be included in all
18199
+ > copies or substantial portions of the Software.
18200
+ >
18201
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18202
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18203
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18204
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18205
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18206
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18207
+ > SOFTWARE.
18208
+
18209
+ ---------------------------------------
18210
+
18211
+ ## @nodelib/fs.stat
18212
+ License: MIT
18213
+ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
18214
+
18215
+ > The MIT License (MIT)
18216
+ >
18217
+ > Copyright (c) Denis Malinochkin
18218
+ >
18219
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18220
+ > of this software and associated documentation files (the "Software"), to deal
18221
+ > in the Software without restriction, including without limitation the rights
18222
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18223
+ > copies of the Software, and to permit persons to whom the Software is
18224
+ > furnished to do so, subject to the following conditions:
18225
+ >
18226
+ > The above copyright notice and this permission notice shall be included in all
18227
+ > copies or substantial portions of the Software.
18228
+ >
18229
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18230
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18231
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18232
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18233
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18234
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18235
+ > SOFTWARE.
18236
+
18237
+ ---------------------------------------
18238
+
18239
+ ## @nodelib/fs.walk
18240
+ License: MIT
18241
+ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
18242
+
18243
+ > The MIT License (MIT)
18244
+ >
18245
+ > Copyright (c) Denis Malinochkin
18246
+ >
18247
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18248
+ > of this software and associated documentation files (the "Software"), to deal
18249
+ > in the Software without restriction, including without limitation the rights
18250
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18251
+ > copies of the Software, and to permit persons to whom the Software is
18252
+ > furnished to do so, subject to the following conditions:
18253
+ >
18254
+ > The above copyright notice and this permission notice shall be included in all
18255
+ > copies or substantial portions of the Software.
18256
+ >
18257
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18258
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18259
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18260
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18261
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18262
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18263
+ > SOFTWARE.
18264
+
18265
+ ---------------------------------------
18266
+
18267
+ ## @sinonjs/commons
18268
+ License: BSD-3-Clause
18269
+ Repository: git+https://github.com/sinonjs/commons.git
18270
+
18271
+ > BSD 3-Clause License
18272
+ >
18273
+ > Copyright (c) 2018, Sinon.JS
18274
+ > All rights reserved.
18275
+ >
18276
+ > Redistribution and use in source and binary forms, with or without
18277
+ > modification, are permitted provided that the following conditions are met:
18278
+ >
18279
+ > * Redistributions of source code must retain the above copyright notice, this
18280
+ > list of conditions and the following disclaimer.
18281
+ >
18282
+ > * Redistributions in binary form must reproduce the above copyright notice,
18283
+ > this list of conditions and the following disclaimer in the documentation
18284
+ > and/or other materials provided with the distribution.
18285
+ >
18286
+ > * Neither the name of the copyright holder nor the names of its
18287
+ > contributors may be used to endorse or promote products derived from
18288
+ > this software without specific prior written permission.
18289
+ >
18290
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18291
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18292
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18293
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
18294
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18295
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
18296
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
18297
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
18298
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
18299
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18300
+
18301
+ ---------------------------------------
18302
+
18303
+ ## @sinonjs/fake-timers
18304
+ License: BSD-3-Clause
18305
+ By: Christian Johansen
18306
+ Repository: https://github.com/sinonjs/fake-timers.git
18307
+
18308
+ > Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no. All rights reserved.
18309
+ >
18310
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
18311
+ >
18312
+ > 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
18313
+ >
18314
+ > 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
18315
+ >
18316
+ > 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
18317
+ >
18318
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18319
+
18320
+ ---------------------------------------
18321
+
18322
+ ## ansi-escapes
18323
+ License: MIT
18324
+ By: Sindre Sorhus
18325
+ Repository: sindresorhus/ansi-escapes
18326
+
18327
+ > MIT License
18328
+ >
18329
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
18330
+ >
18331
+ > 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:
18332
+ >
18333
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18334
+ >
18335
+ > 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.
18336
+
18337
+ ---------------------------------------
18338
+
18339
+ ## ansi-regex
18340
+ License: MIT
18341
+ By: Sindre Sorhus
18342
+ Repository: chalk/ansi-regex
18343
+
18344
+ > MIT License
18345
+ >
18346
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
18347
+ >
18348
+ > 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:
18349
+ >
18350
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18351
+ >
18352
+ > 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.
18353
+
18354
+ ---------------------------------------
18355
+
18356
+ ## ansi-styles
18357
+ License: MIT
18358
+ By: Sindre Sorhus
18359
+ Repository: chalk/ansi-styles
18360
+
18361
+ > MIT License
18362
+ >
18363
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
18364
+ >
18365
+ > 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:
18366
+ >
18367
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18368
+ >
18369
+ > 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.
18370
+
18371
+ ---------------------------------------
18372
+
18373
+ ## birpc
18374
+ License: MIT
18375
+ By: Anthony Fu
18376
+ Repository: git+https://github.com/antfu/birpc.git
18377
+
18378
+ > MIT License
18379
+ >
18380
+ > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
18381
+ >
18382
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18383
+ > of this software and associated documentation files (the "Software"), to deal
18384
+ > in the Software without restriction, including without limitation the rights
18385
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18386
+ > copies of the Software, and to permit persons to whom the Software is
18387
+ > furnished to do so, subject to the following conditions:
18388
+ >
18389
+ > The above copyright notice and this permission notice shall be included in all
18390
+ > copies or substantial portions of the Software.
18391
+ >
18392
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18393
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18394
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18395
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18396
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18397
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18398
+ > SOFTWARE.
18399
+
18400
+ ---------------------------------------
18401
+
18402
+ ## braces
18403
+ License: MIT
18404
+ By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
18405
+ Repository: micromatch/braces
18406
+
18407
+ > The MIT License (MIT)
18408
+ >
18409
+ > Copyright (c) 2014-2018, Jon Schlinkert.
18410
+ >
18411
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18412
+ > of this software and associated documentation files (the "Software"), to deal
18413
+ > in the Software without restriction, including without limitation the rights
18414
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18415
+ > copies of the Software, and to permit persons to whom the Software is
18416
+ > furnished to do so, subject to the following conditions:
18417
+ >
18418
+ > The above copyright notice and this permission notice shall be included in
18419
+ > all copies or substantial portions of the Software.
18420
+ >
18421
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18422
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18423
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18424
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18425
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18426
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18427
+ > THE SOFTWARE.
18428
+
18429
+ ---------------------------------------
18430
+
18431
+ ## chai-subset
18432
+ License: MIT
18433
+ By: Andrii Shumada, Robert Herhold
18434
+ Repository: https://github.com/debitoor/chai-subset.git
18435
+
18436
+ > The MIT License (MIT)
18437
+ >
18438
+ > Copyright (c) 2014
18439
+ >
18440
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18441
+ > of this software and associated documentation files (the "Software"), to deal
18442
+ > in the Software without restriction, including without limitation the rights
18443
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18444
+ > copies of the Software, and to permit persons to whom the Software is
18445
+ > furnished to do so, subject to the following conditions:
18446
+ >
18447
+ > The above copyright notice and this permission notice shall be included in all
18448
+ > copies or substantial portions of the Software.
18449
+ >
18450
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18451
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18452
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18453
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18454
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18455
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18456
+ > SOFTWARE.
18457
+
18458
+ ---------------------------------------
18459
+
18460
+ ## cli-cursor
18461
+ License: MIT
18462
+ By: Sindre Sorhus
18463
+ Repository: sindresorhus/cli-cursor
18464
+
18465
+ > MIT License
18466
+ >
18467
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
18468
+ >
18469
+ > 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:
18470
+ >
18471
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18472
+ >
18473
+ > 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.
18474
+
18475
+ ---------------------------------------
18476
+
18477
+ ## cli-truncate
18478
+ License: MIT
18479
+ By: Sindre Sorhus
18480
+ Repository: sindresorhus/cli-truncate
18481
+
18482
+ > MIT License
18483
+ >
18484
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
18485
+ >
18486
+ > 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:
18487
+ >
18488
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18489
+ >
18490
+ > 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.
18491
+
18492
+ ---------------------------------------
18493
+
18494
+ ## cross-spawn
18495
+ License: MIT
18496
+ By: André Cruz
18497
+ Repository: git@github.com:moxystudio/node-cross-spawn.git
18498
+
18499
+ > The MIT License (MIT)
18500
+ >
18501
+ > Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
18502
+ >
18503
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18504
+ > of this software and associated documentation files (the "Software"), to deal
18505
+ > in the Software without restriction, including without limitation the rights
18506
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18507
+ > copies of the Software, and to permit persons to whom the Software is
18508
+ > furnished to do so, subject to the following conditions:
18509
+ >
18510
+ > The above copyright notice and this permission notice shall be included in
18511
+ > all copies or substantial portions of the Software.
18512
+ >
18513
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18514
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18515
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18516
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18517
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18518
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18519
+ > THE SOFTWARE.
18520
+
18521
+ ---------------------------------------
18522
+
18523
+ ## eastasianwidth
18524
+ License: MIT
18525
+ By: Masaki Komagata
18526
+ Repository: git://github.com/komagata/eastasianwidth.git
18527
+
18528
+ ---------------------------------------
18529
+
18530
+ ## emoji-regex
18531
+ License: MIT
18532
+ By: Mathias Bynens
18533
+ Repository: https://github.com/mathiasbynens/emoji-regex.git
18534
+
18535
+ > Copyright Mathias Bynens <https://mathiasbynens.be/>
18536
+ >
18537
+ > Permission is hereby granted, free of charge, to any person obtaining
18538
+ > a copy of this software and associated documentation files (the
18539
+ > "Software"), to deal in the Software without restriction, including
18540
+ > without limitation the rights to use, copy, modify, merge, publish,
18541
+ > distribute, sublicense, and/or sell copies of the Software, and to
18542
+ > permit persons to whom the Software is furnished to do so, subject to
18543
+ > the following conditions:
18544
+ >
18545
+ > The above copyright notice and this permission notice shall be
18546
+ > included in all copies or substantial portions of the Software.
18547
+ >
18548
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18549
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18550
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18551
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18552
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
18553
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
18554
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18555
+
18556
+ ---------------------------------------
18557
+
18558
+ ## event-target-polyfill
18559
+ License: MIT
18560
+ By: Ben Lesh
18561
+ Repository: git+https://github.com/benlesh/event-target-polyfill.git
18562
+
18563
+ > MIT License
18564
+ >
18565
+ > Copyright (c) 2020 Ben Lesh
18566
+ >
18567
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18568
+ > of this software and associated documentation files (the "Software"), to deal
18569
+ > in the Software without restriction, including without limitation the rights
18570
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18571
+ > copies of the Software, and to permit persons to whom the Software is
18572
+ > furnished to do so, subject to the following conditions:
18573
+ >
18574
+ > The above copyright notice and this permission notice shall be included in all
18575
+ > copies or substantial portions of the Software.
18576
+ >
18577
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18578
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18579
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18580
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18581
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18582
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18583
+ > SOFTWARE.
18584
+
18585
+ ---------------------------------------
18586
+
18587
+ ## execa
18588
+ License: MIT
18589
+ By: Sindre Sorhus
18590
+ Repository: sindresorhus/execa
18591
+
18592
+ > MIT License
18593
+ >
18594
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
18595
+ >
18596
+ > 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:
18597
+ >
18598
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18599
+ >
18600
+ > 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.
18601
+
18602
+ ---------------------------------------
18603
+
18604
+ ## expect-type
18605
+ License: Apache-2.0
18606
+ Repository: https://github.com/mmkal/expect-type.git
18607
+
18608
+ > Apache License
18609
+ > Version 2.0, January 2004
18610
+ > http://www.apache.org/licenses/
18611
+ >
18612
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
18613
+ >
18614
+ > 1. Definitions.
18615
+ >
18616
+ > "License" shall mean the terms and conditions for use, reproduction,
18617
+ > and distribution as defined by Sections 1 through 9 of this document.
18618
+ >
18619
+ > "Licensor" shall mean the copyright owner or entity authorized by
18620
+ > the copyright owner that is granting the License.
18621
+ >
18622
+ > "Legal Entity" shall mean the union of the acting entity and all
18623
+ > other entities that control, are controlled by, or are under common
18624
+ > control with that entity. For the purposes of this definition,
18625
+ > "control" means (i) the power, direct or indirect, to cause the
18626
+ > direction or management of such entity, whether by contract or
18627
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
18628
+ > outstanding shares, or (iii) beneficial ownership of such entity.
18629
+ >
18630
+ > "You" (or "Your") shall mean an individual or Legal Entity
18631
+ > exercising permissions granted by this License.
18632
+ >
18633
+ > "Source" form shall mean the preferred form for making modifications,
18634
+ > including but not limited to software source code, documentation
18635
+ > source, and configuration files.
18636
+ >
18637
+ > "Object" form shall mean any form resulting from mechanical
18638
+ > transformation or translation of a Source form, including but
18639
+ > not limited to compiled object code, generated documentation,
18640
+ > and conversions to other media types.
18641
+ >
18642
+ > "Work" shall mean the work of authorship, whether in Source or
18643
+ > Object form, made available under the License, as indicated by a
18644
+ > copyright notice that is included in or attached to the work
18645
+ > (an example is provided in the Appendix below).
18646
+ >
18647
+ > "Derivative Works" shall mean any work, whether in Source or Object
18648
+ > form, that is based on (or derived from) the Work and for which the
18649
+ > editorial revisions, annotations, elaborations, or other modifications
18650
+ > represent, as a whole, an original work of authorship. For the purposes
18651
+ > of this License, Derivative Works shall not include works that remain
18652
+ > separable from, or merely link (or bind by name) to the interfaces of,
18653
+ > the Work and Derivative Works thereof.
18654
+ >
18655
+ > "Contribution" shall mean any work of authorship, including
18656
+ > the original version of the Work and any modifications or additions
18657
+ > to that Work or Derivative Works thereof, that is intentionally
18658
+ > submitted to Licensor for inclusion in the Work by the copyright owner
18659
+ > or by an individual or Legal Entity authorized to submit on behalf of
18660
+ > the copyright owner. For the purposes of this definition, "submitted"
18661
+ > means any form of electronic, verbal, or written communication sent
18662
+ > to the Licensor or its representatives, including but not limited to
18663
+ > communication on electronic mailing lists, source code control systems,
18664
+ > and issue tracking systems that are managed by, or on behalf of, the
18665
+ > Licensor for the purpose of discussing and improving the Work, but
18666
+ > excluding communication that is conspicuously marked or otherwise
18667
+ > designated in writing by the copyright owner as "Not a Contribution."
18668
+ >
18669
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
18670
+ > on behalf of whom a Contribution has been received by Licensor and
18671
+ > subsequently incorporated within the Work.
18672
+ >
18673
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
18674
+ > this License, each Contributor hereby grants to You a perpetual,
18675
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
18676
+ > copyright license to reproduce, prepare Derivative Works of,
18677
+ > publicly display, publicly perform, sublicense, and distribute the
18678
+ > Work and such Derivative Works in Source or Object form.
18679
+ >
18680
+ > 3. Grant of Patent License. Subject to the terms and conditions of
18681
+ > this License, each Contributor hereby grants to You a perpetual,
18682
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
18683
+ > (except as stated in this section) patent license to make, have made,
18684
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
18685
+ > where such license applies only to those patent claims licensable
18686
+ > by such Contributor that are necessarily infringed by their
18687
+ > Contribution(s) alone or by combination of their Contribution(s)
18688
+ > with the Work to which such Contribution(s) was submitted. If You
18689
+ > institute patent litigation against any entity (including a
18690
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
18691
+ > or a Contribution incorporated within the Work constitutes direct
18692
+ > or contributory patent infringement, then any patent licenses
18693
+ > granted to You under this License for that Work shall terminate
18694
+ > as of the date such litigation is filed.
18695
+ >
18696
+ > 4. Redistribution. You may reproduce and distribute copies of the
18697
+ > Work or Derivative Works thereof in any medium, with or without
18698
+ > modifications, and in Source or Object form, provided that You
18699
+ > meet the following conditions:
18700
+ >
18701
+ > (a) You must give any other recipients of the Work or
18702
+ > Derivative Works a copy of this License; and
18703
+ >
18704
+ > (b) You must cause any modified files to carry prominent notices
18705
+ > stating that You changed the files; and
18706
+ >
18707
+ > (c) You must retain, in the Source form of any Derivative Works
18708
+ > that You distribute, all copyright, patent, trademark, and
18709
+ > attribution notices from the Source form of the Work,
18710
+ > excluding those notices that do not pertain to any part of
18711
+ > the Derivative Works; and
18712
+ >
18713
+ > (d) If the Work includes a "NOTICE" text file as part of its
18714
+ > distribution, then any Derivative Works that You distribute must
18715
+ > include a readable copy of the attribution notices contained
18716
+ > within such NOTICE file, excluding those notices that do not
18717
+ > pertain to any part of the Derivative Works, in at least one
18718
+ > of the following places: within a NOTICE text file distributed
18719
+ > as part of the Derivative Works; within the Source form or
18720
+ > documentation, if provided along with the Derivative Works; or,
18721
+ > within a display generated by the Derivative Works, if and
18722
+ > wherever such third-party notices normally appear. The contents
18723
+ > of the NOTICE file are for informational purposes only and
18724
+ > do not modify the License. You may add Your own attribution
18725
+ > notices within Derivative Works that You distribute, alongside
18726
+ > or as an addendum to the NOTICE text from the Work, provided
18727
+ > that such additional attribution notices cannot be construed
18728
+ > as modifying the License.
18729
+ >
18730
+ > You may add Your own copyright statement to Your modifications and
18731
+ > may provide additional or different license terms and conditions
18732
+ > for use, reproduction, or distribution of Your modifications, or
18733
+ > for any such Derivative Works as a whole, provided Your use,
18734
+ > reproduction, and distribution of the Work otherwise complies with
18735
+ > the conditions stated in this License.
18736
+ >
18737
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
18738
+ > any Contribution intentionally submitted for inclusion in the Work
18739
+ > by You to the Licensor shall be under the terms and conditions of
18740
+ > this License, without any additional terms or conditions.
18741
+ > Notwithstanding the above, nothing herein shall supersede or modify
18742
+ > the terms of any separate license agreement you may have executed
18743
+ > with Licensor regarding such Contributions.
18744
+ >
18745
+ > 6. Trademarks. This License does not grant permission to use the trade
18746
+ > names, trademarks, service marks, or product names of the Licensor,
18747
+ > except as required for reasonable and customary use in describing the
18748
+ > origin of the Work and reproducing the content of the NOTICE file.
18749
+ >
18750
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
18751
+ > agreed to in writing, Licensor provides the Work (and each
18752
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
18753
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
18754
+ > implied, including, without limitation, any warranties or conditions
18755
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
18756
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
18757
+ > appropriateness of using or redistributing the Work and assume any
18758
+ > risks associated with Your exercise of permissions under this License.
18759
+ >
18760
+ > 8. Limitation of Liability. In no event and under no legal theory,
18761
+ > whether in tort (including negligence), contract, or otherwise,
18762
+ > unless required by applicable law (such as deliberate and grossly
18763
+ > negligent acts) or agreed to in writing, shall any Contributor be
18764
+ > liable to You for damages, including any direct, indirect, special,
18765
+ > incidental, or consequential damages of any character arising as a
18766
+ > result of this License or out of the use or inability to use the
18767
+ > Work (including but not limited to damages for loss of goodwill,
18768
+ > work stoppage, computer failure or malfunction, or any and all
18769
+ > other commercial damages or losses), even if such Contributor
18770
+ > has been advised of the possibility of such damages.
18771
+ >
18772
+ > 9. Accepting Warranty or Additional Liability. While redistributing
18773
+ > the Work or Derivative Works thereof, You may choose to offer,
18774
+ > and charge a fee for, acceptance of support, warranty, indemnity,
18775
+ > or other liability obligations and/or rights consistent with this
18776
+ > License. However, in accepting such obligations, You may act only
18777
+ > on Your own behalf and on Your sole responsibility, not on behalf
18778
+ > of any other Contributor, and only if You agree to indemnify,
18779
+ > defend, and hold each Contributor harmless for any liability
18780
+ > incurred by, or claims asserted against, such Contributor by reason
18781
+ > of your accepting any such warranty or additional liability.
18782
+ >
18783
+ > END OF TERMS AND CONDITIONS
18784
+ >
18785
+ > APPENDIX: How to apply the Apache License to your work.
18786
+ >
18787
+ > To apply the Apache License to your work, attach the following
18788
+ > boilerplate notice, with the fields enclosed by brackets "[]"
18789
+ > replaced with your own identifying information. (Don't include
18790
+ > the brackets!) The text should be enclosed in the appropriate
18791
+ > comment syntax for the file format. We also recommend that a
18792
+ > file or class name and description of purpose be included on the
18793
+ > same "printed page" as the copyright notice for easier
18794
+ > identification within third-party archives.
18795
+ >
18796
+ > Copyright [yyyy] [name of copyright owner]
18797
+ >
18798
+ > Licensed under the Apache License, Version 2.0 (the "License");
18799
+ > you may not use this file except in compliance with the License.
18800
+ > You may obtain a copy of the License at
18801
+ >
18802
+ > http://www.apache.org/licenses/LICENSE-2.0
18803
+ >
18804
+ > Unless required by applicable law or agreed to in writing, software
18805
+ > distributed under the License is distributed on an "AS IS" BASIS,
18806
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18807
+ > See the License for the specific language governing permissions and
18808
+ > limitations under the License.
18809
+
18810
+ ---------------------------------------
18811
+
18812
+ ## fast-glob
18813
+ License: MIT
18814
+ By: Denis Malinochkin
18815
+ Repository: mrmlnc/fast-glob
18816
+
18817
+ > The MIT License (MIT)
18818
+ >
18819
+ > Copyright (c) Denis Malinochkin
18820
+ >
18821
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18822
+ > of this software and associated documentation files (the "Software"), to deal
18823
+ > in the Software without restriction, including without limitation the rights
18824
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18825
+ > copies of the Software, and to permit persons to whom the Software is
18826
+ > furnished to do so, subject to the following conditions:
18827
+ >
18828
+ > The above copyright notice and this permission notice shall be included in all
18829
+ > copies or substantial portions of the Software.
18830
+ >
18831
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18832
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18833
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18834
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18835
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18836
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18837
+ > SOFTWARE.
18838
+
18839
+ ---------------------------------------
18840
+
18841
+ ## fastq
18842
+ License: ISC
18843
+ By: Matteo Collina
18844
+ Repository: git+https://github.com/mcollina/fastq.git
18845
+
18846
+ > Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
18847
+ >
18848
+ > Permission to use, copy, modify, and/or distribute this software for any
18849
+ > purpose with or without fee is hereby granted, provided that the above
18850
+ > copyright notice and this permission notice appear in all copies.
18851
+ >
18852
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
18853
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
18854
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18855
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18856
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18857
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18858
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18859
+
18860
+ ---------------------------------------
18861
+
18862
+ ## fill-range
18863
+ License: MIT
18864
+ By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
18865
+ Repository: jonschlinkert/fill-range
18866
+
18867
+ > The MIT License (MIT)
18868
+ >
18869
+ > Copyright (c) 2014-present, Jon Schlinkert.
18870
+ >
18871
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18872
+ > of this software and associated documentation files (the "Software"), to deal
18873
+ > in the Software without restriction, including without limitation the rights
18874
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18875
+ > copies of the Software, and to permit persons to whom the Software is
18876
+ > furnished to do so, subject to the following conditions:
18877
+ >
18878
+ > The above copyright notice and this permission notice shall be included in
18879
+ > all copies or substantial portions of the Software.
18880
+ >
18881
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18882
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18883
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18884
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18885
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18886
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18887
+ > THE SOFTWARE.
18888
+
18889
+ ---------------------------------------
18890
+
18891
+ ## find-up
18892
+ License: MIT
18893
+ By: Sindre Sorhus
18894
+ Repository: sindresorhus/find-up
18895
+
18896
+ > MIT License
18897
+ >
18898
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
18899
+ >
18900
+ > 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:
18901
+ >
18902
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18903
+ >
18904
+ > 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.
18905
+
18906
+ ---------------------------------------
18907
+
18908
+ ## flatted
18909
+ License: ISC
18910
+ By: Andrea Giammarchi
18911
+ Repository: git+https://github.com/WebReflection/flatted.git
18912
+
18913
+ > ISC License
18914
+ >
18915
+ > Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection
18916
+ >
18917
+ > Permission to use, copy, modify, and/or distribute this software for any
18918
+ > purpose with or without fee is hereby granted, provided that the above
18919
+ > copyright notice and this permission notice appear in all copies.
18920
+ >
18921
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
18922
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
18923
+ > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
18924
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
18925
+ > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
18926
+ > OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18927
+ > PERFORMANCE OF THIS SOFTWARE.
18928
+
18929
+ ---------------------------------------
18930
+
18931
+ ## get-stream
18932
+ License: MIT
18933
+ By: Sindre Sorhus
18934
+ Repository: sindresorhus/get-stream
18935
+
18936
+ > MIT License
18937
+ >
18938
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
18939
+ >
18940
+ > 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:
18941
+ >
18942
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
18943
+ >
18944
+ > 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.
18945
+
18946
+ ---------------------------------------
18947
+
18948
+ ## get-tsconfig
18949
+ License: MIT
18950
+ By: Hiroki Osame
18951
+ Repository: privatenumber/get-tsconfig
18952
+
18953
+ > MIT License
18954
+ >
18955
+ > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
18956
+ >
18957
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
18958
+ > of this software and associated documentation files (the "Software"), to deal
18959
+ > in the Software without restriction, including without limitation the rights
18960
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18961
+ > copies of the Software, and to permit persons to whom the Software is
18962
+ > furnished to do so, subject to the following conditions:
18963
+ >
18964
+ > The above copyright notice and this permission notice shall be included in all
18965
+ > copies or substantial portions of the Software.
18966
+ >
18967
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18968
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18969
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18970
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18971
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18972
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18973
+ > SOFTWARE.
18974
+
18975
+ ---------------------------------------
18976
+
18977
+ ## glob-parent
18978
+ License: ISC
18979
+ By: Gulp Team, Elan Shanker, Blaine Bublitz
18980
+ Repository: gulpjs/glob-parent
18981
+
18982
+ > The ISC License
18983
+ >
18984
+ > Copyright (c) 2015, 2019 Elan Shanker
18985
+ >
18986
+ > Permission to use, copy, modify, and/or distribute this software for any
18987
+ > purpose with or without fee is hereby granted, provided that the above
18988
+ > copyright notice and this permission notice appear in all copies.
18989
+ >
18990
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
18991
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
18992
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18993
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18994
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18995
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
18996
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18997
+
18998
+ ---------------------------------------
18999
+
19000
+ ## human-signals
19001
+ License: Apache-2.0
19002
+ By: ehmicky
19003
+ Repository: ehmicky/human-signals
19004
+
19005
+ > Apache License
19006
+ > Version 2.0, January 2004
19007
+ > http://www.apache.org/licenses/
19008
+ >
19009
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
19010
+ >
19011
+ > 1. Definitions.
19012
+ >
19013
+ > "License" shall mean the terms and conditions for use, reproduction,
19014
+ > and distribution as defined by Sections 1 through 9 of this document.
19015
+ >
19016
+ > "Licensor" shall mean the copyright owner or entity authorized by
19017
+ > the copyright owner that is granting the License.
19018
+ >
19019
+ > "Legal Entity" shall mean the union of the acting entity and all
19020
+ > other entities that control, are controlled by, or are under common
19021
+ > control with that entity. For the purposes of this definition,
19022
+ > "control" means (i) the power, direct or indirect, to cause the
19023
+ > direction or management of such entity, whether by contract or
19024
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
19025
+ > outstanding shares, or (iii) beneficial ownership of such entity.
19026
+ >
19027
+ > "You" (or "Your") shall mean an individual or Legal Entity
19028
+ > exercising permissions granted by this License.
19029
+ >
19030
+ > "Source" form shall mean the preferred form for making modifications,
19031
+ > including but not limited to software source code, documentation
19032
+ > source, and configuration files.
19033
+ >
19034
+ > "Object" form shall mean any form resulting from mechanical
19035
+ > transformation or translation of a Source form, including but
19036
+ > not limited to compiled object code, generated documentation,
19037
+ > and conversions to other media types.
19038
+ >
19039
+ > "Work" shall mean the work of authorship, whether in Source or
19040
+ > Object form, made available under the License, as indicated by a
19041
+ > copyright notice that is included in or attached to the work
19042
+ > (an example is provided in the Appendix below).
19043
+ >
19044
+ > "Derivative Works" shall mean any work, whether in Source or Object
19045
+ > form, that is based on (or derived from) the Work and for which the
19046
+ > editorial revisions, annotations, elaborations, or other modifications
19047
+ > represent, as a whole, an original work of authorship. For the purposes
19048
+ > of this License, Derivative Works shall not include works that remain
19049
+ > separable from, or merely link (or bind by name) to the interfaces of,
19050
+ > the Work and Derivative Works thereof.
19051
+ >
19052
+ > "Contribution" shall mean any work of authorship, including
19053
+ > the original version of the Work and any modifications or additions
19054
+ > to that Work or Derivative Works thereof, that is intentionally
19055
+ > submitted to Licensor for inclusion in the Work by the copyright owner
19056
+ > or by an individual or Legal Entity authorized to submit on behalf of
19057
+ > the copyright owner. For the purposes of this definition, "submitted"
19058
+ > means any form of electronic, verbal, or written communication sent
19059
+ > to the Licensor or its representatives, including but not limited to
19060
+ > communication on electronic mailing lists, source code control systems,
19061
+ > and issue tracking systems that are managed by, or on behalf of, the
19062
+ > Licensor for the purpose of discussing and improving the Work, but
19063
+ > excluding communication that is conspicuously marked or otherwise
19064
+ > designated in writing by the copyright owner as "Not a Contribution."
19065
+ >
19066
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
19067
+ > on behalf of whom a Contribution has been received by Licensor and
19068
+ > subsequently incorporated within the Work.
19069
+ >
19070
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
19071
+ > this License, each Contributor hereby grants to You a perpetual,
19072
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
19073
+ > copyright license to reproduce, prepare Derivative Works of,
19074
+ > publicly display, publicly perform, sublicense, and distribute the
19075
+ > Work and such Derivative Works in Source or Object form.
19076
+ >
19077
+ > 3. Grant of Patent License. Subject to the terms and conditions of
19078
+ > this License, each Contributor hereby grants to You a perpetual,
19079
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
19080
+ > (except as stated in this section) patent license to make, have made,
19081
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
19082
+ > where such license applies only to those patent claims licensable
19083
+ > by such Contributor that are necessarily infringed by their
19084
+ > Contribution(s) alone or by combination of their Contribution(s)
19085
+ > with the Work to which such Contribution(s) was submitted. If You
19086
+ > institute patent litigation against any entity (including a
19087
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
19088
+ > or a Contribution incorporated within the Work constitutes direct
19089
+ > or contributory patent infringement, then any patent licenses
19090
+ > granted to You under this License for that Work shall terminate
19091
+ > as of the date such litigation is filed.
19092
+ >
19093
+ > 4. Redistribution. You may reproduce and distribute copies of the
19094
+ > Work or Derivative Works thereof in any medium, with or without
19095
+ > modifications, and in Source or Object form, provided that You
19096
+ > meet the following conditions:
19097
+ >
19098
+ > (a) You must give any other recipients of the Work or
19099
+ > Derivative Works a copy of this License; and
19100
+ >
19101
+ > (b) You must cause any modified files to carry prominent notices
19102
+ > stating that You changed the files; and
19103
+ >
19104
+ > (c) You must retain, in the Source form of any Derivative Works
19105
+ > that You distribute, all copyright, patent, trademark, and
19106
+ > attribution notices from the Source form of the Work,
19107
+ > excluding those notices that do not pertain to any part of
19108
+ > the Derivative Works; and
19109
+ >
19110
+ > (d) If the Work includes a "NOTICE" text file as part of its
19111
+ > distribution, then any Derivative Works that You distribute must
19112
+ > include a readable copy of the attribution notices contained
19113
+ > within such NOTICE file, excluding those notices that do not
19114
+ > pertain to any part of the Derivative Works, in at least one
19115
+ > of the following places: within a NOTICE text file distributed
19116
+ > as part of the Derivative Works; within the Source form or
19117
+ > documentation, if provided along with the Derivative Works; or,
19118
+ > within a display generated by the Derivative Works, if and
19119
+ > wherever such third-party notices normally appear. The contents
19120
+ > of the NOTICE file are for informational purposes only and
19121
+ > do not modify the License. You may add Your own attribution
19122
+ > notices within Derivative Works that You distribute, alongside
19123
+ > or as an addendum to the NOTICE text from the Work, provided
19124
+ > that such additional attribution notices cannot be construed
19125
+ > as modifying the License.
19126
+ >
19127
+ > You may add Your own copyright statement to Your modifications and
19128
+ > may provide additional or different license terms and conditions
19129
+ > for use, reproduction, or distribution of Your modifications, or
19130
+ > for any such Derivative Works as a whole, provided Your use,
19131
+ > reproduction, and distribution of the Work otherwise complies with
19132
+ > the conditions stated in this License.
19133
+ >
19134
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
19135
+ > any Contribution intentionally submitted for inclusion in the Work
19136
+ > by You to the Licensor shall be under the terms and conditions of
19137
+ > this License, without any additional terms or conditions.
19138
+ > Notwithstanding the above, nothing herein shall supersede or modify
19139
+ > the terms of any separate license agreement you may have executed
19140
+ > with Licensor regarding such Contributions.
19141
+ >
19142
+ > 6. Trademarks. This License does not grant permission to use the trade
19143
+ > names, trademarks, service marks, or product names of the Licensor,
19144
+ > except as required for reasonable and customary use in describing the
19145
+ > origin of the Work and reproducing the content of the NOTICE file.
19146
+ >
19147
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
19148
+ > agreed to in writing, Licensor provides the Work (and each
19149
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
19150
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
19151
+ > implied, including, without limitation, any warranties or conditions
19152
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
19153
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
19154
+ > appropriateness of using or redistributing the Work and assume any
19155
+ > risks associated with Your exercise of permissions under this License.
19156
+ >
19157
+ > 8. Limitation of Liability. In no event and under no legal theory,
19158
+ > whether in tort (including negligence), contract, or otherwise,
19159
+ > unless required by applicable law (such as deliberate and grossly
19160
+ > negligent acts) or agreed to in writing, shall any Contributor be
19161
+ > liable to You for damages, including any direct, indirect, special,
19162
+ > incidental, or consequential damages of any character arising as a
19163
+ > result of this License or out of the use or inability to use the
19164
+ > Work (including but not limited to damages for loss of goodwill,
19165
+ > work stoppage, computer failure or malfunction, or any and all
19166
+ > other commercial damages or losses), even if such Contributor
19167
+ > has been advised of the possibility of such damages.
19168
+ >
19169
+ > 9. Accepting Warranty or Additional Liability. While redistributing
19170
+ > the Work or Derivative Works thereof, You may choose to offer,
19171
+ > and charge a fee for, acceptance of support, warranty, indemnity,
19172
+ > or other liability obligations and/or rights consistent with this
19173
+ > License. However, in accepting such obligations, You may act only
19174
+ > on Your own behalf and on Your sole responsibility, not on behalf
19175
+ > of any other Contributor, and only if You agree to indemnify,
19176
+ > defend, and hold each Contributor harmless for any liability
19177
+ > incurred by, or claims asserted against, such Contributor by reason
19178
+ > of your accepting any such warranty or additional liability.
19179
+ >
19180
+ > END OF TERMS AND CONDITIONS
19181
+ >
19182
+ > APPENDIX: How to apply the Apache License to your work.
19183
+ >
19184
+ > To apply the Apache License to your work, attach the following
19185
+ > boilerplate notice, with the fields enclosed by brackets "[]"
19186
+ > replaced with your own identifying information. (Don't include
19187
+ > the brackets!) The text should be enclosed in the appropriate
19188
+ > comment syntax for the file format. We also recommend that a
19189
+ > file or class name and description of purpose be included on the
19190
+ > same "printed page" as the copyright notice for easier
19191
+ > identification within third-party archives.
19192
+ >
19193
+ > Copyright 2019 ehmicky <ehmicky@gmail.com>
19194
+ >
19195
+ > Licensed under the Apache License, Version 2.0 (the "License");
19196
+ > you may not use this file except in compliance with the License.
19197
+ > You may obtain a copy of the License at
19198
+ >
19199
+ > http://www.apache.org/licenses/LICENSE-2.0
19200
+ >
19201
+ > Unless required by applicable law or agreed to in writing, software
19202
+ > distributed under the License is distributed on an "AS IS" BASIS,
19203
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19204
+ > See the License for the specific language governing permissions and
19205
+ > limitations under the License.
19206
+
19207
+ ---------------------------------------
19208
+
19209
+ ## is-extglob
19210
+ License: MIT
19211
+ By: Jon Schlinkert
19212
+ Repository: jonschlinkert/is-extglob
19213
+
19214
+ > The MIT License (MIT)
19215
+ >
19216
+ > Copyright (c) 2014-2016, Jon Schlinkert
19217
+ >
19218
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19219
+ > of this software and associated documentation files (the "Software"), to deal
19220
+ > in the Software without restriction, including without limitation the rights
19221
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19222
+ > copies of the Software, and to permit persons to whom the Software is
19223
+ > furnished to do so, subject to the following conditions:
19224
+ >
19225
+ > The above copyright notice and this permission notice shall be included in
19226
+ > all copies or substantial portions of the Software.
19227
+ >
19228
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19229
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19230
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19231
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19232
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19233
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19234
+ > THE SOFTWARE.
19235
+
19236
+ ---------------------------------------
19237
+
19238
+ ## is-fullwidth-code-point
19239
+ License: MIT
19240
+ By: Sindre Sorhus
19241
+ Repository: sindresorhus/is-fullwidth-code-point
19242
+
19243
+ > MIT License
19244
+ >
19245
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19246
+ >
19247
+ > 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:
19248
+ >
19249
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19250
+ >
19251
+ > 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.
19252
+
19253
+ ---------------------------------------
19254
+
19255
+ ## is-glob
19256
+ License: MIT
19257
+ By: Jon Schlinkert, Brian Woodward, Daniel Perez
19258
+ Repository: micromatch/is-glob
19259
+
19260
+ > The MIT License (MIT)
19261
+ >
19262
+ > Copyright (c) 2014-2017, Jon Schlinkert.
19263
+ >
19264
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19265
+ > of this software and associated documentation files (the "Software"), to deal
19266
+ > in the Software without restriction, including without limitation the rights
19267
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19268
+ > copies of the Software, and to permit persons to whom the Software is
19269
+ > furnished to do so, subject to the following conditions:
19270
+ >
19271
+ > The above copyright notice and this permission notice shall be included in
19272
+ > all copies or substantial portions of the Software.
19273
+ >
19274
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19275
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19276
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19277
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19278
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19279
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19280
+ > THE SOFTWARE.
19281
+
19282
+ ---------------------------------------
19283
+
19284
+ ## is-number
19285
+ License: MIT
19286
+ By: Jon Schlinkert, Olsten Larck, Rouven Weßling
19287
+ Repository: jonschlinkert/is-number
19288
+
19289
+ > The MIT License (MIT)
19290
+ >
19291
+ > Copyright (c) 2014-present, Jon Schlinkert.
19292
+ >
19293
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19294
+ > of this software and associated documentation files (the "Software"), to deal
19295
+ > in the Software without restriction, including without limitation the rights
19296
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19297
+ > copies of the Software, and to permit persons to whom the Software is
19298
+ > furnished to do so, subject to the following conditions:
19299
+ >
19300
+ > The above copyright notice and this permission notice shall be included in
19301
+ > all copies or substantial portions of the Software.
19302
+ >
19303
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19304
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19305
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19306
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19307
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19308
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19309
+ > THE SOFTWARE.
19310
+
19311
+ ---------------------------------------
19312
+
19313
+ ## is-stream
19314
+ License: MIT
19315
+ By: Sindre Sorhus
19316
+ Repository: sindresorhus/is-stream
19317
+
19318
+ > MIT License
19319
+ >
19320
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19321
+ >
19322
+ > 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:
19323
+ >
19324
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19325
+ >
19326
+ > 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.
19327
+
19328
+ ---------------------------------------
19329
+
19330
+ ## isexe
19331
+ License: ISC
19332
+ By: Isaac Z. Schlueter
19333
+ Repository: git+https://github.com/isaacs/isexe.git
19334
+
19335
+ > The ISC License
19336
+ >
19337
+ > Copyright (c) Isaac Z. Schlueter and Contributors
19338
+ >
19339
+ > Permission to use, copy, modify, and/or distribute this software for any
19340
+ > purpose with or without fee is hereby granted, provided that the above
19341
+ > copyright notice and this permission notice appear in all copies.
19342
+ >
19343
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
19344
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
19345
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
19346
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19347
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
19348
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
19349
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19350
+
19351
+ ---------------------------------------
19352
+
19353
+ ## kleur
19354
+ License: MIT
19355
+ By: Luke Edwards
19356
+ Repository: lukeed/kleur
19357
+
19358
+ > The MIT License (MIT)
19359
+ >
19360
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
19361
+ >
19362
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19363
+ > of this software and associated documentation files (the "Software"), to deal
19364
+ > in the Software without restriction, including without limitation the rights
19365
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19366
+ > copies of the Software, and to permit persons to whom the Software is
19367
+ > furnished to do so, subject to the following conditions:
19368
+ >
19369
+ > The above copyright notice and this permission notice shall be included in
19370
+ > all copies or substantial portions of the Software.
19371
+ >
19372
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19373
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19374
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19375
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19376
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19377
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19378
+ > THE SOFTWARE.
19379
+
19380
+ ---------------------------------------
19381
+
19382
+ ## locate-path
19383
+ License: MIT
19384
+ By: Sindre Sorhus
19385
+ Repository: sindresorhus/locate-path
19386
+
19387
+ > MIT License
19388
+ >
19389
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19390
+ >
19391
+ > 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:
19392
+ >
19393
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19394
+ >
19395
+ > 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.
19396
+
19397
+ ---------------------------------------
19398
+
19399
+ ## log-update
19400
+ License: MIT
19401
+ By: Sindre Sorhus
19402
+ Repository: sindresorhus/log-update
19403
+
19404
+ > MIT License
19405
+ >
19406
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19407
+ >
19408
+ > 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:
19409
+ >
19410
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19411
+ >
19412
+ > 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.
19413
+
19414
+ ---------------------------------------
19415
+
19416
+ ## merge-stream
19417
+ License: MIT
19418
+ By: Stephen Sugden
19419
+ Repository: grncdr/merge-stream
19420
+
19421
+ > The MIT License (MIT)
19422
+ >
19423
+ > Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
19424
+ >
19425
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19426
+ > of this software and associated documentation files (the "Software"), to deal
19427
+ > in the Software without restriction, including without limitation the rights
19428
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19429
+ > copies of the Software, and to permit persons to whom the Software is
19430
+ > furnished to do so, subject to the following conditions:
19431
+ >
19432
+ > The above copyright notice and this permission notice shall be included in
19433
+ > all copies or substantial portions of the Software.
19434
+ >
19435
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19436
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19437
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19438
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19439
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19440
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19441
+ > THE SOFTWARE.
19442
+
19443
+ ---------------------------------------
19444
+
19445
+ ## merge2
19446
+ License: MIT
19447
+ Repository: git@github.com:teambition/merge2.git
19448
+
19449
+ > The MIT License (MIT)
19450
+ >
19451
+ > Copyright (c) 2014-2020 Teambition
19452
+ >
19453
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19454
+ > of this software and associated documentation files (the "Software"), to deal
19455
+ > in the Software without restriction, including without limitation the rights
19456
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19457
+ > copies of the Software, and to permit persons to whom the Software is
19458
+ > furnished to do so, subject to the following conditions:
19459
+ >
19460
+ > The above copyright notice and this permission notice shall be included in all
19461
+ > copies or substantial portions of the Software.
19462
+ >
19463
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19464
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19465
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19466
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19467
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19468
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19469
+ > SOFTWARE.
19470
+
19471
+ ---------------------------------------
19472
+
19473
+ ## micromatch
19474
+ License: MIT
19475
+ 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
19476
+ Repository: micromatch/micromatch
19477
+
19478
+ > The MIT License (MIT)
19479
+ >
19480
+ > Copyright (c) 2014-present, Jon Schlinkert.
19481
+ >
19482
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19483
+ > of this software and associated documentation files (the "Software"), to deal
19484
+ > in the Software without restriction, including without limitation the rights
19485
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19486
+ > copies of the Software, and to permit persons to whom the Software is
19487
+ > furnished to do so, subject to the following conditions:
19488
+ >
19489
+ > The above copyright notice and this permission notice shall be included in
19490
+ > all copies or substantial portions of the Software.
19491
+ >
19492
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19493
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19494
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19495
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19496
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19497
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19498
+ > THE SOFTWARE.
19499
+
19500
+ ---------------------------------------
19501
+
19502
+ ## mimic-fn
19503
+ License: MIT
19504
+ By: Sindre Sorhus
19505
+ Repository: sindresorhus/mimic-fn
19506
+
19507
+ > MIT License
19508
+ >
19509
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19510
+ >
19511
+ > 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:
19512
+ >
19513
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19514
+ >
19515
+ > 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.
19516
+
19517
+ ---------------------------------------
19518
+
19519
+ ## mlly
19520
+ License: MIT
19521
+ Repository: unjs/mlly
19522
+
19523
+ > MIT License
19524
+ >
19525
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
19526
+ >
19527
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19528
+ > of this software and associated documentation files (the "Software"), to deal
19529
+ > in the Software without restriction, including without limitation the rights
19530
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19531
+ > copies of the Software, and to permit persons to whom the Software is
19532
+ > furnished to do so, subject to the following conditions:
19533
+ >
19534
+ > The above copyright notice and this permission notice shall be included in all
19535
+ > copies or substantial portions of the Software.
19536
+ >
19537
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19538
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19539
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19540
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19541
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19542
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19543
+ > SOFTWARE.
19544
+
19545
+ ---------------------------------------
19546
+
19547
+ ## npm-run-path
19548
+ License: MIT
19549
+ By: Sindre Sorhus
19550
+ Repository: sindresorhus/npm-run-path
19551
+
19552
+ > MIT License
19553
+ >
19554
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
19555
+ >
19556
+ > 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:
19557
+ >
19558
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19559
+ >
19560
+ > 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.
19561
+
19562
+ ---------------------------------------
19563
+
19564
+ ## onetime
19565
+ License: MIT
19566
+ By: Sindre Sorhus
19567
+ Repository: sindresorhus/onetime
19568
+
19569
+ > MIT License
19570
+ >
19571
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19572
+ >
19573
+ > 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:
19574
+ >
19575
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19576
+ >
19577
+ > 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.
19578
+
19579
+ ---------------------------------------
19580
+
19581
+ ## p-limit
19582
+ License: MIT
19583
+ By: Sindre Sorhus
19584
+ Repository: sindresorhus/p-limit
19585
+
19586
+ > MIT License
19587
+ >
19588
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19589
+ >
19590
+ > 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:
19591
+ >
19592
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19593
+ >
19594
+ > 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.
19595
+
19596
+ ---------------------------------------
19597
+
19598
+ ## p-locate
19599
+ License: MIT
19600
+ By: Sindre Sorhus
19601
+ Repository: sindresorhus/p-locate
19602
+
19603
+ > MIT License
19604
+ >
19605
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19606
+ >
19607
+ > 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:
19608
+ >
19609
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19610
+ >
19611
+ > 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.
19612
+
19613
+ ---------------------------------------
19614
+
19615
+ ## path-exists
19616
+ License: MIT
19617
+ By: Sindre Sorhus
19618
+ Repository: sindresorhus/path-exists
19619
+
19620
+ > MIT License
19621
+ >
19622
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
19623
+ >
19624
+ > 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:
19625
+ >
19626
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19627
+ >
19628
+ > 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.
19629
+
19630
+ ---------------------------------------
19631
+
19632
+ ## path-key
19633
+ License: MIT
19634
+ By: Sindre Sorhus
19635
+ Repository: sindresorhus/path-key
19636
+
19637
+ > MIT License
19638
+ >
19639
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
19640
+ >
19641
+ > 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:
19642
+ >
19643
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19644
+ >
19645
+ > 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.
19646
+
19647
+ ---------------------------------------
19648
+
19649
+ ## picomatch
19650
+ License: MIT
19651
+ By: Jon Schlinkert
19652
+ Repository: micromatch/picomatch
19653
+
19654
+ > The MIT License (MIT)
19655
+ >
19656
+ > Copyright (c) 2017-present, Jon Schlinkert.
19657
+ >
19658
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19659
+ > of this software and associated documentation files (the "Software"), to deal
19660
+ > in the Software without restriction, including without limitation the rights
19661
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19662
+ > copies of the Software, and to permit persons to whom the Software is
19663
+ > furnished to do so, subject to the following conditions:
19664
+ >
19665
+ > The above copyright notice and this permission notice shall be included in
19666
+ > all copies or substantial portions of the Software.
19667
+ >
19668
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19669
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19670
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19671
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19672
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19673
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19674
+ > THE SOFTWARE.
19675
+
19676
+ ---------------------------------------
19677
+
19678
+ ## prompts
19679
+ License: MIT
19680
+ By: Terkel Gjervig
19681
+ Repository: terkelg/prompts
19682
+
19683
+ > MIT License
19684
+ >
19685
+ > Copyright (c) 2018 Terkel Gjervig Nielsen
19686
+ >
19687
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19688
+ > of this software and associated documentation files (the "Software"), to deal
19689
+ > in the Software without restriction, including without limitation the rights
19690
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19691
+ > copies of the Software, and to permit persons to whom the Software is
19692
+ > furnished to do so, subject to the following conditions:
19693
+ >
19694
+ > The above copyright notice and this permission notice shall be included in all
19695
+ > copies or substantial portions of the Software.
19696
+ >
19697
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19698
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19699
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19700
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19701
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19702
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19703
+ > SOFTWARE.
19704
+
19705
+ ---------------------------------------
19706
+
19707
+ ## queue-microtask
19708
+ License: MIT
19709
+ By: Feross Aboukhadijeh
19710
+ Repository: git://github.com/feross/queue-microtask.git
19711
+
19712
+ > The MIT License (MIT)
19713
+ >
19714
+ > Copyright (c) Feross Aboukhadijeh
19715
+ >
19716
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
19717
+ > this software and associated documentation files (the "Software"), to deal in
19718
+ > the Software without restriction, including without limitation the rights to
19719
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
19720
+ > the Software, and to permit persons to whom the Software is furnished to do so,
19721
+ > subject to the following conditions:
19722
+ >
19723
+ > The above copyright notice and this permission notice shall be included in all
19724
+ > copies or substantial portions of the Software.
19725
+ >
19726
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19727
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
19728
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
19729
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19730
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19731
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19732
+
19733
+ ---------------------------------------
19734
+
19735
+ ## resolve-pkg-maps
19736
+ License: MIT
19737
+ By: Hiroki Osame
19738
+ Repository: privatenumber/resolve-pkg-maps
19739
+
19740
+ > MIT License
19741
+ >
19742
+ > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
19743
+ >
19744
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19745
+ > of this software and associated documentation files (the "Software"), to deal
19746
+ > in the Software without restriction, including without limitation the rights
19747
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19748
+ > copies of the Software, and to permit persons to whom the Software is
19749
+ > furnished to do so, subject to the following conditions:
19750
+ >
19751
+ > The above copyright notice and this permission notice shall be included in all
19752
+ > copies or substantial portions of the Software.
19753
+ >
19754
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19755
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19756
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19757
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19758
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19759
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19760
+ > SOFTWARE.
19761
+
19762
+ ---------------------------------------
19763
+
19764
+ ## restore-cursor
19765
+ License: MIT
19766
+ By: Sindre Sorhus
19767
+ Repository: sindresorhus/restore-cursor
19768
+
19769
+ > MIT License
19770
+ >
19771
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19772
+ >
19773
+ > 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:
19774
+ >
19775
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19776
+ >
19777
+ > 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.
19778
+
19779
+ ---------------------------------------
19780
+
19781
+ ## reusify
19782
+ License: MIT
19783
+ By: Matteo Collina
19784
+ Repository: git+https://github.com/mcollina/reusify.git
19785
+
19786
+ > The MIT License (MIT)
19787
+ >
19788
+ > Copyright (c) 2015 Matteo Collina
19789
+ >
19790
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19791
+ > of this software and associated documentation files (the "Software"), to deal
19792
+ > in the Software without restriction, including without limitation the rights
19793
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19794
+ > copies of the Software, and to permit persons to whom the Software is
19795
+ > furnished to do so, subject to the following conditions:
19796
+ >
19797
+ > The above copyright notice and this permission notice shall be included in all
19798
+ > copies or substantial portions of the Software.
19799
+ >
19800
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19801
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19802
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19803
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19804
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19805
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19806
+ > SOFTWARE.
19807
+
19808
+ ---------------------------------------
19809
+
19810
+ ## run-parallel
19811
+ License: MIT
19812
+ By: Feross Aboukhadijeh
19813
+ Repository: git://github.com/feross/run-parallel.git
19814
+
19815
+ > The MIT License (MIT)
19816
+ >
19817
+ > Copyright (c) Feross Aboukhadijeh
19818
+ >
19819
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
19820
+ > this software and associated documentation files (the "Software"), to deal in
19821
+ > the Software without restriction, including without limitation the rights to
19822
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
19823
+ > the Software, and to permit persons to whom the Software is furnished to do so,
19824
+ > subject to the following conditions:
19825
+ >
19826
+ > The above copyright notice and this permission notice shall be included in all
19827
+ > copies or substantial portions of the Software.
19828
+ >
19829
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19830
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
19831
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
19832
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19833
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19834
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19835
+
19836
+ ---------------------------------------
19837
+
19838
+ ## shebang-command
19839
+ License: MIT
19840
+ By: Kevin Mårtensson
19841
+ Repository: kevva/shebang-command
19842
+
19843
+ > MIT License
19844
+ >
19845
+ > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
19846
+ >
19847
+ > 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:
19848
+ >
19849
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19850
+ >
19851
+ > 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.
19852
+
19853
+ ---------------------------------------
19854
+
19855
+ ## shebang-regex
19856
+ License: MIT
19857
+ By: Sindre Sorhus
19858
+ Repository: sindresorhus/shebang-regex
19859
+
19860
+ > MIT License
19861
+ >
19862
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
19863
+ >
19864
+ > 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:
19865
+ >
19866
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19867
+ >
19868
+ > 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.
19869
+
19870
+ ---------------------------------------
19871
+
19872
+ ## signal-exit
19873
+ License: ISC
19874
+ By: Ben Coe
19875
+ Repository: https://github.com/tapjs/signal-exit.git
19876
+
19877
+ > The ISC License
19878
+ >
19879
+ > Copyright (c) 2015, Contributors
19880
+ >
19881
+ > Permission to use, copy, modify, and/or distribute this software
19882
+ > for any purpose with or without fee is hereby granted, provided
19883
+ > that the above copyright notice and this permission notice
19884
+ > appear in all copies.
19885
+ >
19886
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
19887
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
19888
+ > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
19889
+ > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
19890
+ > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
19891
+ > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
19892
+ > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19893
+
19894
+ ---------------------------------------
19895
+
19896
+ ## sisteransi
19897
+ License: MIT
19898
+ By: Terkel Gjervig
19899
+ Repository: https://github.com/terkelg/sisteransi
19900
+
19901
+ > MIT License
19902
+ >
19903
+ > Copyright (c) 2018 Terkel Gjervig Nielsen
19904
+ >
19905
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
19906
+ > of this software and associated documentation files (the "Software"), to deal
19907
+ > in the Software without restriction, including without limitation the rights
19908
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19909
+ > copies of the Software, and to permit persons to whom the Software is
19910
+ > furnished to do so, subject to the following conditions:
19911
+ >
19912
+ > The above copyright notice and this permission notice shall be included in all
19913
+ > copies or substantial portions of the Software.
19914
+ >
19915
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19916
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19917
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19918
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19919
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19920
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19921
+ > SOFTWARE.
19922
+
19923
+ ---------------------------------------
19924
+
19925
+ ## slice-ansi
19926
+ License: MIT
19927
+ Repository: chalk/slice-ansi
19928
+
19929
+ > MIT License
19930
+ >
19931
+ > Copyright (c) DC <threedeecee@gmail.com>
19932
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19933
+ >
19934
+ > 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:
19935
+ >
19936
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19937
+ >
19938
+ > 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.
19939
+
19940
+ ---------------------------------------
19941
+
19942
+ ## string-width
19943
+ License: MIT
19944
+ By: Sindre Sorhus
19945
+ Repository: sindresorhus/string-width
19946
+
19947
+ > MIT License
19948
+ >
19949
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19950
+ >
19951
+ > 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:
19952
+ >
19953
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19954
+ >
19955
+ > 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.
19956
+
19957
+ ---------------------------------------
19958
+
19959
+ ## strip-ansi
19960
+ License: MIT
19961
+ By: Sindre Sorhus
19962
+ Repository: chalk/strip-ansi
19963
+
19964
+ > MIT License
19965
+ >
19966
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
19967
+ >
19968
+ > 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:
19969
+ >
19970
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19971
+ >
19972
+ > 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.
19973
+
19974
+ ---------------------------------------
19975
+
19976
+ ## strip-final-newline
19977
+ License: MIT
19978
+ By: Sindre Sorhus
19979
+ Repository: sindresorhus/strip-final-newline
19980
+
19981
+ > MIT License
19982
+ >
19983
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
19984
+ >
19985
+ > 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:
19986
+ >
19987
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19988
+ >
19989
+ > 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.
19990
+
19991
+ ---------------------------------------
19992
+
19993
+ ## to-regex-range
19994
+ License: MIT
19995
+ By: Jon Schlinkert, Rouven Weßling
19996
+ Repository: micromatch/to-regex-range
19997
+
19998
+ > The MIT License (MIT)
19999
+ >
20000
+ > Copyright (c) 2015-present, Jon Schlinkert.
20001
+ >
20002
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
20003
+ > of this software and associated documentation files (the "Software"), to deal
20004
+ > in the Software without restriction, including without limitation the rights
20005
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20006
+ > copies of the Software, and to permit persons to whom the Software is
20007
+ > furnished to do so, subject to the following conditions:
20008
+ >
20009
+ > The above copyright notice and this permission notice shall be included in
20010
+ > all copies or substantial portions of the Software.
20011
+ >
20012
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20013
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20014
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20015
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20016
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20017
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20018
+ > THE SOFTWARE.
20019
+
20020
+ ---------------------------------------
20021
+
20022
+ ## type-detect
20023
+ License: MIT
20024
+ By: Jake Luer, Keith Cirkel, David Losert, Aleksey Shvayka, Lucas Fernandes da Costa, Grant Snodgrass, Jeremy Tice, Edward Betts, dvlsg, Amila Welihinda, Jake Champion, Miroslav Bajtoš
20025
+ Repository: git+ssh://git@github.com/chaijs/type-detect.git
20026
+
20027
+ > Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
20028
+ >
20029
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
20030
+ > of this software and associated documentation files (the "Software"), to deal
20031
+ > in the Software without restriction, including without limitation the rights
20032
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20033
+ > copies of the Software, and to permit persons to whom the Software is
20034
+ > furnished to do so, subject to the following conditions:
20035
+ >
20036
+ > The above copyright notice and this permission notice shall be included in
20037
+ > all copies or substantial portions of the Software.
20038
+ >
20039
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20040
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20041
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20042
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20043
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20044
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20045
+ > THE SOFTWARE.
20046
+
20047
+ ---------------------------------------
20048
+
20049
+ ## which
20050
+ License: ISC
20051
+ By: Isaac Z. Schlueter
20052
+ Repository: git://github.com/isaacs/node-which.git
20053
+
20054
+ > The ISC License
20055
+ >
20056
+ > Copyright (c) Isaac Z. Schlueter and Contributors
20057
+ >
20058
+ > Permission to use, copy, modify, and/or distribute this software for any
20059
+ > purpose with or without fee is hereby granted, provided that the above
20060
+ > copyright notice and this permission notice appear in all copies.
20061
+ >
20062
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
20063
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
20064
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
20065
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20066
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20067
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
20068
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20069
+
20070
+ ---------------------------------------
20071
+
20072
+ ## wrap-ansi
20073
+ License: MIT
20074
+ By: Sindre Sorhus
20075
+ Repository: chalk/wrap-ansi
20076
+
20077
+ > MIT License
20078
+ >
20079
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
20080
+ >
20081
+ > 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:
20082
+ >
20083
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
20084
+ >
20085
+ > 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.
20086
+
20087
+ ---------------------------------------
20088
+
20089
+ ## ws
20090
+ License: MIT
20091
+ By: Einar Otto Stangvik
20092
+ Repository: websockets/ws
20093
+
20094
+ > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
20095
+ > Copyright (c) 2013 Arnout Kazemier and contributors
20096
+ > Copyright (c) 2016 Luigi Pinca and contributors
20097
+ >
20098
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
20099
+ > this software and associated documentation files (the "Software"), to deal in
20100
+ > the Software without restriction, including without limitation the rights to
20101
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
20102
+ > the Software, and to permit persons to whom the Software is furnished to do so,
20103
+ > subject to the following conditions:
20104
+ >
20105
+ > The above copyright notice and this permission notice shall be included in all
20106
+ > copies or substantial portions of the Software.
20107
+ >
20108
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20109
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
20110
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20111
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
20112
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20113
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20114
+
20115
+ ---------------------------------------
20116
+
20117
+ ## yocto-queue
20118
+ License: MIT
20119
+ By: Sindre Sorhus
20120
+ Repository: sindresorhus/yocto-queue
20121
+
20122
+ > MIT License
20123
+ >
20124
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
20125
+ >
20126
+ > 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:
20127
+ >
20128
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
20129
+ >
20130
+ > 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.
20131
+