@tailwindcss/language-server 0.0.0-insiders.3c3c193 → 0.0.0-insiders.3c7bd0c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ThirdPartyNotices.txt +683 -385
- package/bin/css-language-server +102 -0
- package/bin/oxide-helper.js +32 -0
- package/bin/tailwindcss-language-server +3123 -781
- package/bin/watcher-677EY2XE.node +0 -0
- package/bin/watcher-6AZGU4RY.node +0 -0
- package/bin/watcher-A5ZN26DK.node +0 -0
- package/bin/watcher-HOV5D23Y.node +0 -0
- package/bin/watcher-KA56QUOV.node +0 -0
- package/bin/watcher-LKVNIXRY.node +0 -0
- package/bin/watcher-WWZD4ELE.node +0 -0
- package/bin/watcher-YZ5DWAAG.node +0 -0
- package/package.json +38 -24
- package/bin/node.napi.glibc-7JUDUCUY.node +0 -0
- package/bin/node.napi.glibc-GXL6UBYG.node +0 -0
- package/bin/node.napi.glibc-N3T2EEZH.node +0 -0
- package/bin/node.napi.glibc-SBC7UY4N.node +0 -0
- package/bin/node.napi.musl-IAP67VWK.node +0 -0
package/ThirdPartyNotices.txt
CHANGED
|
@@ -1,4 +1,312 @@
|
|
|
1
|
-
@
|
|
1
|
+
@csstools/css-calc@2.1.2
|
|
2
|
+
|
|
3
|
+
The MIT License (MIT)
|
|
4
|
+
|
|
5
|
+
Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
|
|
6
|
+
|
|
7
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
8
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
9
|
+
the Software without restriction, including without limitation the rights to
|
|
10
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
11
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
12
|
+
subject to the following conditions:
|
|
13
|
+
|
|
14
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
copies or substantial portions of the Software.
|
|
16
|
+
|
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
19
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
20
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
21
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
22
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23
|
+
|
|
24
|
+
================================================================================
|
|
25
|
+
|
|
26
|
+
@csstools/css-parser-algorithms@3.0.4
|
|
27
|
+
|
|
28
|
+
The MIT License (MIT)
|
|
29
|
+
|
|
30
|
+
Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
|
|
31
|
+
|
|
32
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
33
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
34
|
+
the Software without restriction, including without limitation the rights to
|
|
35
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
36
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
37
|
+
subject to the following conditions:
|
|
38
|
+
|
|
39
|
+
The above copyright notice and this permission notice shall be included in all
|
|
40
|
+
copies or substantial portions of the Software.
|
|
41
|
+
|
|
42
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
43
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
44
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
45
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
46
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
47
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
48
|
+
|
|
49
|
+
================================================================================
|
|
50
|
+
|
|
51
|
+
@csstools/css-tokenizer@3.0.3
|
|
52
|
+
|
|
53
|
+
The MIT License (MIT)
|
|
54
|
+
|
|
55
|
+
Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
|
|
56
|
+
|
|
57
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
58
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
59
|
+
the Software without restriction, including without limitation the rights to
|
|
60
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
61
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
62
|
+
subject to the following conditions:
|
|
63
|
+
|
|
64
|
+
The above copyright notice and this permission notice shall be included in all
|
|
65
|
+
copies or substantial portions of the Software.
|
|
66
|
+
|
|
67
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
68
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
69
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
70
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
71
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
72
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
73
|
+
|
|
74
|
+
================================================================================
|
|
75
|
+
|
|
76
|
+
@csstools/media-query-list-parser@2.0.4
|
|
77
|
+
|
|
78
|
+
The MIT License (MIT)
|
|
79
|
+
|
|
80
|
+
Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
|
|
81
|
+
|
|
82
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
83
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
84
|
+
the Software without restriction, including without limitation the rights to
|
|
85
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
86
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
87
|
+
subject to the following conditions:
|
|
88
|
+
|
|
89
|
+
The above copyright notice and this permission notice shall be included in all
|
|
90
|
+
copies or substantial portions of the Software.
|
|
91
|
+
|
|
92
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
93
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
94
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
95
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
96
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
97
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
98
|
+
|
|
99
|
+
================================================================================
|
|
100
|
+
|
|
101
|
+
@parcel/watcher-darwin-arm64@2.5.1
|
|
102
|
+
|
|
103
|
+
MIT License
|
|
104
|
+
|
|
105
|
+
Copyright (c) 2017-present Devon Govett
|
|
106
|
+
|
|
107
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
108
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
109
|
+
in the Software without restriction, including without limitation the rights
|
|
110
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
111
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
112
|
+
furnished to do so, subject to the following conditions:
|
|
113
|
+
|
|
114
|
+
The above copyright notice and this permission notice shall be included in all
|
|
115
|
+
copies or substantial portions of the Software.
|
|
116
|
+
|
|
117
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
118
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
119
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
120
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
121
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
122
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
123
|
+
SOFTWARE.
|
|
124
|
+
|
|
125
|
+
================================================================================
|
|
126
|
+
|
|
127
|
+
@parcel/watcher-darwin-x64@2.5.1
|
|
128
|
+
|
|
129
|
+
MIT License
|
|
130
|
+
|
|
131
|
+
Copyright (c) 2017-present Devon Govett
|
|
132
|
+
|
|
133
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
134
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
135
|
+
in the Software without restriction, including without limitation the rights
|
|
136
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
137
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
138
|
+
furnished to do so, subject to the following conditions:
|
|
139
|
+
|
|
140
|
+
The above copyright notice and this permission notice shall be included in all
|
|
141
|
+
copies or substantial portions of the Software.
|
|
142
|
+
|
|
143
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
144
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
145
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
146
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
147
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
148
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
149
|
+
SOFTWARE.
|
|
150
|
+
|
|
151
|
+
================================================================================
|
|
152
|
+
|
|
153
|
+
@parcel/watcher-linux-arm64-glibc@2.5.1
|
|
154
|
+
|
|
155
|
+
MIT License
|
|
156
|
+
|
|
157
|
+
Copyright (c) 2017-present Devon Govett
|
|
158
|
+
|
|
159
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
160
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
161
|
+
in the Software without restriction, including without limitation the rights
|
|
162
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
163
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
164
|
+
furnished to do so, subject to the following conditions:
|
|
165
|
+
|
|
166
|
+
The above copyright notice and this permission notice shall be included in all
|
|
167
|
+
copies or substantial portions of the Software.
|
|
168
|
+
|
|
169
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
170
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
171
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
172
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
173
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
174
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
175
|
+
SOFTWARE.
|
|
176
|
+
|
|
177
|
+
================================================================================
|
|
178
|
+
|
|
179
|
+
@parcel/watcher-linux-arm64-musl@2.5.1
|
|
180
|
+
|
|
181
|
+
MIT License
|
|
182
|
+
|
|
183
|
+
Copyright (c) 2017-present Devon Govett
|
|
184
|
+
|
|
185
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
186
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
187
|
+
in the Software without restriction, including without limitation the rights
|
|
188
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
189
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
190
|
+
furnished to do so, subject to the following conditions:
|
|
191
|
+
|
|
192
|
+
The above copyright notice and this permission notice shall be included in all
|
|
193
|
+
copies or substantial portions of the Software.
|
|
194
|
+
|
|
195
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
196
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
197
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
198
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
199
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
200
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
201
|
+
SOFTWARE.
|
|
202
|
+
|
|
203
|
+
================================================================================
|
|
204
|
+
|
|
205
|
+
@parcel/watcher-linux-x64-glibc@2.5.1
|
|
206
|
+
|
|
207
|
+
MIT License
|
|
208
|
+
|
|
209
|
+
Copyright (c) 2017-present Devon Govett
|
|
210
|
+
|
|
211
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
212
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
213
|
+
in the Software without restriction, including without limitation the rights
|
|
214
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
215
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
216
|
+
furnished to do so, subject to the following conditions:
|
|
217
|
+
|
|
218
|
+
The above copyright notice and this permission notice shall be included in all
|
|
219
|
+
copies or substantial portions of the Software.
|
|
220
|
+
|
|
221
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
222
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
223
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
224
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
225
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
226
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
227
|
+
SOFTWARE.
|
|
228
|
+
|
|
229
|
+
================================================================================
|
|
230
|
+
|
|
231
|
+
@parcel/watcher-linux-x64-musl@2.5.1
|
|
232
|
+
|
|
233
|
+
MIT License
|
|
234
|
+
|
|
235
|
+
Copyright (c) 2017-present Devon Govett
|
|
236
|
+
|
|
237
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
238
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
239
|
+
in the Software without restriction, including without limitation the rights
|
|
240
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
241
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
242
|
+
furnished to do so, subject to the following conditions:
|
|
243
|
+
|
|
244
|
+
The above copyright notice and this permission notice shall be included in all
|
|
245
|
+
copies or substantial portions of the Software.
|
|
246
|
+
|
|
247
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
248
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
249
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
250
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
251
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
252
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
253
|
+
SOFTWARE.
|
|
254
|
+
|
|
255
|
+
================================================================================
|
|
256
|
+
|
|
257
|
+
@parcel/watcher-win32-arm64@2.5.1
|
|
258
|
+
|
|
259
|
+
MIT License
|
|
260
|
+
|
|
261
|
+
Copyright (c) 2017-present Devon Govett
|
|
262
|
+
|
|
263
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
264
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
265
|
+
in the Software without restriction, including without limitation the rights
|
|
266
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
267
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
268
|
+
furnished to do so, subject to the following conditions:
|
|
269
|
+
|
|
270
|
+
The above copyright notice and this permission notice shall be included in all
|
|
271
|
+
copies or substantial portions of the Software.
|
|
272
|
+
|
|
273
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
274
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
275
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
276
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
277
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
278
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
279
|
+
SOFTWARE.
|
|
280
|
+
|
|
281
|
+
================================================================================
|
|
282
|
+
|
|
283
|
+
@parcel/watcher-win32-x64@2.5.1
|
|
284
|
+
|
|
285
|
+
MIT License
|
|
286
|
+
|
|
287
|
+
Copyright (c) 2017-present Devon Govett
|
|
288
|
+
|
|
289
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
290
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
291
|
+
in the Software without restriction, including without limitation the rights
|
|
292
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
293
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
294
|
+
furnished to do so, subject to the following conditions:
|
|
295
|
+
|
|
296
|
+
The above copyright notice and this permission notice shall be included in all
|
|
297
|
+
copies or substantial portions of the Software.
|
|
298
|
+
|
|
299
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
300
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
301
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
302
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
303
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
304
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
305
|
+
SOFTWARE.
|
|
306
|
+
|
|
307
|
+
================================================================================
|
|
308
|
+
|
|
309
|
+
@parcel/watcher@2.5.1
|
|
2
310
|
|
|
3
311
|
MIT License
|
|
4
312
|
|
|
@@ -170,7 +478,7 @@ This is necessary, as the default `aspectRatio` values are overwritten by this p
|
|
|
170
478
|
|
|
171
479
|
================================================================================
|
|
172
480
|
|
|
173
|
-
@tailwindcss/container-queries@0.1.
|
|
481
|
+
@tailwindcss/container-queries@0.1.1
|
|
174
482
|
|
|
175
483
|
# @tailwindcss/container-queries
|
|
176
484
|
|
|
@@ -201,47 +509,68 @@ module.exports = {
|
|
|
201
509
|
|
|
202
510
|
## Usage
|
|
203
511
|
|
|
512
|
+
Start by marking an element as a container using the `@container` class, and then applying styles based on the size of that container using the container variants like `@md:`, `@lg:`, and `@xl:`:
|
|
513
|
+
|
|
204
514
|
```html
|
|
205
|
-
<!-- Container queries without a specific container name -->
|
|
206
515
|
<div class="@container">
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
516
|
+
<div class="@lg:underline">
|
|
517
|
+
<!-- This text will be underlined when the container is larger than `32rem` -->
|
|
518
|
+
</div>
|
|
210
519
|
</div>
|
|
520
|
+
```
|
|
521
|
+
|
|
522
|
+
By default we provide [container sizes](#configuration) from `@xs` (`20rem`) to `@7xl` (`80rem`).
|
|
523
|
+
|
|
524
|
+
### Named containers
|
|
211
525
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
526
|
+
You can optionally name containers using a `@container/{name}` class, and then include that name in the container variants using classes like `@lg/{name}:underline`:
|
|
527
|
+
|
|
528
|
+
```html
|
|
529
|
+
<div class="@container/main">
|
|
530
|
+
<!-- ... -->
|
|
531
|
+
<div class="@lg/main:underline">
|
|
532
|
+
<!-- This text will be underlined when the "main" container is larger than `32rem` -->
|
|
533
|
+
</div>
|
|
534
|
+
</div>
|
|
535
|
+
```
|
|
536
|
+
|
|
537
|
+
### Arbitrary container sizes
|
|
538
|
+
|
|
539
|
+
In addition to using one of the [container sizes](#configuration) provided by default, you can also create one-off sizes using any arbitrary value:
|
|
540
|
+
|
|
541
|
+
```html
|
|
542
|
+
<div class="@container">
|
|
543
|
+
<div class="@[17.5rem]:underline"></div>
|
|
544
|
+
<!-- This text will be underlined when the container is larger than `17.5rem` -->
|
|
545
|
+
</div>
|
|
216
546
|
</div>
|
|
217
547
|
```
|
|
218
548
|
|
|
219
|
-
###
|
|
549
|
+
### Removing a container
|
|
550
|
+
|
|
551
|
+
To stop an element from acting as a container, use the `@container-normal` class.
|
|
220
552
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
| `@container/sidebar` | `container-type: inline-size; container-name: sidebar;` |
|
|
225
|
-
| `@container-normal` | `container-type: normal;` |
|
|
226
|
-
| `@container-normal/sidebar` | `container-type: inline-size; container-name: sidebar;` |
|
|
553
|
+
<div class="@container xl:@container-normal">
|
|
554
|
+
<!-- ... -->
|
|
555
|
+
</div>
|
|
227
556
|
|
|
228
557
|
## Configuration
|
|
229
558
|
|
|
230
559
|
By default we ship with the following configured values:
|
|
231
560
|
|
|
232
|
-
| Name
|
|
233
|
-
|
|
|
234
|
-
|
|
|
235
|
-
|
|
|
236
|
-
|
|
|
237
|
-
|
|
|
238
|
-
|
|
|
239
|
-
|
|
|
240
|
-
|
|
|
241
|
-
|
|
|
242
|
-
|
|
|
243
|
-
|
|
|
244
|
-
|
|
|
561
|
+
| Name | CSS |
|
|
562
|
+
| ------ | ------------------------------- |
|
|
563
|
+
| `@xs` | `@container (min-width: 20rem)` |
|
|
564
|
+
| `@sm` | `@container (min-width: 24rem)` |
|
|
565
|
+
| `@md` | `@container (min-width: 28rem)` |
|
|
566
|
+
| `@lg` | `@container (min-width: 32rem)` |
|
|
567
|
+
| `@xl` | `@container (min-width: 36rem)` |
|
|
568
|
+
| `@2xl` | `@container (min-width: 42rem)` |
|
|
569
|
+
| `@3xl` | `@container (min-width: 48rem)` |
|
|
570
|
+
| `@4xl` | `@container (min-width: 56rem)` |
|
|
571
|
+
| `@5xl` | `@container (min-width: 64rem)` |
|
|
572
|
+
| `@6xl` | `@container (min-width: 72rem)` |
|
|
573
|
+
| `@7xl` | `@container (min-width: 80rem)` |
|
|
245
574
|
|
|
246
575
|
You can configure which values are available for this plugin under the `containers` key in your `tailwind.config.js` file:
|
|
247
576
|
|
|
@@ -251,12 +580,7 @@ module.exports = {
|
|
|
251
580
|
theme: {
|
|
252
581
|
extend: {
|
|
253
582
|
containers: {
|
|
254
|
-
|
|
255
|
-
sm: '24rem',
|
|
256
|
-
md: '28rem',
|
|
257
|
-
lg: '32rem',
|
|
258
|
-
xl: '36rem',
|
|
259
|
-
// etc...
|
|
583
|
+
'2xs': '16rem',
|
|
260
584
|
},
|
|
261
585
|
},
|
|
262
586
|
},
|
|
@@ -265,7 +589,7 @@ module.exports = {
|
|
|
265
589
|
|
|
266
590
|
================================================================================
|
|
267
591
|
|
|
268
|
-
@tailwindcss/forms@0.5.
|
|
592
|
+
@tailwindcss/forms@0.5.10
|
|
269
593
|
|
|
270
594
|
MIT License
|
|
271
595
|
|
|
@@ -291,7 +615,7 @@ SOFTWARE.
|
|
|
291
615
|
|
|
292
616
|
================================================================================
|
|
293
617
|
|
|
294
|
-
@tailwindcss/line-clamp@0.4.
|
|
618
|
+
@tailwindcss/line-clamp@0.4.4
|
|
295
619
|
|
|
296
620
|
MIT License
|
|
297
621
|
|
|
@@ -317,7 +641,7 @@ SOFTWARE.
|
|
|
317
641
|
|
|
318
642
|
================================================================================
|
|
319
643
|
|
|
320
|
-
@tailwindcss/typography@0.5.
|
|
644
|
+
@tailwindcss/typography@0.5.19
|
|
321
645
|
|
|
322
646
|
MIT License
|
|
323
647
|
|
|
@@ -343,7 +667,33 @@ SOFTWARE.
|
|
|
343
667
|
|
|
344
668
|
================================================================================
|
|
345
669
|
|
|
346
|
-
|
|
670
|
+
braces@3.0.3
|
|
671
|
+
|
|
672
|
+
The MIT License (MIT)
|
|
673
|
+
|
|
674
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
675
|
+
|
|
676
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
677
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
678
|
+
in the Software without restriction, including without limitation the rights
|
|
679
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
680
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
681
|
+
furnished to do so, subject to the following conditions:
|
|
682
|
+
|
|
683
|
+
The above copyright notice and this permission notice shall be included in
|
|
684
|
+
all copies or substantial portions of the Software.
|
|
685
|
+
|
|
686
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
687
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
688
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
689
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
690
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
691
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
692
|
+
THE SOFTWARE.
|
|
693
|
+
|
|
694
|
+
================================================================================
|
|
695
|
+
|
|
696
|
+
chokidar@3.6.0
|
|
347
697
|
|
|
348
698
|
The MIT License (MIT)
|
|
349
699
|
|
|
@@ -382,29 +732,28 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
382
732
|
|
|
383
733
|
================================================================================
|
|
384
734
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
MIT License
|
|
735
|
+
css.escape@1.5.1
|
|
388
736
|
|
|
389
|
-
Copyright
|
|
737
|
+
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
390
738
|
|
|
391
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
392
|
-
of this software and associated documentation files (the
|
|
393
|
-
in the Software without restriction, including
|
|
394
|
-
to use, copy, modify, merge, publish,
|
|
395
|
-
copies of the Software, and to
|
|
396
|
-
furnished to do so, subject to
|
|
739
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
740
|
+
a copy of this software and associated documentation files (the
|
|
741
|
+
"Software"), to deal in the Software without restriction, including
|
|
742
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
743
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
744
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
745
|
+
the following conditions:
|
|
397
746
|
|
|
398
|
-
The above copyright notice and this permission notice shall be
|
|
399
|
-
copies or substantial portions of the Software.
|
|
747
|
+
The above copyright notice and this permission notice shall be
|
|
748
|
+
included in all copies or substantial portions of the Software.
|
|
400
749
|
|
|
401
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
402
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
403
|
-
FITNESS FOR A PARTICULAR PURPOSE AND
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
SOFTWARE.
|
|
750
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
751
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
752
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
753
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
754
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
755
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
756
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
408
757
|
|
|
409
758
|
================================================================================
|
|
410
759
|
|
|
@@ -507,6 +856,20 @@ THE SOFTWARE.
|
|
|
507
856
|
|
|
508
857
|
================================================================================
|
|
509
858
|
|
|
859
|
+
detect-indent@6.0.0
|
|
860
|
+
|
|
861
|
+
MIT License
|
|
862
|
+
|
|
863
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
864
|
+
|
|
865
|
+
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:
|
|
866
|
+
|
|
867
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
868
|
+
|
|
869
|
+
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.
|
|
870
|
+
|
|
871
|
+
================================================================================
|
|
872
|
+
|
|
510
873
|
dlv@1.1.3
|
|
511
874
|
|
|
512
875
|
# `dlv(obj, keypath)` [](https://npmjs.com/package/dlv) [](https://travis-ci.org/developit/dlv)
|
|
@@ -584,66 +947,15 @@ delve(obj, undefined, 'foo') === 'foo';
|
|
|
584
947
|
|
|
585
948
|
|
|
586
949
|
[preact]: https://github.com/developit/preact
|
|
587
|
-
[tests]: https://github.com/developit/dlv/blob/master/test.js
|
|
588
|
-
|
|
589
|
-
================================================================================
|
|
590
|
-
|
|
591
|
-
dset@3.1.2
|
|
592
|
-
|
|
593
|
-
The MIT License (MIT)
|
|
594
|
-
|
|
595
|
-
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
596
|
-
|
|
597
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
598
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
599
|
-
in the Software without restriction, including without limitation the rights
|
|
600
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
601
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
602
|
-
furnished to do so, subject to the following conditions:
|
|
603
|
-
|
|
604
|
-
The above copyright notice and this permission notice shall be included in
|
|
605
|
-
all copies or substantial portions of the Software.
|
|
606
|
-
|
|
607
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
608
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
609
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
610
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
611
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
612
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
613
|
-
THE SOFTWARE.
|
|
614
|
-
|
|
615
|
-
================================================================================
|
|
616
|
-
|
|
617
|
-
enhanced-resolve@5.15.0
|
|
618
|
-
|
|
619
|
-
Copyright JS Foundation and other contributors
|
|
620
|
-
|
|
621
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
622
|
-
a copy of this software and associated documentation files (the
|
|
623
|
-
'Software'), to deal in the Software without restriction, including
|
|
624
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
625
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
626
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
627
|
-
the following conditions:
|
|
628
|
-
|
|
629
|
-
The above copyright notice and this permission notice shall be
|
|
630
|
-
included in all copies or substantial portions of the Software.
|
|
631
|
-
|
|
632
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
633
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
634
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
635
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
636
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
637
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
638
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
950
|
+
[tests]: https://github.com/developit/dlv/blob/master/test.js
|
|
639
951
|
|
|
640
952
|
================================================================================
|
|
641
953
|
|
|
642
|
-
|
|
954
|
+
dset@3.1.4
|
|
643
955
|
|
|
644
956
|
The MIT License (MIT)
|
|
645
957
|
|
|
646
|
-
Copyright (c)
|
|
958
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
647
959
|
|
|
648
960
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
649
961
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -652,16 +964,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
652
964
|
copies of the Software, and to permit persons to whom the Software is
|
|
653
965
|
furnished to do so, subject to the following conditions:
|
|
654
966
|
|
|
655
|
-
The above copyright notice and this permission notice shall be included in
|
|
656
|
-
copies or substantial portions of the Software.
|
|
967
|
+
The above copyright notice and this permission notice shall be included in
|
|
968
|
+
all copies or substantial portions of the Software.
|
|
657
969
|
|
|
658
970
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
659
971
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
660
972
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
661
973
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
662
974
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
663
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
664
|
-
SOFTWARE.
|
|
975
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
976
|
+
THE SOFTWARE.
|
|
665
977
|
|
|
666
978
|
================================================================================
|
|
667
979
|
|
|
@@ -679,11 +991,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
679
991
|
|
|
680
992
|
================================================================================
|
|
681
993
|
|
|
682
|
-
|
|
994
|
+
klona@2.0.4
|
|
683
995
|
|
|
684
996
|
MIT License
|
|
685
997
|
|
|
686
|
-
Copyright (c)
|
|
998
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
687
999
|
|
|
688
1000
|
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:
|
|
689
1001
|
|
|
@@ -693,37 +1005,61 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
693
1005
|
|
|
694
1006
|
================================================================================
|
|
695
1007
|
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
MIT License
|
|
1008
|
+
line-column@1.0.2
|
|
699
1009
|
|
|
700
|
-
Copyright (c)
|
|
1010
|
+
Copyright (c) 2016 IRIDE Monad <iride.monad@gmail.com>
|
|
701
1011
|
|
|
702
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1012
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1013
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1014
|
+
in the Software without restriction, including without limitation the rights
|
|
1015
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1016
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1017
|
+
furnished to do so, subject to the following conditions:
|
|
703
1018
|
|
|
704
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1019
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1020
|
+
copies or substantial portions of the Software.
|
|
705
1021
|
|
|
706
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1022
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1023
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1024
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1025
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1026
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1027
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1028
|
+
SOFTWARE.
|
|
707
1029
|
|
|
708
1030
|
================================================================================
|
|
709
1031
|
|
|
710
|
-
|
|
1032
|
+
moo@0.5.1
|
|
711
1033
|
|
|
712
|
-
|
|
1034
|
+
BSD 3-Clause License
|
|
713
1035
|
|
|
714
|
-
Copyright (c)
|
|
1036
|
+
Copyright (c) 2017, Tim Radvan (tjvr)
|
|
1037
|
+
All rights reserved.
|
|
715
1038
|
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
copyright notice and this permission notice appear in all copies.
|
|
1039
|
+
Redistribution and use in source and binary forms, with or without
|
|
1040
|
+
modification, are permitted provided that the following conditions are met:
|
|
719
1041
|
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
1042
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
1043
|
+
list of conditions and the following disclaimer.
|
|
1044
|
+
|
|
1045
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1046
|
+
this list of conditions and the following disclaimer in the documentation
|
|
1047
|
+
and/or other materials provided with the distribution.
|
|
1048
|
+
|
|
1049
|
+
* Neither the name of the copyright holder nor the names of its
|
|
1050
|
+
contributors may be used to endorse or promote products derived from
|
|
1051
|
+
this software without specific prior written permission.
|
|
1052
|
+
|
|
1053
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
1054
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
1055
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1056
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
1057
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1058
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1059
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1060
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1061
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1062
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
727
1063
|
|
|
728
1064
|
================================================================================
|
|
729
1065
|
|
|
@@ -799,241 +1135,83 @@ Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
|
|
|
799
1135
|
Permission is hereby granted, free of charge, to any person
|
|
800
1136
|
obtaining a copy of this software and associated documentation
|
|
801
1137
|
files (the "Software"), to deal in the Software without
|
|
802
|
-
restriction, including without limitation the rights to use,
|
|
803
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
804
|
-
copies of the Software, and to permit persons to whom the
|
|
805
|
-
Software is furnished to do so, subject to the following
|
|
806
|
-
conditions:
|
|
807
|
-
|
|
808
|
-
The above copyright notice and this permission notice shall be
|
|
809
|
-
included in all copies or substantial portions of the Software.
|
|
810
|
-
|
|
811
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
812
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
813
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
814
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
815
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
816
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
817
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
818
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
819
|
-
|
|
820
|
-
================================================================================
|
|
821
|
-
|
|
822
|
-
postcss@8.3.9
|
|
823
|
-
|
|
824
|
-
The MIT License (MIT)
|
|
825
|
-
|
|
826
|
-
Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
|
|
827
|
-
|
|
828
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
829
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
830
|
-
the Software without restriction, including without limitation the rights to
|
|
831
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
832
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
833
|
-
subject to the following conditions:
|
|
834
|
-
|
|
835
|
-
The above copyright notice and this permission notice shall be included in all
|
|
836
|
-
copies or substantial portions of the Software.
|
|
837
|
-
|
|
838
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
839
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
840
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
841
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
842
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
843
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
844
|
-
|
|
845
|
-
================================================================================
|
|
846
|
-
|
|
847
|
-
resolve@1.20.0
|
|
848
|
-
|
|
849
|
-
MIT License
|
|
850
|
-
|
|
851
|
-
Copyright (c) 2012 James Halliday
|
|
852
|
-
|
|
853
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
854
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
855
|
-
in the Software without restriction, including without limitation the rights
|
|
856
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
857
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
858
|
-
furnished to do so, subject to the following conditions:
|
|
859
|
-
|
|
860
|
-
The above copyright notice and this permission notice shall be included in all
|
|
861
|
-
copies or substantial portions of the Software.
|
|
862
|
-
|
|
863
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
864
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
865
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
866
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
867
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
868
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
869
|
-
SOFTWARE.
|
|
870
|
-
|
|
871
|
-
================================================================================
|
|
872
|
-
|
|
873
|
-
stack-trace@0.0.10
|
|
874
|
-
|
|
875
|
-
Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com)
|
|
876
|
-
|
|
877
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
878
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
879
|
-
in the Software without restriction, including without limitation the rights
|
|
880
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
881
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
882
|
-
furnished to do so, subject to the following conditions:
|
|
883
|
-
|
|
884
|
-
The above copyright notice and this permission notice shall be included in
|
|
885
|
-
all copies or substantial portions of the Software.
|
|
886
|
-
|
|
887
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
888
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
889
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
890
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
891
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
892
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
893
|
-
THE SOFTWARE.
|
|
894
|
-
|
|
895
|
-
================================================================================
|
|
896
|
-
|
|
897
|
-
tailwindcss@3.3.0
|
|
898
|
-
|
|
899
|
-
MIT License
|
|
900
|
-
|
|
901
|
-
Copyright (c) Tailwind Labs, Inc.
|
|
902
|
-
|
|
903
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
904
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
905
|
-
in the Software without restriction, including without limitation the rights
|
|
906
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
907
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
908
|
-
furnished to do so, subject to the following conditions:
|
|
909
|
-
|
|
910
|
-
The above copyright notice and this permission notice shall be included in all
|
|
911
|
-
copies or substantial portions of the Software.
|
|
912
|
-
|
|
913
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
914
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
915
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
916
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
917
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
918
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
919
|
-
SOFTWARE.
|
|
920
|
-
|
|
921
|
-
================================================================================
|
|
922
|
-
|
|
923
|
-
vscode-css-languageservice@5.4.1
|
|
924
|
-
|
|
925
|
-
The MIT License (MIT)
|
|
926
|
-
|
|
927
|
-
Copyright (c) Microsoft
|
|
928
|
-
|
|
929
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
930
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
931
|
-
in the Software without restriction, including without limitation the rights
|
|
932
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
933
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
934
|
-
furnished to do so, subject to the following conditions:
|
|
935
|
-
|
|
936
|
-
The above copyright notice and this permission notice shall be included in all
|
|
937
|
-
copies or substantial portions of the Software.
|
|
938
|
-
|
|
939
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
940
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
941
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
942
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
943
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
944
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
945
|
-
SOFTWARE.
|
|
946
|
-
|
|
947
|
-
================================================================================
|
|
948
|
-
|
|
949
|
-
vscode-languageserver-textdocument@1.0.7
|
|
950
|
-
|
|
951
|
-
Copyright (c) Microsoft Corporation
|
|
952
|
-
|
|
953
|
-
All rights reserved.
|
|
954
|
-
|
|
955
|
-
MIT License
|
|
956
|
-
|
|
957
|
-
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:
|
|
958
|
-
|
|
959
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
960
|
-
|
|
961
|
-
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.
|
|
962
|
-
|
|
963
|
-
================================================================================
|
|
964
|
-
|
|
965
|
-
vscode-languageserver@8.0.2
|
|
966
|
-
|
|
967
|
-
Copyright (c) Microsoft Corporation
|
|
968
|
-
|
|
969
|
-
All rights reserved.
|
|
970
|
-
|
|
971
|
-
MIT License
|
|
972
|
-
|
|
973
|
-
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:
|
|
974
|
-
|
|
975
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
976
|
-
|
|
977
|
-
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.
|
|
978
|
-
|
|
979
|
-
================================================================================
|
|
980
|
-
|
|
981
|
-
vscode-uri@3.0.2
|
|
982
|
-
|
|
983
|
-
The MIT License (MIT)
|
|
984
|
-
|
|
985
|
-
Copyright (c) Microsoft
|
|
986
|
-
|
|
987
|
-
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:
|
|
1138
|
+
restriction, including without limitation the rights to use,
|
|
1139
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1140
|
+
copies of the Software, and to permit persons to whom the
|
|
1141
|
+
Software is furnished to do so, subject to the following
|
|
1142
|
+
conditions:
|
|
988
1143
|
|
|
989
|
-
The above copyright notice and this permission notice shall be
|
|
1144
|
+
The above copyright notice and this permission notice shall be
|
|
1145
|
+
included in all copies or substantial portions of the Software.
|
|
990
1146
|
|
|
991
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1147
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1148
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1149
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1150
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
1151
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1152
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1153
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
1154
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
992
1155
|
|
|
993
1156
|
================================================================================
|
|
994
1157
|
|
|
995
|
-
|
|
1158
|
+
postcss-value-parser@4.2.0
|
|
996
1159
|
|
|
997
|
-
Copyright
|
|
1160
|
+
Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
|
|
998
1161
|
|
|
999
|
-
Permission is hereby granted, free of charge, to any person
|
|
1000
|
-
a copy of this software and associated documentation
|
|
1001
|
-
"Software"), to deal in the Software without
|
|
1002
|
-
without limitation the rights to use,
|
|
1003
|
-
distribute, sublicense, and/or sell
|
|
1004
|
-
|
|
1005
|
-
the following
|
|
1162
|
+
Permission is hereby granted, free of charge, to any person
|
|
1163
|
+
obtaining a copy of this software and associated documentation
|
|
1164
|
+
files (the "Software"), to deal in the Software without
|
|
1165
|
+
restriction, including without limitation the rights to use,
|
|
1166
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1167
|
+
copies of the Software, and to permit persons to whom the
|
|
1168
|
+
Software is furnished to do so, subject to the following
|
|
1169
|
+
conditions:
|
|
1006
1170
|
|
|
1007
1171
|
The above copyright notice and this permission notice shall be
|
|
1008
1172
|
included in all copies or substantial portions of the Software.
|
|
1009
1173
|
|
|
1010
1174
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1011
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1012
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1013
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
1014
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1015
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1016
|
-
WITH THE SOFTWARE OR THE USE OR
|
|
1175
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1176
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1177
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
1178
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1179
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1180
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
1181
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
1017
1182
|
|
|
1018
1183
|
================================================================================
|
|
1019
1184
|
|
|
1020
|
-
|
|
1185
|
+
postcss@8.5.4
|
|
1021
1186
|
|
|
1022
|
-
MIT License
|
|
1187
|
+
The MIT License (MIT)
|
|
1023
1188
|
|
|
1024
|
-
Copyright
|
|
1189
|
+
Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
|
|
1025
1190
|
|
|
1026
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1191
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1192
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1193
|
+
the Software without restriction, including without limitation the rights to
|
|
1194
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1195
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1196
|
+
subject to the following conditions:
|
|
1027
1197
|
|
|
1028
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1198
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1199
|
+
copies or substantial portions of the Software.
|
|
1029
1200
|
|
|
1030
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1201
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1202
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1203
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1204
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1205
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1206
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1031
1207
|
|
|
1032
1208
|
================================================================================
|
|
1033
1209
|
|
|
1034
|
-
|
|
1210
|
+
resolve@1.20.0
|
|
1035
1211
|
|
|
1036
|
-
|
|
1212
|
+
MIT License
|
|
1213
|
+
|
|
1214
|
+
Copyright (c) 2012 James Halliday
|
|
1037
1215
|
|
|
1038
1216
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1039
1217
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1055,41 +1233,7 @@ SOFTWARE.
|
|
|
1055
1233
|
|
|
1056
1234
|
================================================================================
|
|
1057
1235
|
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
BSD 3-Clause License
|
|
1061
|
-
|
|
1062
|
-
Copyright (c) 2017, Tim Radvan (tjvr)
|
|
1063
|
-
All rights reserved.
|
|
1064
|
-
|
|
1065
|
-
Redistribution and use in source and binary forms, with or without
|
|
1066
|
-
modification, are permitted provided that the following conditions are met:
|
|
1067
|
-
|
|
1068
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1069
|
-
list of conditions and the following disclaimer.
|
|
1070
|
-
|
|
1071
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1072
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1073
|
-
and/or other materials provided with the distribution.
|
|
1074
|
-
|
|
1075
|
-
* Neither the name of the copyright holder nor the names of its
|
|
1076
|
-
contributors may be used to endorse or promote products derived from
|
|
1077
|
-
this software without specific prior written permission.
|
|
1078
|
-
|
|
1079
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
1080
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
1081
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1082
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
1083
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1084
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1085
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1086
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1087
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1088
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1089
|
-
|
|
1090
|
-
================================================================================
|
|
1091
|
-
|
|
1092
|
-
semver@7.3.7
|
|
1236
|
+
semver@7.7.1
|
|
1093
1237
|
|
|
1094
1238
|
The ISC License
|
|
1095
1239
|
|
|
@@ -1163,6 +1307,30 @@ Code extracted from [MailCheck](https://github.com/kicksend/mailcheck)
|
|
|
1163
1307
|
|
|
1164
1308
|
================================================================================
|
|
1165
1309
|
|
|
1310
|
+
stack-trace@0.0.10
|
|
1311
|
+
|
|
1312
|
+
Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com)
|
|
1313
|
+
|
|
1314
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1315
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1316
|
+
in the Software without restriction, including without limitation the rights
|
|
1317
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1318
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1319
|
+
furnished to do so, subject to the following conditions:
|
|
1320
|
+
|
|
1321
|
+
The above copyright notice and this permission notice shall be included in
|
|
1322
|
+
all copies or substantial portions of the Software.
|
|
1323
|
+
|
|
1324
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1325
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1326
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1327
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1328
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1329
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1330
|
+
THE SOFTWARE.
|
|
1331
|
+
|
|
1332
|
+
================================================================================
|
|
1333
|
+
|
|
1166
1334
|
stringify-object@3.3.0
|
|
1167
1335
|
|
|
1168
1336
|
Copyright (c) 2015, Yeoman team
|
|
@@ -1190,6 +1358,32 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1190
1358
|
|
|
1191
1359
|
================================================================================
|
|
1192
1360
|
|
|
1361
|
+
tailwindcss@3.4.18
|
|
1362
|
+
|
|
1363
|
+
MIT License
|
|
1364
|
+
|
|
1365
|
+
Copyright (c) Tailwind Labs, Inc.
|
|
1366
|
+
|
|
1367
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1368
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1369
|
+
in the Software without restriction, including without limitation the rights
|
|
1370
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1371
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1372
|
+
furnished to do so, subject to the following conditions:
|
|
1373
|
+
|
|
1374
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1375
|
+
copies or substantial portions of the Software.
|
|
1376
|
+
|
|
1377
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1378
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1379
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1380
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1381
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1382
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1383
|
+
SOFTWARE.
|
|
1384
|
+
|
|
1385
|
+
================================================================================
|
|
1386
|
+
|
|
1193
1387
|
tmp-cache@1.1.0
|
|
1194
1388
|
|
|
1195
1389
|
The MIT License (MIT)
|
|
@@ -1213,3 +1407,107 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1213
1407
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1214
1408
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1215
1409
|
THE SOFTWARE.
|
|
1410
|
+
|
|
1411
|
+
================================================================================
|
|
1412
|
+
|
|
1413
|
+
vscode-css-languageservice@6.3.7
|
|
1414
|
+
|
|
1415
|
+
The MIT License (MIT)
|
|
1416
|
+
|
|
1417
|
+
Copyright (c) Microsoft
|
|
1418
|
+
|
|
1419
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1420
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1421
|
+
in the Software without restriction, including without limitation the rights
|
|
1422
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1423
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1424
|
+
furnished to do so, subject to the following conditions:
|
|
1425
|
+
|
|
1426
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1427
|
+
copies or substantial portions of the Software.
|
|
1428
|
+
|
|
1429
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1430
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1431
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1432
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1433
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1434
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1435
|
+
SOFTWARE.
|
|
1436
|
+
|
|
1437
|
+
================================================================================
|
|
1438
|
+
|
|
1439
|
+
vscode-jsonrpc@8.2.0
|
|
1440
|
+
|
|
1441
|
+
Copyright (c) Microsoft Corporation
|
|
1442
|
+
|
|
1443
|
+
All rights reserved.
|
|
1444
|
+
|
|
1445
|
+
MIT License
|
|
1446
|
+
|
|
1447
|
+
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:
|
|
1448
|
+
|
|
1449
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1450
|
+
|
|
1451
|
+
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.
|
|
1452
|
+
|
|
1453
|
+
================================================================================
|
|
1454
|
+
|
|
1455
|
+
vscode-languageclient@8.1.0
|
|
1456
|
+
|
|
1457
|
+
Copyright (c) Microsoft Corporation
|
|
1458
|
+
|
|
1459
|
+
All rights reserved.
|
|
1460
|
+
|
|
1461
|
+
MIT License
|
|
1462
|
+
|
|
1463
|
+
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:
|
|
1464
|
+
|
|
1465
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1466
|
+
|
|
1467
|
+
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.
|
|
1468
|
+
|
|
1469
|
+
================================================================================
|
|
1470
|
+
|
|
1471
|
+
vscode-languageserver-textdocument@1.0.12
|
|
1472
|
+
|
|
1473
|
+
Copyright (c) Microsoft Corporation
|
|
1474
|
+
|
|
1475
|
+
All rights reserved.
|
|
1476
|
+
|
|
1477
|
+
MIT License
|
|
1478
|
+
|
|
1479
|
+
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:
|
|
1480
|
+
|
|
1481
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1482
|
+
|
|
1483
|
+
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.
|
|
1484
|
+
|
|
1485
|
+
================================================================================
|
|
1486
|
+
|
|
1487
|
+
vscode-languageserver@8.1.0
|
|
1488
|
+
|
|
1489
|
+
Copyright (c) Microsoft Corporation
|
|
1490
|
+
|
|
1491
|
+
All rights reserved.
|
|
1492
|
+
|
|
1493
|
+
MIT License
|
|
1494
|
+
|
|
1495
|
+
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:
|
|
1496
|
+
|
|
1497
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1498
|
+
|
|
1499
|
+
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.
|
|
1500
|
+
|
|
1501
|
+
================================================================================
|
|
1502
|
+
|
|
1503
|
+
vscode-uri@3.0.2
|
|
1504
|
+
|
|
1505
|
+
The MIT License (MIT)
|
|
1506
|
+
|
|
1507
|
+
Copyright (c) Microsoft
|
|
1508
|
+
|
|
1509
|
+
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:
|
|
1510
|
+
|
|
1511
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1512
|
+
|
|
1513
|
+
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.
|