sass 1.32.8 → 1.32.12
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/LICENSE +303 -52
- package/package.json +1 -1
- package/sass.dart.js +16998 -16114
package/LICENSE
CHANGED
|
@@ -55,9 +55,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
55
55
|
|
|
56
56
|
--------------------------------------------------------------------------------
|
|
57
57
|
|
|
58
|
-
_fe_analyzer_shared
|
|
58
|
+
_fe_analyzer_shared license:
|
|
59
|
+
|
|
60
|
+
Copyright 2019, the Dart project authors.
|
|
59
61
|
|
|
60
|
-
Copyright 2019, the Dart project authors. All rights reserved.
|
|
61
62
|
Redistribution and use in source and binary forms, with or without
|
|
62
63
|
modification, are permitted provided that the following conditions are
|
|
63
64
|
met:
|
|
@@ -68,7 +69,7 @@ met:
|
|
|
68
69
|
copyright notice, this list of conditions and the following
|
|
69
70
|
disclaimer in the documentation and/or other materials provided
|
|
70
71
|
with the distribution.
|
|
71
|
-
* Neither the name of Google
|
|
72
|
+
* Neither the name of Google LLC nor the names of its
|
|
72
73
|
contributors may be used to endorse or promote products derived
|
|
73
74
|
from this software without specific prior written permission.
|
|
74
75
|
|
|
@@ -87,9 +88,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
87
88
|
|
|
88
89
|
--------------------------------------------------------------------------------
|
|
89
90
|
|
|
90
|
-
analyzer
|
|
91
|
+
analyzer license:
|
|
92
|
+
|
|
93
|
+
Copyright 2013, the Dart project authors.
|
|
91
94
|
|
|
92
|
-
Copyright 2013, the Dart project authors. All rights reserved.
|
|
93
95
|
Redistribution and use in source and binary forms, with or without
|
|
94
96
|
modification, are permitted provided that the following conditions are
|
|
95
97
|
met:
|
|
@@ -100,7 +102,7 @@ met:
|
|
|
100
102
|
copyright notice, this list of conditions and the following
|
|
101
103
|
disclaimer in the documentation and/or other materials provided
|
|
102
104
|
with the distribution.
|
|
103
|
-
* Neither the name of Google
|
|
105
|
+
* Neither the name of Google LLC nor the names of its
|
|
104
106
|
contributors may be used to endorse or promote products derived
|
|
105
107
|
from this software without specific prior written permission.
|
|
106
108
|
|
|
@@ -214,11 +216,10 @@ bzip2:
|
|
|
214
216
|
|
|
215
217
|
--------------------------------------------------------------------------------
|
|
216
218
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
219
|
+
args license:
|
|
220
|
+
|
|
221
|
+
Copyright 2013, the Dart project authors.
|
|
220
222
|
|
|
221
|
-
Copyright 2015, the Dart project authors. All rights reserved.
|
|
222
223
|
Redistribution and use in source and binary forms, with or without
|
|
223
224
|
modification, are permitted provided that the following conditions are
|
|
224
225
|
met:
|
|
@@ -229,7 +230,40 @@ met:
|
|
|
229
230
|
copyright notice, this list of conditions and the following
|
|
230
231
|
disclaimer in the documentation and/or other materials provided
|
|
231
232
|
with the distribution.
|
|
232
|
-
* Neither the name of Google
|
|
233
|
+
* Neither the name of Google LLC nor the names of its
|
|
234
|
+
contributors may be used to endorse or promote products derived
|
|
235
|
+
from this software without specific prior written permission.
|
|
236
|
+
|
|
237
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
238
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
239
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
240
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
241
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
242
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
243
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
244
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
245
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
246
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
247
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
--------------------------------------------------------------------------------
|
|
251
|
+
|
|
252
|
+
async license:
|
|
253
|
+
|
|
254
|
+
Copyright 2015, the Dart project authors.
|
|
255
|
+
|
|
256
|
+
Redistribution and use in source and binary forms, with or without
|
|
257
|
+
modification, are permitted provided that the following conditions are
|
|
258
|
+
met:
|
|
259
|
+
|
|
260
|
+
* Redistributions of source code must retain the above copyright
|
|
261
|
+
notice, this list of conditions and the following disclaimer.
|
|
262
|
+
* Redistributions in binary form must reproduce the above
|
|
263
|
+
copyright notice, this list of conditions and the following
|
|
264
|
+
disclaimer in the documentation and/or other materials provided
|
|
265
|
+
with the distribution.
|
|
266
|
+
* Neither the name of Google LLC nor the names of its
|
|
233
267
|
contributors may be used to endorse or promote products derived
|
|
234
268
|
from this software without specific prior written permission.
|
|
235
269
|
|
|
@@ -281,9 +315,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
281
315
|
|
|
282
316
|
--------------------------------------------------------------------------------
|
|
283
317
|
|
|
284
|
-
charcode,
|
|
285
|
-
|
|
286
|
-
stack_trace, string_scanner, test, watcher and yaml license:
|
|
318
|
+
charcode, glob, http_parser, matcher, path, pool, pub_semver, shelf_web_socket,
|
|
319
|
+
source_maps, source_span, stack_trace, string_scanner, watcher and yaml license:
|
|
287
320
|
|
|
288
321
|
Copyright 2014, the Dart project authors. All rights reserved.
|
|
289
322
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -313,6 +346,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
313
346
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
314
347
|
|
|
315
348
|
|
|
349
|
+
--------------------------------------------------------------------------------
|
|
350
|
+
|
|
351
|
+
checked_yaml and package_config license:
|
|
352
|
+
|
|
353
|
+
Copyright 2019, the Dart project authors. All rights reserved.
|
|
354
|
+
Redistribution and use in source and binary forms, with or without
|
|
355
|
+
modification, are permitted provided that the following conditions are
|
|
356
|
+
met:
|
|
357
|
+
|
|
358
|
+
* Redistributions of source code must retain the above copyright
|
|
359
|
+
notice, this list of conditions and the following disclaimer.
|
|
360
|
+
* Redistributions in binary form must reproduce the above
|
|
361
|
+
copyright notice, this list of conditions and the following
|
|
362
|
+
disclaimer in the documentation and/or other materials provided
|
|
363
|
+
with the distribution.
|
|
364
|
+
* Neither the name of Google Inc. nor the names of its
|
|
365
|
+
contributors may be used to endorse or promote products derived
|
|
366
|
+
from this software without specific prior written permission.
|
|
367
|
+
|
|
368
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
369
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
370
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
371
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
372
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
373
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
374
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
375
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
376
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
377
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
378
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
379
|
+
|
|
380
|
+
|
|
316
381
|
--------------------------------------------------------------------------------
|
|
317
382
|
|
|
318
383
|
cli_pkg license:
|
|
@@ -550,6 +615,39 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
550
615
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
551
616
|
|
|
552
617
|
|
|
618
|
+
--------------------------------------------------------------------------------
|
|
619
|
+
|
|
620
|
+
cli_util, collection, convert, mime, shelf_static, source_map_stack_trace,
|
|
621
|
+
stream_channel, typed_data and vm_service license:
|
|
622
|
+
|
|
623
|
+
Copyright 2015, the Dart project authors. All rights reserved.
|
|
624
|
+
Redistribution and use in source and binary forms, with or without
|
|
625
|
+
modification, are permitted provided that the following conditions are
|
|
626
|
+
met:
|
|
627
|
+
|
|
628
|
+
* Redistributions of source code must retain the above copyright
|
|
629
|
+
notice, this list of conditions and the following disclaimer.
|
|
630
|
+
* Redistributions in binary form must reproduce the above
|
|
631
|
+
copyright notice, this list of conditions and the following
|
|
632
|
+
disclaimer in the documentation and/or other materials provided
|
|
633
|
+
with the distribution.
|
|
634
|
+
* Neither the name of Google Inc. nor the names of its
|
|
635
|
+
contributors may be used to endorse or promote products derived
|
|
636
|
+
from this software without specific prior written permission.
|
|
637
|
+
|
|
638
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
639
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
640
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
641
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
642
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
643
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
644
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
645
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
646
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
647
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
648
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
649
|
+
|
|
650
|
+
|
|
553
651
|
--------------------------------------------------------------------------------
|
|
554
652
|
|
|
555
653
|
coverage and quiver license:
|
|
@@ -757,6 +855,72 @@ coverage and quiver license:
|
|
|
757
855
|
See the License for the specific language governing permissions and
|
|
758
856
|
limitations under the License.
|
|
759
857
|
|
|
858
|
+
--------------------------------------------------------------------------------
|
|
859
|
+
|
|
860
|
+
crypto license:
|
|
861
|
+
|
|
862
|
+
Copyright 2015, the Dart project authors.
|
|
863
|
+
|
|
864
|
+
Redistribution and use in source and binary forms, with or without
|
|
865
|
+
modification, are permitted provided that the following conditions are
|
|
866
|
+
met:
|
|
867
|
+
|
|
868
|
+
* Redistributions of source code must retain the above copyright
|
|
869
|
+
notice, this list of conditions and the following disclaimer.
|
|
870
|
+
* Redistributions in binary form must reproduce the above
|
|
871
|
+
copyright notice, this list of conditions and the following
|
|
872
|
+
disclaimer in the documentation and/or other materials provided
|
|
873
|
+
with the distribution.
|
|
874
|
+
* Neither the name of Google LLC nor the names of its
|
|
875
|
+
contributors may be used to endorse or promote products derived
|
|
876
|
+
from this software without specific prior written permission.
|
|
877
|
+
|
|
878
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
879
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
880
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
881
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
882
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
883
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
884
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
885
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
886
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
887
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
888
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
--------------------------------------------------------------------------------
|
|
892
|
+
|
|
893
|
+
dart_style, http, shelf and test license:
|
|
894
|
+
|
|
895
|
+
Copyright 2014, the Dart project authors.
|
|
896
|
+
|
|
897
|
+
Redistribution and use in source and binary forms, with or without
|
|
898
|
+
modification, are permitted provided that the following conditions are
|
|
899
|
+
met:
|
|
900
|
+
|
|
901
|
+
* Redistributions of source code must retain the above copyright
|
|
902
|
+
notice, this list of conditions and the following disclaimer.
|
|
903
|
+
* Redistributions in binary form must reproduce the above
|
|
904
|
+
copyright notice, this list of conditions and the following
|
|
905
|
+
disclaimer in the documentation and/or other materials provided
|
|
906
|
+
with the distribution.
|
|
907
|
+
* Neither the name of Google LLC nor the names of its
|
|
908
|
+
contributors may be used to endorse or promote products derived
|
|
909
|
+
from this software without specific prior written permission.
|
|
910
|
+
|
|
911
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
912
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
913
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
914
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
915
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
916
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
917
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
918
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
919
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
920
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
921
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
922
|
+
|
|
923
|
+
|
|
760
924
|
--------------------------------------------------------------------------------
|
|
761
925
|
|
|
762
926
|
file license:
|
|
@@ -788,6 +952,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
788
952
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
789
953
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
790
954
|
|
|
955
|
+
--------------------------------------------------------------------------------
|
|
956
|
+
|
|
957
|
+
frontend_server_client license:
|
|
958
|
+
|
|
959
|
+
Copyright 2020, the Dart project authors. All rights reserved.
|
|
960
|
+
Redistribution and use in source and binary forms, with or without
|
|
961
|
+
modification, are permitted provided that the following conditions are
|
|
962
|
+
met:
|
|
963
|
+
|
|
964
|
+
* Redistributions of source code must retain the above copyright
|
|
965
|
+
notice, this list of conditions and the following disclaimer.
|
|
966
|
+
* Redistributions in binary form must reproduce the above
|
|
967
|
+
copyright notice, this list of conditions and the following
|
|
968
|
+
disclaimer in the documentation and/or other materials provided
|
|
969
|
+
with the distribution.
|
|
970
|
+
* Neither the name of Google Inc. nor the names of its
|
|
971
|
+
contributors may be used to endorse or promote products derived
|
|
972
|
+
from this software without specific prior written permission.
|
|
973
|
+
|
|
974
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
975
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
976
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
977
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
978
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
979
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
980
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
981
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
982
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
983
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
984
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
985
|
+
|
|
986
|
+
|
|
791
987
|
--------------------------------------------------------------------------------
|
|
792
988
|
|
|
793
989
|
grinder and webkit_inspection_protocol license:
|
|
@@ -824,10 +1020,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
824
1020
|
|
|
825
1021
|
--------------------------------------------------------------------------------
|
|
826
1022
|
|
|
827
|
-
|
|
828
|
-
|
|
1023
|
+
http_multi_server license:
|
|
1024
|
+
|
|
1025
|
+
Copyright 2014, the Dart project authors.
|
|
829
1026
|
|
|
830
|
-
Copyright 2017, the Dart project authors. All rights reserved.
|
|
831
1027
|
Redistribution and use in source and binary forms, with or without
|
|
832
1028
|
modification, are permitted provided that the following conditions are
|
|
833
1029
|
met:
|
|
@@ -838,7 +1034,7 @@ met:
|
|
|
838
1034
|
copyright notice, this list of conditions and the following
|
|
839
1035
|
disclaimer in the documentation and/or other materials provided
|
|
840
1036
|
with the distribution.
|
|
841
|
-
* Neither the name of Google
|
|
1037
|
+
* Neither the name of Google LLC nor the names of its
|
|
842
1038
|
contributors may be used to endorse or promote products derived
|
|
843
1039
|
from this software without specific prior written permission.
|
|
844
1040
|
|
|
@@ -857,9 +1053,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
857
1053
|
|
|
858
1054
|
--------------------------------------------------------------------------------
|
|
859
1055
|
|
|
860
|
-
|
|
1056
|
+
io, json_annotation, pedantic, stream_transform, term_glyph and test_process
|
|
1057
|
+
license:
|
|
861
1058
|
|
|
862
|
-
Copyright
|
|
1059
|
+
Copyright 2017, the Dart project authors. All rights reserved.
|
|
863
1060
|
Redistribution and use in source and binary forms, with or without
|
|
864
1061
|
modification, are permitted provided that the following conditions are
|
|
865
1062
|
met:
|
|
@@ -889,52 +1086,73 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
889
1086
|
|
|
890
1087
|
--------------------------------------------------------------------------------
|
|
891
1088
|
|
|
892
|
-
|
|
1089
|
+
js license:
|
|
893
1090
|
|
|
894
|
-
Copyright
|
|
895
|
-
|
|
1091
|
+
Copyright 2012, the Dart project authors. All rights reserved.
|
|
1092
|
+
Redistribution and use in source and binary forms, with or without
|
|
1093
|
+
modification, are permitted provided that the following conditions are
|
|
1094
|
+
met:
|
|
1095
|
+
|
|
1096
|
+
* Redistributions of source code must retain the above copyright
|
|
1097
|
+
notice, this list of conditions and the following disclaimer.
|
|
1098
|
+
* Redistributions in binary form must reproduce the above
|
|
1099
|
+
copyright notice, this list of conditions and the following
|
|
1100
|
+
disclaimer in the documentation and/or other materials provided
|
|
1101
|
+
with the distribution.
|
|
1102
|
+
* Neither the name of Google Inc. nor the names of its
|
|
1103
|
+
contributors may be used to endorse or promote products derived
|
|
1104
|
+
from this software without specific prior written permission.
|
|
896
1105
|
|
|
897
|
-
|
|
1106
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1107
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1108
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1109
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1110
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1111
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1112
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1113
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1114
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1115
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1116
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
898
1117
|
|
|
899
|
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
900
|
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
901
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
902
1118
|
|
|
903
1119
|
--------------------------------------------------------------------------------
|
|
904
1120
|
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
Copyright (c) 2017, Anatoly Pulyaevskiy.
|
|
908
|
-
All rights reserved.
|
|
1121
|
+
logging license:
|
|
909
1122
|
|
|
1123
|
+
Copyright 2013, the Dart project authors. All rights reserved.
|
|
910
1124
|
Redistribution and use in source and binary forms, with or without
|
|
911
|
-
modification, are permitted provided that the following conditions are
|
|
1125
|
+
modification, are permitted provided that the following conditions are
|
|
1126
|
+
met:
|
|
1127
|
+
|
|
912
1128
|
* Redistributions of source code must retain the above copyright
|
|
913
1129
|
notice, this list of conditions and the following disclaimer.
|
|
914
|
-
* Redistributions in binary form must reproduce the above
|
|
915
|
-
notice, this list of conditions and the following
|
|
916
|
-
documentation and/or other materials provided
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
1130
|
+
* Redistributions in binary form must reproduce the above
|
|
1131
|
+
copyright notice, this list of conditions and the following
|
|
1132
|
+
disclaimer in the documentation and/or other materials provided
|
|
1133
|
+
with the distribution.
|
|
1134
|
+
* Neither the name of Google Inc. nor the names of its
|
|
1135
|
+
contributors may be used to endorse or promote products derived
|
|
1136
|
+
from this software without specific prior written permission.
|
|
920
1137
|
|
|
921
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
922
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
923
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
924
|
-
DISCLAIMED. IN NO EVENT SHALL
|
|
925
|
-
DIRECT, INDIRECT, INCIDENTAL,
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
1138
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1139
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1140
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1141
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1142
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1143
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1144
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1145
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1146
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1147
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1148
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
931
1149
|
|
|
932
1150
|
|
|
933
1151
|
--------------------------------------------------------------------------------
|
|
934
1152
|
|
|
935
|
-
|
|
1153
|
+
node_interop license:
|
|
936
1154
|
|
|
937
|
-
Copyright (c)
|
|
1155
|
+
Copyright (c) 2017, Anatoly Pulyaevskiy.
|
|
938
1156
|
All rights reserved.
|
|
939
1157
|
|
|
940
1158
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -1020,7 +1238,7 @@ petitparser and xml license:
|
|
|
1020
1238
|
|
|
1021
1239
|
The MIT License
|
|
1022
1240
|
|
|
1023
|
-
Copyright (c) 2006-
|
|
1241
|
+
Copyright (c) 2006-2021 Lukas Renggli.
|
|
1024
1242
|
All rights reserved.
|
|
1025
1243
|
|
|
1026
1244
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1044,7 +1262,7 @@ THE SOFTWARE.
|
|
|
1044
1262
|
|
|
1045
1263
|
--------------------------------------------------------------------------------
|
|
1046
1264
|
|
|
1047
|
-
pubspec_parse
|
|
1265
|
+
pubspec_parse license:
|
|
1048
1266
|
|
|
1049
1267
|
Copyright 2018, the Dart project authors. All rights reserved.
|
|
1050
1268
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -1074,6 +1292,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1074
1292
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1075
1293
|
|
|
1076
1294
|
|
|
1295
|
+
--------------------------------------------------------------------------------
|
|
1296
|
+
|
|
1297
|
+
test_api and test_core license:
|
|
1298
|
+
|
|
1299
|
+
Copyright 2018, the Dart project authors.
|
|
1300
|
+
|
|
1301
|
+
Redistribution and use in source and binary forms, with or without
|
|
1302
|
+
modification, are permitted provided that the following conditions are
|
|
1303
|
+
met:
|
|
1304
|
+
|
|
1305
|
+
* Redistributions of source code must retain the above copyright
|
|
1306
|
+
notice, this list of conditions and the following disclaimer.
|
|
1307
|
+
* Redistributions in binary form must reproduce the above
|
|
1308
|
+
copyright notice, this list of conditions and the following
|
|
1309
|
+
disclaimer in the documentation and/or other materials provided
|
|
1310
|
+
with the distribution.
|
|
1311
|
+
* Neither the name of Google LLC nor the names of its
|
|
1312
|
+
contributors may be used to endorse or promote products derived
|
|
1313
|
+
from this software without specific prior written permission.
|
|
1314
|
+
|
|
1315
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1316
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1317
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1318
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1319
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1320
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1321
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1322
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1323
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1324
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1325
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1326
|
+
|
|
1327
|
+
|
|
1077
1328
|
--------------------------------------------------------------------------------
|
|
1078
1329
|
|
|
1079
1330
|
tuple license:
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=
|
|
1
|
+
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.32.12","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|