@tailwindcss/language-server 0.14.6 → 0.14.8
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 +362 -287
- package/bin/css-language-server +116 -0
- package/bin/tailwindcss-language-server +3 -3
- package/package.json +4 -3
package/ThirdPartyNotices.txt
CHANGED
@@ -1,3 +1,78 @@
|
|
1
|
+
@csstools/css-parser-algorithms@2.1.1
|
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-tokenizer@2.1.1
|
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/media-query-list-parser@2.0.4
|
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
|
+
|
1
76
|
@parcel/watcher@2.0.3
|
2
77
|
|
3
78
|
MIT License
|
@@ -343,7 +418,33 @@ SOFTWARE.
|
|
343
418
|
|
344
419
|
================================================================================
|
345
420
|
|
346
|
-
|
421
|
+
braces@3.0.3
|
422
|
+
|
423
|
+
The MIT License (MIT)
|
424
|
+
|
425
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
426
|
+
|
427
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
428
|
+
of this software and associated documentation files (the "Software"), to deal
|
429
|
+
in the Software without restriction, including without limitation the rights
|
430
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
431
|
+
copies of the Software, and to permit persons to whom the Software is
|
432
|
+
furnished to do so, subject to the following conditions:
|
433
|
+
|
434
|
+
The above copyright notice and this permission notice shall be included in
|
435
|
+
all copies or substantial portions of the Software.
|
436
|
+
|
437
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
438
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
439
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
440
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
441
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
442
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
443
|
+
THE SOFTWARE.
|
444
|
+
|
445
|
+
================================================================================
|
446
|
+
|
447
|
+
chokidar@3.6.0
|
347
448
|
|
348
449
|
The MIT License (MIT)
|
349
450
|
|
@@ -382,29 +483,28 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
382
483
|
|
383
484
|
================================================================================
|
384
485
|
|
385
|
-
|
386
|
-
|
387
|
-
MIT License
|
486
|
+
css.escape@1.5.1
|
388
487
|
|
389
|
-
Copyright
|
488
|
+
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
390
489
|
|
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
|
490
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
491
|
+
a copy of this software and associated documentation files (the
|
492
|
+
"Software"), to deal in the Software without restriction, including
|
493
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
494
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
495
|
+
permit persons to whom the Software is furnished to do so, subject to
|
496
|
+
the following conditions:
|
397
497
|
|
398
|
-
The above copyright notice and this permission notice shall be
|
399
|
-
copies or substantial portions of the Software.
|
498
|
+
The above copyright notice and this permission notice shall be
|
499
|
+
included in all copies or substantial portions of the Software.
|
400
500
|
|
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.
|
501
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
502
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
503
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
504
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
505
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
506
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
507
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
408
508
|
|
409
509
|
================================================================================
|
410
510
|
|
@@ -507,6 +607,20 @@ THE SOFTWARE.
|
|
507
607
|
|
508
608
|
================================================================================
|
509
609
|
|
610
|
+
detect-indent@6.0.0
|
611
|
+
|
612
|
+
MIT License
|
613
|
+
|
614
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
615
|
+
|
616
|
+
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:
|
617
|
+
|
618
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
619
|
+
|
620
|
+
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.
|
621
|
+
|
622
|
+
================================================================================
|
623
|
+
|
510
624
|
dlv@1.1.3
|
511
625
|
|
512
626
|
# `dlv(obj, keypath)` [](https://npmjs.com/package/dlv) [](https://travis-ci.org/developit/dlv)
|
@@ -588,7 +702,7 @@ delve(obj, undefined, 'foo') === 'foo';
|
|
588
702
|
|
589
703
|
================================================================================
|
590
704
|
|
591
|
-
dset@3.1.
|
705
|
+
dset@3.1.4
|
592
706
|
|
593
707
|
The MIT License (MIT)
|
594
708
|
|
@@ -614,31 +728,6 @@ THE SOFTWARE.
|
|
614
728
|
|
615
729
|
================================================================================
|
616
730
|
|
617
|
-
enhanced-resolve@5.15.0
|
618
|
-
|
619
|
-
Copyright JS Foundation and other contributors
|
620
|
-
|
621
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
622
|
-
a copy of this software and associated documentation files (the
|
623
|
-
'Software'), to deal in the Software without restriction, including
|
624
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
625
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
626
|
-
permit persons to whom the Software is furnished to do so, subject to
|
627
|
-
the following conditions:
|
628
|
-
|
629
|
-
The above copyright notice and this permission notice shall be
|
630
|
-
included in all copies or substantial portions of the Software.
|
631
|
-
|
632
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
633
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
634
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
635
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
636
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
637
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
638
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
639
|
-
|
640
|
-
================================================================================
|
641
|
-
|
642
731
|
fast-glob@3.2.4
|
643
732
|
|
644
733
|
The MIT License (MIT)
|
@@ -679,11 +768,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
679
768
|
|
680
769
|
================================================================================
|
681
770
|
|
682
|
-
|
771
|
+
klona@2.0.4
|
683
772
|
|
684
773
|
MIT License
|
685
774
|
|
686
|
-
Copyright (c)
|
775
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
687
776
|
|
688
777
|
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
778
|
|
@@ -693,37 +782,61 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
693
782
|
|
694
783
|
================================================================================
|
695
784
|
|
696
|
-
|
697
|
-
|
698
|
-
MIT License
|
785
|
+
line-column@1.0.2
|
699
786
|
|
700
|
-
Copyright (c)
|
787
|
+
Copyright (c) 2016 IRIDE Monad <iride.monad@gmail.com>
|
701
788
|
|
702
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
789
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
790
|
+
of this software and associated documentation files (the "Software"), to deal
|
791
|
+
in the Software without restriction, including without limitation the rights
|
792
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
793
|
+
copies of the Software, and to permit persons to whom the Software is
|
794
|
+
furnished to do so, subject to the following conditions:
|
703
795
|
|
704
|
-
The above copyright notice and this permission notice shall be included in all
|
796
|
+
The above copyright notice and this permission notice shall be included in all
|
797
|
+
copies or substantial portions of the Software.
|
705
798
|
|
706
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
799
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
800
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
801
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
802
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
803
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
804
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
805
|
+
SOFTWARE.
|
707
806
|
|
708
807
|
================================================================================
|
709
808
|
|
710
|
-
|
809
|
+
moo@0.5.1
|
711
810
|
|
712
|
-
|
811
|
+
BSD 3-Clause License
|
713
812
|
|
714
|
-
Copyright (c)
|
813
|
+
Copyright (c) 2017, Tim Radvan (tjvr)
|
814
|
+
All rights reserved.
|
715
815
|
|
716
|
-
|
717
|
-
|
718
|
-
copyright notice and this permission notice appear in all copies.
|
816
|
+
Redistribution and use in source and binary forms, with or without
|
817
|
+
modification, are permitted provided that the following conditions are met:
|
719
818
|
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
819
|
+
* Redistributions of source code must retain the above copyright notice, this
|
820
|
+
list of conditions and the following disclaimer.
|
821
|
+
|
822
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
823
|
+
this list of conditions and the following disclaimer in the documentation
|
824
|
+
and/or other materials provided with the distribution.
|
825
|
+
|
826
|
+
* Neither the name of the copyright holder nor the names of its
|
827
|
+
contributors may be used to endorse or promote products derived from
|
828
|
+
this software without specific prior written permission.
|
829
|
+
|
830
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
831
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
832
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
833
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
834
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
835
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
836
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
837
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
838
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
839
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
727
840
|
|
728
841
|
================================================================================
|
729
842
|
|
@@ -819,7 +932,34 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
819
932
|
|
820
933
|
================================================================================
|
821
934
|
|
822
|
-
postcss@
|
935
|
+
postcss-value-parser@4.2.0
|
936
|
+
|
937
|
+
Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
|
938
|
+
|
939
|
+
Permission is hereby granted, free of charge, to any person
|
940
|
+
obtaining a copy of this software and associated documentation
|
941
|
+
files (the "Software"), to deal in the Software without
|
942
|
+
restriction, including without limitation the rights to use,
|
943
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
944
|
+
copies of the Software, and to permit persons to whom the
|
945
|
+
Software is furnished to do so, subject to the following
|
946
|
+
conditions:
|
947
|
+
|
948
|
+
The above copyright notice and this permission notice shall be
|
949
|
+
included in all copies or substantial portions of the Software.
|
950
|
+
|
951
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
952
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
953
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
954
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
955
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
956
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
957
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
958
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
959
|
+
|
960
|
+
================================================================================
|
961
|
+
|
962
|
+
postcss@8.4.31
|
823
963
|
|
824
964
|
The MIT License (MIT)
|
825
965
|
|
@@ -870,15 +1010,89 @@ SOFTWARE.
|
|
870
1010
|
|
871
1011
|
================================================================================
|
872
1012
|
|
873
|
-
|
1013
|
+
semver@7.7.1
|
874
1014
|
|
875
|
-
|
1015
|
+
The ISC License
|
876
1016
|
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
1017
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
1018
|
+
|
1019
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
1020
|
+
purpose with or without fee is hereby granted, provided that the above
|
1021
|
+
copyright notice and this permission notice appear in all copies.
|
1022
|
+
|
1023
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
1024
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
1025
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
1026
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
1027
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
1028
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
1029
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1030
|
+
|
1031
|
+
================================================================================
|
1032
|
+
|
1033
|
+
sift-string@0.0.2
|
1034
|
+
|
1035
|
+
# sift
|
1036
|
+
|
1037
|
+
Fast String Distance (SIFT) Algorithm.
|
1038
|
+
|
1039
|
+
[](https://nodei.co/npm/sift-string/)
|
1040
|
+
|
1041
|
+
[](https://david-dm.org/timoxley/sift)
|
1042
|
+
|
1043
|
+
## Installation
|
1044
|
+
|
1045
|
+
#### Browserify/Node
|
1046
|
+
|
1047
|
+
$ npm install sift-string
|
1048
|
+
|
1049
|
+
|
1050
|
+
#### Component
|
1051
|
+
|
1052
|
+
$ component install timoxley/sift
|
1053
|
+
|
1054
|
+
## Demo
|
1055
|
+
|
1056
|
+
[Demo](http://timoxley.github.com/sift/examples/spellcheck/)
|
1057
|
+
|
1058
|
+
or if you want to check it out locally:
|
1059
|
+
|
1060
|
+
```bash
|
1061
|
+
# run only once to install npm dev dependencies
|
1062
|
+
npm install .
|
1063
|
+
# this will install && build the components and open the demo web page
|
1064
|
+
npm run c-demo
|
1065
|
+
```
|
1066
|
+
|
1067
|
+
## API
|
1068
|
+
|
1069
|
+
### sift(string, string)
|
1070
|
+
|
1071
|
+
Return 'distance' between two strings.
|
1072
|
+
|
1073
|
+
## TODO
|
1074
|
+
|
1075
|
+
* Dictionary Helper supply it emits suggestions.
|
1076
|
+
|
1077
|
+
## Credit
|
1078
|
+
|
1079
|
+
Code extracted from [MailCheck](https://github.com/kicksend/mailcheck)
|
1080
|
+
|
1081
|
+
## License
|
1082
|
+
|
1083
|
+
MIT
|
1084
|
+
|
1085
|
+
================================================================================
|
1086
|
+
|
1087
|
+
stack-trace@0.0.10
|
1088
|
+
|
1089
|
+
Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com)
|
1090
|
+
|
1091
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1092
|
+
of this software and associated documentation files (the "Software"), to deal
|
1093
|
+
in the Software without restriction, including without limitation the rights
|
1094
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1095
|
+
copies of the Software, and to permit persons to whom the Software is
|
882
1096
|
furnished to do so, subject to the following conditions:
|
883
1097
|
|
884
1098
|
The above copyright notice and this permission notice shall be included in
|
@@ -894,7 +1108,34 @@ Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com)
|
|
894
1108
|
|
895
1109
|
================================================================================
|
896
1110
|
|
897
|
-
|
1111
|
+
stringify-object@3.3.0
|
1112
|
+
|
1113
|
+
Copyright (c) 2015, Yeoman team
|
1114
|
+
All rights reserved.
|
1115
|
+
|
1116
|
+
Redistribution and use in source and binary forms, with or without
|
1117
|
+
modification, are permitted provided that the following conditions are met:
|
1118
|
+
|
1119
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
1120
|
+
list of conditions and the following disclaimer.
|
1121
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
1122
|
+
this list of conditions and the following disclaimer in the documentation
|
1123
|
+
and/or other materials provided with the distribution.
|
1124
|
+
|
1125
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
1126
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
1127
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
1128
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
1129
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
1130
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
1131
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
1132
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1133
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
1134
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1135
|
+
|
1136
|
+
================================================================================
|
1137
|
+
|
1138
|
+
tailwindcss@3.4.17
|
898
1139
|
|
899
1140
|
MIT License
|
900
1141
|
|
@@ -920,7 +1161,33 @@ SOFTWARE.
|
|
920
1161
|
|
921
1162
|
================================================================================
|
922
1163
|
|
923
|
-
|
1164
|
+
tmp-cache@1.1.0
|
1165
|
+
|
1166
|
+
The MIT License (MIT)
|
1167
|
+
|
1168
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
1169
|
+
|
1170
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1171
|
+
of this software and associated documentation files (the "Software"), to deal
|
1172
|
+
in the Software without restriction, including without limitation the rights
|
1173
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1174
|
+
copies of the Software, and to permit persons to whom the Software is
|
1175
|
+
furnished to do so, subject to the following conditions:
|
1176
|
+
|
1177
|
+
The above copyright notice and this permission notice shall be included in
|
1178
|
+
all copies or substantial portions of the Software.
|
1179
|
+
|
1180
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1181
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1182
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1183
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1184
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1185
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1186
|
+
THE SOFTWARE.
|
1187
|
+
|
1188
|
+
================================================================================
|
1189
|
+
|
1190
|
+
vscode-css-languageservice@6.2.9
|
924
1191
|
|
925
1192
|
The MIT License (MIT)
|
926
1193
|
|
@@ -946,7 +1213,7 @@ SOFTWARE.
|
|
946
1213
|
|
947
1214
|
================================================================================
|
948
1215
|
|
949
|
-
vscode-
|
1216
|
+
vscode-jsonrpc@8.2.0
|
950
1217
|
|
951
1218
|
Copyright (c) Microsoft Corporation
|
952
1219
|
|
@@ -962,7 +1229,7 @@ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
962
1229
|
|
963
1230
|
================================================================================
|
964
1231
|
|
965
|
-
vscode-
|
1232
|
+
vscode-languageclient@8.1.0
|
966
1233
|
|
967
1234
|
Copyright (c) Microsoft Corporation
|
968
1235
|
|
@@ -978,238 +1245,46 @@ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
978
1245
|
|
979
1246
|
================================================================================
|
980
1247
|
|
981
|
-
vscode-
|
982
|
-
|
983
|
-
The MIT License (MIT)
|
984
|
-
|
985
|
-
Copyright (c) Microsoft
|
986
|
-
|
987
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
988
|
-
|
989
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
990
|
-
|
991
|
-
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.
|
1248
|
+
vscode-languageserver-textdocument@1.0.11
|
992
1249
|
|
993
|
-
|
994
|
-
|
995
|
-
css.escape@1.5.1
|
996
|
-
|
997
|
-
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
998
|
-
|
999
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
1000
|
-
a copy of this software and associated documentation files (the
|
1001
|
-
"Software"), to deal in the Software without restriction, including
|
1002
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
1003
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
1004
|
-
permit persons to whom the Software is furnished to do so, subject to
|
1005
|
-
the following conditions:
|
1006
|
-
|
1007
|
-
The above copyright notice and this permission notice shall be
|
1008
|
-
included in all copies or substantial portions of the Software.
|
1009
|
-
|
1010
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
1011
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1012
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
1013
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
1014
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1015
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
1016
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1017
|
-
|
1018
|
-
================================================================================
|
1250
|
+
Copyright (c) Microsoft Corporation
|
1019
1251
|
|
1020
|
-
|
1252
|
+
All rights reserved.
|
1021
1253
|
|
1022
1254
|
MIT License
|
1023
1255
|
|
1024
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1025
|
-
|
1026
1256
|
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:
|
1027
1257
|
|
1028
1258
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1029
1259
|
|
1030
|
-
THE SOFTWARE IS PROVIDED
|
1031
|
-
|
1032
|
-
================================================================================
|
1033
|
-
|
1034
|
-
line-column@1.0.2
|
1035
|
-
|
1036
|
-
Copyright (c) 2016 IRIDE Monad <iride.monad@gmail.com>
|
1037
|
-
|
1038
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1039
|
-
of this software and associated documentation files (the "Software"), to deal
|
1040
|
-
in the Software without restriction, including without limitation the rights
|
1041
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1042
|
-
copies of the Software, and to permit persons to whom the Software is
|
1043
|
-
furnished to do so, subject to the following conditions:
|
1044
|
-
|
1045
|
-
The above copyright notice and this permission notice shall be included in all
|
1046
|
-
copies or substantial portions of the Software.
|
1047
|
-
|
1048
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1049
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1050
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1051
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1052
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1053
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1054
|
-
SOFTWARE.
|
1260
|
+
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.
|
1055
1261
|
|
1056
1262
|
================================================================================
|
1057
1263
|
|
1058
|
-
|
1264
|
+
vscode-languageserver@8.1.0
|
1059
1265
|
|
1060
|
-
|
1266
|
+
Copyright (c) Microsoft Corporation
|
1061
1267
|
|
1062
|
-
Copyright (c) 2017, Tim Radvan (tjvr)
|
1063
1268
|
All rights reserved.
|
1064
1269
|
|
1065
|
-
|
1066
|
-
modification, are permitted provided that the following conditions are met:
|
1067
|
-
|
1068
|
-
* Redistributions of source code must retain the above copyright notice, this
|
1069
|
-
list of conditions and the following disclaimer.
|
1070
|
-
|
1071
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
1072
|
-
this list of conditions and the following disclaimer in the documentation
|
1073
|
-
and/or other materials provided with the distribution.
|
1074
|
-
|
1075
|
-
* Neither the name of the copyright holder nor the names of its
|
1076
|
-
contributors may be used to endorse or promote products derived from
|
1077
|
-
this software without specific prior written permission.
|
1078
|
-
|
1079
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
1080
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
1081
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
1082
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
1083
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
1084
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
1085
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
1086
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
1087
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1088
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1089
|
-
|
1090
|
-
================================================================================
|
1091
|
-
|
1092
|
-
semver@7.3.7
|
1093
|
-
|
1094
|
-
The ISC License
|
1095
|
-
|
1096
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
1097
|
-
|
1098
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
1099
|
-
purpose with or without fee is hereby granted, provided that the above
|
1100
|
-
copyright notice and this permission notice appear in all copies.
|
1101
|
-
|
1102
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
1103
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
1104
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
1105
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
1106
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
1107
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
1108
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1109
|
-
|
1110
|
-
================================================================================
|
1111
|
-
|
1112
|
-
sift-string@0.0.2
|
1113
|
-
|
1114
|
-
# sift
|
1115
|
-
|
1116
|
-
Fast String Distance (SIFT) Algorithm.
|
1117
|
-
|
1118
|
-
[](https://nodei.co/npm/sift-string/)
|
1119
|
-
|
1120
|
-
[](https://david-dm.org/timoxley/sift)
|
1121
|
-
|
1122
|
-
## Installation
|
1123
|
-
|
1124
|
-
#### Browserify/Node
|
1125
|
-
|
1126
|
-
$ npm install sift-string
|
1127
|
-
|
1128
|
-
|
1129
|
-
#### Component
|
1130
|
-
|
1131
|
-
$ component install timoxley/sift
|
1132
|
-
|
1133
|
-
## Demo
|
1134
|
-
|
1135
|
-
[Demo](http://timoxley.github.com/sift/examples/spellcheck/)
|
1136
|
-
|
1137
|
-
or if you want to check it out locally:
|
1138
|
-
|
1139
|
-
```bash
|
1140
|
-
# run only once to install npm dev dependencies
|
1141
|
-
npm install .
|
1142
|
-
# this will install && build the components and open the demo web page
|
1143
|
-
npm run c-demo
|
1144
|
-
```
|
1145
|
-
|
1146
|
-
## API
|
1147
|
-
|
1148
|
-
### sift(string, string)
|
1149
|
-
|
1150
|
-
Return 'distance' between two strings.
|
1151
|
-
|
1152
|
-
## TODO
|
1153
|
-
|
1154
|
-
* Dictionary Helper supply it emits suggestions.
|
1155
|
-
|
1156
|
-
## Credit
|
1157
|
-
|
1158
|
-
Code extracted from [MailCheck](https://github.com/kicksend/mailcheck)
|
1159
|
-
|
1160
|
-
## License
|
1161
|
-
|
1162
|
-
MIT
|
1163
|
-
|
1164
|
-
================================================================================
|
1165
|
-
|
1166
|
-
stringify-object@3.3.0
|
1167
|
-
|
1168
|
-
Copyright (c) 2015, Yeoman team
|
1169
|
-
All rights reserved.
|
1270
|
+
MIT License
|
1170
1271
|
|
1171
|
-
|
1172
|
-
modification, are permitted provided that the following conditions are met:
|
1272
|
+
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:
|
1173
1273
|
|
1174
|
-
|
1175
|
-
list of conditions and the following disclaimer.
|
1176
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
1177
|
-
this list of conditions and the following disclaimer in the documentation
|
1178
|
-
and/or other materials provided with the distribution.
|
1274
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1179
1275
|
|
1180
|
-
|
1181
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
1182
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
1183
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
1184
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
1185
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
1186
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
1187
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1188
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
1189
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1276
|
+
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.
|
1190
1277
|
|
1191
1278
|
================================================================================
|
1192
1279
|
|
1193
|
-
|
1280
|
+
vscode-uri@3.0.2
|
1194
1281
|
|
1195
1282
|
The MIT License (MIT)
|
1196
1283
|
|
1197
|
-
Copyright (c)
|
1284
|
+
Copyright (c) Microsoft
|
1198
1285
|
|
1199
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1200
|
-
of this software and associated documentation files (the "Software"), to deal
|
1201
|
-
in the Software without restriction, including without limitation the rights
|
1202
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1203
|
-
copies of the Software, and to permit persons to whom the Software is
|
1204
|
-
furnished to do so, subject to the following conditions:
|
1286
|
+
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:
|
1205
1287
|
|
1206
|
-
The above copyright notice and this permission notice shall be included in
|
1207
|
-
all copies or substantial portions of the Software.
|
1288
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1208
1289
|
|
1209
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1210
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1211
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1212
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1213
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1214
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1215
|
-
THE SOFTWARE.
|
1290
|
+
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.
|