@tailwindcss/language-server 0.0.2 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/ThirdPartyNotices.txt +117 -69
- package/bin/prebuilds/darwin-arm64/node.napi.glibc.node +0 -0
- package/bin/prebuilds/darwin-x64/node.napi.glibc.node +0 -0
- package/bin/prebuilds/linux-x64/node.napi.glibc.node +0 -0
- package/bin/prebuilds/linux-x64/node.napi.musl.node +0 -0
- package/bin/prebuilds/win32-x64/node.napi.glibc.node +0 -0
- package/bin/tailwindcss-language-server +12 -12
- package/package.json +12 -5
package/ThirdPartyNotices.txt
CHANGED
@@ -1,16 +1,4 @@
|
|
1
|
-
@
|
2
|
-
|
3
|
-
Copyright (c) Scott Cooper <scttcper@gmail.com>
|
4
|
-
|
5
|
-
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:
|
6
|
-
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
8
|
-
|
9
|
-
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.
|
10
|
-
|
11
|
-
================================================================================
|
12
|
-
|
13
|
-
@parcel/watcher@2.0.0-alpha.10
|
1
|
+
@parcel/watcher@2.0.3
|
14
2
|
|
15
3
|
MIT License
|
16
4
|
|
@@ -76,6 +64,45 @@ THE SOFTWARE.
|
|
76
64
|
|
77
65
|
================================================================================
|
78
66
|
|
67
|
+
color-name@1.1.4
|
68
|
+
|
69
|
+
The MIT License (MIT)
|
70
|
+
Copyright (c) 2015 Dmitry Ivanov
|
71
|
+
|
72
|
+
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:
|
73
|
+
|
74
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
75
|
+
|
76
|
+
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.
|
77
|
+
|
78
|
+
================================================================================
|
79
|
+
|
80
|
+
culori@0.20.1
|
81
|
+
|
82
|
+
MIT License
|
83
|
+
|
84
|
+
Copyright (c) 2018 Dan Burzo
|
85
|
+
|
86
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
87
|
+
of this software and associated documentation files (the "Software"), to deal
|
88
|
+
in the Software without restriction, including without limitation the rights
|
89
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
90
|
+
copies of the Software, and to permit persons to whom the Software is
|
91
|
+
furnished to do so, subject to the following conditions:
|
92
|
+
|
93
|
+
The above copyright notice and this permission notice shall be included in all
|
94
|
+
copies or substantial portions of the Software.
|
95
|
+
|
96
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
97
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
98
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
99
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
100
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
101
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
102
|
+
SOFTWARE.
|
103
|
+
|
104
|
+
================================================================================
|
105
|
+
|
79
106
|
debounce@1.2.0
|
80
107
|
|
81
108
|
# debounce
|
@@ -149,6 +176,29 @@ import { debounce } from "debounce";
|
|
149
176
|
|
150
177
|
================================================================================
|
151
178
|
|
179
|
+
detective@5.2.0
|
180
|
+
|
181
|
+
This software is released under the MIT license:
|
182
|
+
|
183
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
184
|
+
this software and associated documentation files (the "Software"), to deal in
|
185
|
+
the Software without restriction, including without limitation the rights to
|
186
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
187
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
188
|
+
subject to the following conditions:
|
189
|
+
|
190
|
+
The above copyright notice and this permission notice shall be included in all
|
191
|
+
copies or substantial portions of the Software.
|
192
|
+
|
193
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
194
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
195
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
196
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
197
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
198
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
199
|
+
|
200
|
+
================================================================================
|
201
|
+
|
152
202
|
dlv@1.1.3
|
153
203
|
|
154
204
|
# `dlv(obj, keypath)` [![NPM](https://img.shields.io/npm/v/dlv.svg)](https://npmjs.com/package/dlv) [![Build](https://travis-ci.org/developit/dlv.svg?branch=master)](https://travis-ci.org/developit/dlv)
|
@@ -335,34 +385,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
335
385
|
|
336
386
|
================================================================================
|
337
387
|
|
338
|
-
license-checker@25.0.1
|
339
|
-
|
340
|
-
Copyright 2012 Yahoo Inc.
|
341
|
-
|
342
|
-
Redistribution and use in source and binary forms, with or without
|
343
|
-
modification, are permitted provided that the following conditions are met:
|
344
|
-
* Redistributions of source code must retain the above copyright
|
345
|
-
notice, this list of conditions and the following disclaimer.
|
346
|
-
* Redistributions in binary form must reproduce the above copyright
|
347
|
-
notice, this list of conditions and the following disclaimer in the
|
348
|
-
documentation and/or other materials provided with the distribution.
|
349
|
-
* Neither the name of the Yahoo! Inc. nor the
|
350
|
-
names of its contributors may be used to endorse or promote products
|
351
|
-
derived from this software without specific prior written permission.
|
352
|
-
|
353
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
354
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
355
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
356
|
-
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
|
357
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
358
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
359
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
360
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
361
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
362
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
363
|
-
|
364
|
-
================================================================================
|
365
|
-
|
366
388
|
normalize-path@3.0.0
|
367
389
|
|
368
390
|
The MIT License (MIT)
|
@@ -455,7 +477,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
455
477
|
|
456
478
|
================================================================================
|
457
479
|
|
458
|
-
postcss@8.
|
480
|
+
postcss@8.3.9
|
459
481
|
|
460
482
|
The MIT License (MIT)
|
461
483
|
|
@@ -480,6 +502,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
480
502
|
|
481
503
|
================================================================================
|
482
504
|
|
505
|
+
resolve@1.20.0
|
506
|
+
|
507
|
+
MIT License
|
508
|
+
|
509
|
+
Copyright (c) 2012 James Halliday
|
510
|
+
|
511
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
512
|
+
of this software and associated documentation files (the "Software"), to deal
|
513
|
+
in the Software without restriction, including without limitation the rights
|
514
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
515
|
+
copies of the Software, and to permit persons to whom the Software is
|
516
|
+
furnished to do so, subject to the following conditions:
|
517
|
+
|
518
|
+
The above copyright notice and this permission notice shall be included in all
|
519
|
+
copies or substantial portions of the Software.
|
520
|
+
|
521
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
522
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
523
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
524
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
525
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
526
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
527
|
+
SOFTWARE.
|
528
|
+
|
529
|
+
================================================================================
|
530
|
+
|
483
531
|
semver@7.3.2
|
484
532
|
|
485
533
|
The ISC License
|
@@ -524,33 +572,6 @@ Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com)
|
|
524
572
|
|
525
573
|
================================================================================
|
526
574
|
|
527
|
-
tailwindcss@2.0.3
|
528
|
-
|
529
|
-
MIT License
|
530
|
-
|
531
|
-
Copyright (c) Adam Wathan <adam.wathan@gmail.com>
|
532
|
-
Copyright (c) Jonathan Reinink <jonathan@reinink.ca>
|
533
|
-
|
534
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
535
|
-
of this software and associated documentation files (the "Software"), to deal
|
536
|
-
in the Software without restriction, including without limitation the rights
|
537
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
538
|
-
copies of the Software, and to permit persons to whom the Software is
|
539
|
-
furnished to do so, subject to the following conditions:
|
540
|
-
|
541
|
-
The above copyright notice and this permission notice shall be included in all
|
542
|
-
copies or substantial portions of the Software.
|
543
|
-
|
544
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
545
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
546
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
547
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
548
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
549
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
550
|
-
SOFTWARE.
|
551
|
-
|
552
|
-
================================================================================
|
553
|
-
|
554
575
|
vscode-languageserver-textdocument@1.0.1
|
555
576
|
|
556
577
|
Copyright (c) Microsoft Corporation
|
@@ -1427,6 +1448,33 @@ Code extracted from [MailCheck](https://github.com/kicksend/mailcheck)
|
|
1427
1448
|
|
1428
1449
|
================================================================================
|
1429
1450
|
|
1451
|
+
stringify-object@3.3.0
|
1452
|
+
|
1453
|
+
Copyright (c) 2015, Yeoman team
|
1454
|
+
All rights reserved.
|
1455
|
+
|
1456
|
+
Redistribution and use in source and binary forms, with or without
|
1457
|
+
modification, are permitted provided that the following conditions are met:
|
1458
|
+
|
1459
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
1460
|
+
list of conditions and the following disclaimer.
|
1461
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
1462
|
+
this list of conditions and the following disclaimer in the documentation
|
1463
|
+
and/or other materials provided with the distribution.
|
1464
|
+
|
1465
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
1466
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
1467
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
1468
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
1469
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
1470
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
1471
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
1472
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1473
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
1474
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1475
|
+
|
1476
|
+
================================================================================
|
1477
|
+
|
1430
1478
|
vscode-languageclient@7.0.0
|
1431
1479
|
|
1432
1480
|
Copyright (c) Microsoft Corporation
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|