@tailwindcss/language-server 0.0.0-insiders.3c0f17c → 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 +719 -436
- package/bin/css-language-server +102 -0
- package/bin/oxide-helper.js +32 -0
- package/bin/tailwindcss-language-server +3176 -2457
- 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 +68 -40
- 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>
|
|
519
|
+
</div>
|
|
520
|
+
```
|
|
521
|
+
|
|
522
|
+
By default we provide [container sizes](#configuration) from `@xs` (`20rem`) to `@7xl` (`80rem`).
|
|
523
|
+
|
|
524
|
+
### Named containers
|
|
525
|
+
|
|
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>
|
|
210
534
|
</div>
|
|
535
|
+
```
|
|
536
|
+
|
|
537
|
+
### Arbitrary container sizes
|
|
211
538
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
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)
|
|
@@ -556,182 +919,43 @@ delve(obj, 'a.b') === obj.a.b;
|
|
|
556
919
|
//returns undefined if the full key path does not exist and no default is specified
|
|
557
920
|
delve(obj, 'a.b.f') === undefined;
|
|
558
921
|
|
|
559
|
-
//optional third parameter for default if the full key in path is missing
|
|
560
|
-
delve(obj, 'a.b.f', 'foo') === 'foo';
|
|
561
|
-
|
|
562
|
-
//or if the key exists but the value is undefined
|
|
563
|
-
delve(obj, 'a.b.d', 'foo') === 'foo';
|
|
564
|
-
|
|
565
|
-
//Non-truthy defined values are still returned if they exist at the full keypath
|
|
566
|
-
delve(obj, 'a.b.e', 'foo') === null;
|
|
567
|
-
|
|
568
|
-
//undefined obj or key returns undefined, unless a default is supplied
|
|
569
|
-
delve(undefined, 'a.b.c') === undefined;
|
|
570
|
-
delve(undefined, 'a.b.c', 'foo') === 'foo';
|
|
571
|
-
delve(obj, undefined, 'foo') === 'foo';
|
|
572
|
-
```
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### Setter Counterparts
|
|
576
|
-
|
|
577
|
-
- [dset](https://github.com/lukeed/dset) by [@lukeed](https://github.com/lukeed) is the spiritual "set" counterpart of `dlv` and very fast.
|
|
578
|
-
- [bury](https://github.com/kalmbach/bury) by [@kalmbach](https://github.com/kalmbach) does the opposite of `dlv` and is implemented in a very similar manner.
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
### License
|
|
582
|
-
|
|
583
|
-
[MIT](https://oss.ninja/mit/developit/)
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
[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-301@0.0.1
|
|
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.
|
|
639
|
-
|
|
640
|
-
================================================================================
|
|
641
|
-
|
|
642
|
-
fast-glob@3.2.4
|
|
643
|
-
|
|
644
|
-
The MIT License (MIT)
|
|
645
|
-
|
|
646
|
-
Copyright (c) Denis Malinochkin
|
|
647
|
-
|
|
648
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
649
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
650
|
-
in the Software without restriction, including without limitation the rights
|
|
651
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
652
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
653
|
-
furnished to do so, subject to the following conditions:
|
|
654
|
-
|
|
655
|
-
The above copyright notice and this permission notice shall be included in all
|
|
656
|
-
copies or substantial portions of the Software.
|
|
657
|
-
|
|
658
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
659
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
660
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
661
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
662
|
-
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 THE
|
|
664
|
-
SOFTWARE.
|
|
665
|
-
|
|
666
|
-
================================================================================
|
|
667
|
-
|
|
668
|
-
find-up@5.0.0
|
|
669
|
-
|
|
670
|
-
MIT License
|
|
671
|
-
|
|
672
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
673
|
-
|
|
674
|
-
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:
|
|
675
|
-
|
|
676
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
677
|
-
|
|
678
|
-
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.
|
|
679
|
-
|
|
680
|
-
================================================================================
|
|
681
|
-
|
|
682
|
-
is-builtin-module@3.2.1
|
|
683
|
-
|
|
684
|
-
MIT License
|
|
685
|
-
|
|
686
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
687
|
-
|
|
688
|
-
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
|
-
|
|
690
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
691
|
-
|
|
692
|
-
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.
|
|
693
|
-
|
|
694
|
-
================================================================================
|
|
695
|
-
|
|
696
|
-
klona@2.0.4
|
|
922
|
+
//optional third parameter for default if the full key in path is missing
|
|
923
|
+
delve(obj, 'a.b.f', 'foo') === 'foo';
|
|
697
924
|
|
|
698
|
-
|
|
925
|
+
//or if the key exists but the value is undefined
|
|
926
|
+
delve(obj, 'a.b.d', 'foo') === 'foo';
|
|
699
927
|
|
|
700
|
-
|
|
928
|
+
//Non-truthy defined values are still returned if they exist at the full keypath
|
|
929
|
+
delve(obj, 'a.b.e', 'foo') === null;
|
|
701
930
|
|
|
702
|
-
|
|
931
|
+
//undefined obj or key returns undefined, unless a default is supplied
|
|
932
|
+
delve(undefined, 'a.b.c') === undefined;
|
|
933
|
+
delve(undefined, 'a.b.c', 'foo') === 'foo';
|
|
934
|
+
delve(obj, undefined, 'foo') === 'foo';
|
|
935
|
+
```
|
|
703
936
|
|
|
704
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
705
937
|
|
|
706
|
-
|
|
938
|
+
### Setter Counterparts
|
|
707
939
|
|
|
708
|
-
|
|
940
|
+
- [dset](https://github.com/lukeed/dset) by [@lukeed](https://github.com/lukeed) is the spiritual "set" counterpart of `dlv` and very fast.
|
|
941
|
+
- [bury](https://github.com/kalmbach/bury) by [@kalmbach](https://github.com/kalmbach) does the opposite of `dlv` and is implemented in a very similar manner.
|
|
709
942
|
|
|
710
|
-
minimatch@5.1.4
|
|
711
943
|
|
|
712
|
-
|
|
944
|
+
### License
|
|
713
945
|
|
|
714
|
-
|
|
946
|
+
[MIT](https://oss.ninja/mit/developit/)
|
|
715
947
|
|
|
716
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
717
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
718
|
-
copyright notice and this permission notice appear in all copies.
|
|
719
948
|
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
723
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
724
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
725
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
726
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
949
|
+
[preact]: https://github.com/developit/preact
|
|
950
|
+
[tests]: https://github.com/developit/dlv/blob/master/test.js
|
|
727
951
|
|
|
728
952
|
================================================================================
|
|
729
953
|
|
|
730
|
-
|
|
954
|
+
dset@3.1.4
|
|
731
955
|
|
|
732
956
|
The MIT License (MIT)
|
|
733
957
|
|
|
734
|
-
Copyright (c)
|
|
958
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
735
959
|
|
|
736
960
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
737
961
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -753,11 +977,11 @@ THE SOFTWARE.
|
|
|
753
977
|
|
|
754
978
|
================================================================================
|
|
755
979
|
|
|
756
|
-
|
|
980
|
+
find-up@5.0.0
|
|
757
981
|
|
|
758
982
|
MIT License
|
|
759
983
|
|
|
760
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
984
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
761
985
|
|
|
762
986
|
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:
|
|
763
987
|
|
|
@@ -767,88 +991,23 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
767
991
|
|
|
768
992
|
================================================================================
|
|
769
993
|
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
The MIT License (MIT)
|
|
773
|
-
|
|
774
|
-
Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
|
|
775
|
-
|
|
776
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
777
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
778
|
-
the Software without restriction, including without limitation the rights to
|
|
779
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
780
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
781
|
-
subject to the following conditions:
|
|
782
|
-
|
|
783
|
-
The above copyright notice and this permission notice shall be included in all
|
|
784
|
-
copies or substantial portions of the Software.
|
|
785
|
-
|
|
786
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
787
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
788
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
789
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
790
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
791
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
792
|
-
|
|
793
|
-
================================================================================
|
|
794
|
-
|
|
795
|
-
postcss-selector-parser@6.0.2
|
|
796
|
-
|
|
797
|
-
Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
|
|
798
|
-
|
|
799
|
-
Permission is hereby granted, free of charge, to any person
|
|
800
|
-
obtaining a copy of this software and associated documentation
|
|
801
|
-
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
|
|
994
|
+
klona@2.0.4
|
|
823
995
|
|
|
824
|
-
|
|
996
|
+
MIT License
|
|
825
997
|
|
|
826
|
-
Copyright
|
|
998
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
827
999
|
|
|
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:
|
|
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:
|
|
834
1001
|
|
|
835
|
-
The above copyright notice and this permission notice shall be included in all
|
|
836
|
-
copies or substantial portions of the Software.
|
|
1002
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
837
1003
|
|
|
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.
|
|
1004
|
+
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.
|
|
844
1005
|
|
|
845
1006
|
================================================================================
|
|
846
1007
|
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
MIT License
|
|
1008
|
+
line-column@1.0.2
|
|
850
1009
|
|
|
851
|
-
Copyright (c)
|
|
1010
|
+
Copyright (c) 2016 IRIDE Monad <iride.monad@gmail.com>
|
|
852
1011
|
|
|
853
1012
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
854
1013
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -870,35 +1029,45 @@ SOFTWARE.
|
|
|
870
1029
|
|
|
871
1030
|
================================================================================
|
|
872
1031
|
|
|
873
|
-
|
|
1032
|
+
moo@0.5.1
|
|
874
1033
|
|
|
875
|
-
|
|
1034
|
+
BSD 3-Clause License
|
|
876
1035
|
|
|
877
|
-
|
|
878
|
-
|
|
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:
|
|
1036
|
+
Copyright (c) 2017, Tim Radvan (tjvr)
|
|
1037
|
+
All rights reserved.
|
|
883
1038
|
|
|
884
|
-
|
|
885
|
-
|
|
1039
|
+
Redistribution and use in source and binary forms, with or without
|
|
1040
|
+
modification, are permitted provided that the following conditions are met:
|
|
886
1041
|
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
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.
|
|
894
1063
|
|
|
895
1064
|
================================================================================
|
|
896
1065
|
|
|
897
|
-
|
|
1066
|
+
normalize-path@3.0.0
|
|
898
1067
|
|
|
899
|
-
MIT License
|
|
1068
|
+
The MIT License (MIT)
|
|
900
1069
|
|
|
901
|
-
Copyright (c)
|
|
1070
|
+
Copyright (c) 2014-2018, Jon Schlinkert.
|
|
902
1071
|
|
|
903
1072
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
904
1073
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -907,148 +1076,142 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
907
1076
|
copies of the Software, and to permit persons to whom the Software is
|
|
908
1077
|
furnished to do so, subject to the following conditions:
|
|
909
1078
|
|
|
910
|
-
The above copyright notice and this permission notice shall be included in
|
|
911
|
-
copies or substantial portions of the Software.
|
|
1079
|
+
The above copyright notice and this permission notice shall be included in
|
|
1080
|
+
all copies or substantial portions of the Software.
|
|
912
1081
|
|
|
913
1082
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
914
1083
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
915
1084
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
916
1085
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
917
1086
|
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
|
|
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.
|
|
1087
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1088
|
+
THE SOFTWARE.
|
|
946
1089
|
|
|
947
1090
|
================================================================================
|
|
948
1091
|
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
Copyright (c) Microsoft Corporation
|
|
952
|
-
|
|
953
|
-
All rights reserved.
|
|
1092
|
+
pkg-up@3.1.0
|
|
954
1093
|
|
|
955
1094
|
MIT License
|
|
956
1095
|
|
|
957
|
-
|
|
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
|
|
1096
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
972
1097
|
|
|
973
1098
|
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
1099
|
|
|
975
1100
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
976
1101
|
|
|
977
|
-
THE SOFTWARE IS PROVIDED
|
|
1102
|
+
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
1103
|
|
|
979
1104
|
================================================================================
|
|
980
1105
|
|
|
981
|
-
|
|
1106
|
+
postcss-load-config@3.0.1
|
|
982
1107
|
|
|
983
1108
|
The MIT License (MIT)
|
|
984
1109
|
|
|
985
|
-
Copyright
|
|
1110
|
+
Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
|
|
986
1111
|
|
|
987
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1112
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1113
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1114
|
+
the Software without restriction, including without limitation the rights to
|
|
1115
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1116
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1117
|
+
subject to the following conditions:
|
|
988
1118
|
|
|
989
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1119
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1120
|
+
copies or substantial portions of the Software.
|
|
990
1121
|
|
|
991
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1122
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1123
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1124
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1125
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1126
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1127
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
992
1128
|
|
|
993
1129
|
================================================================================
|
|
994
1130
|
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
Copyright 2017 becke.ch - All Rights Reserved
|
|
998
|
-
This file is part of becke-ch--regex--s0-v1
|
|
1131
|
+
postcss-selector-parser@6.0.2
|
|
999
1132
|
|
|
1000
|
-
|
|
1133
|
+
Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
|
|
1001
1134
|
|
|
1002
|
-
Permission is hereby granted, free of charge, to any person
|
|
1135
|
+
Permission is hereby granted, free of charge, to any person
|
|
1136
|
+
obtaining a copy of this software and associated documentation
|
|
1137
|
+
files (the "Software"), to deal in the Software without
|
|
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:
|
|
1003
1143
|
|
|
1004
|
-
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.
|
|
1005
1146
|
|
|
1006
|
-
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.
|
|
1007
1155
|
|
|
1008
1156
|
================================================================================
|
|
1009
1157
|
|
|
1010
|
-
|
|
1158
|
+
postcss-value-parser@4.2.0
|
|
1011
1159
|
|
|
1012
|
-
Copyright
|
|
1160
|
+
Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
|
|
1013
1161
|
|
|
1014
|
-
Permission is hereby granted, free of charge, to any person
|
|
1015
|
-
a copy of this software and associated documentation
|
|
1016
|
-
"Software"), to deal in the Software without
|
|
1017
|
-
without limitation the rights to use,
|
|
1018
|
-
distribute, sublicense, and/or sell
|
|
1019
|
-
|
|
1020
|
-
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:
|
|
1021
1170
|
|
|
1022
1171
|
The above copyright notice and this permission notice shall be
|
|
1023
1172
|
included in all copies or substantial portions of the Software.
|
|
1024
1173
|
|
|
1025
1174
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1026
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1027
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1028
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
1029
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1030
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1031
|
-
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.
|
|
1032
1182
|
|
|
1033
1183
|
================================================================================
|
|
1034
1184
|
|
|
1035
|
-
|
|
1185
|
+
postcss@8.5.4
|
|
1036
1186
|
|
|
1037
|
-
MIT License
|
|
1187
|
+
The MIT License (MIT)
|
|
1038
1188
|
|
|
1039
|
-
Copyright
|
|
1189
|
+
Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
|
|
1040
1190
|
|
|
1041
|
-
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:
|
|
1042
1197
|
|
|
1043
|
-
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.
|
|
1044
1200
|
|
|
1045
|
-
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.
|
|
1046
1207
|
|
|
1047
1208
|
================================================================================
|
|
1048
1209
|
|
|
1049
|
-
|
|
1210
|
+
resolve@1.20.0
|
|
1050
1211
|
|
|
1051
|
-
|
|
1212
|
+
MIT License
|
|
1213
|
+
|
|
1214
|
+
Copyright (c) 2012 James Halliday
|
|
1052
1215
|
|
|
1053
1216
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1054
1217
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1070,41 +1233,7 @@ SOFTWARE.
|
|
|
1070
1233
|
|
|
1071
1234
|
================================================================================
|
|
1072
1235
|
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
BSD 3-Clause License
|
|
1076
|
-
|
|
1077
|
-
Copyright (c) 2017, Tim Radvan (tjvr)
|
|
1078
|
-
All rights reserved.
|
|
1079
|
-
|
|
1080
|
-
Redistribution and use in source and binary forms, with or without
|
|
1081
|
-
modification, are permitted provided that the following conditions are met:
|
|
1082
|
-
|
|
1083
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1084
|
-
list of conditions and the following disclaimer.
|
|
1085
|
-
|
|
1086
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1087
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1088
|
-
and/or other materials provided with the distribution.
|
|
1089
|
-
|
|
1090
|
-
* Neither the name of the copyright holder nor the names of its
|
|
1091
|
-
contributors may be used to endorse or promote products derived from
|
|
1092
|
-
this software without specific prior written permission.
|
|
1093
|
-
|
|
1094
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
1095
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
1096
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1097
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
1098
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
1099
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
1100
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
1101
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
1102
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1103
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1104
|
-
|
|
1105
|
-
================================================================================
|
|
1106
|
-
|
|
1107
|
-
semver@7.3.7
|
|
1236
|
+
semver@7.7.1
|
|
1108
1237
|
|
|
1109
1238
|
The ISC License
|
|
1110
1239
|
|
|
@@ -1178,6 +1307,30 @@ Code extracted from [MailCheck](https://github.com/kicksend/mailcheck)
|
|
|
1178
1307
|
|
|
1179
1308
|
================================================================================
|
|
1180
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
|
+
|
|
1181
1334
|
stringify-object@3.3.0
|
|
1182
1335
|
|
|
1183
1336
|
Copyright (c) 2015, Yeoman team
|
|
@@ -1205,6 +1358,32 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1205
1358
|
|
|
1206
1359
|
================================================================================
|
|
1207
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
|
+
|
|
1208
1387
|
tmp-cache@1.1.0
|
|
1209
1388
|
|
|
1210
1389
|
The MIT License (MIT)
|
|
@@ -1227,4 +1406,108 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
1227
1406
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1228
1407
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1229
1408
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1230
|
-
THE SOFTWARE.
|
|
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.
|