sass 1.34.0 → 1.35.2
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 +135 -37
- package/package.json +1 -1
- package/sass.dart.js +2854 -2467
package/LICENSE
CHANGED
|
@@ -249,7 +249,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
249
249
|
|
|
250
250
|
--------------------------------------------------------------------------------
|
|
251
251
|
|
|
252
|
-
async license:
|
|
252
|
+
async and cli_util license:
|
|
253
253
|
|
|
254
254
|
Copyright 2015, the Dart project authors.
|
|
255
255
|
|
|
@@ -282,7 +282,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
282
282
|
|
|
283
283
|
--------------------------------------------------------------------------------
|
|
284
284
|
|
|
285
|
-
boolean_selector,
|
|
285
|
+
boolean_selector, shelf_packages_handler and test_descriptor license:
|
|
286
286
|
|
|
287
287
|
Copyright 2016, the Dart project authors. All rights reserved.
|
|
288
288
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -616,8 +616,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
616
616
|
|
|
617
617
|
--------------------------------------------------------------------------------
|
|
618
618
|
|
|
619
|
-
|
|
620
|
-
|
|
619
|
+
collection, mime, shelf_static, source_map_stack_trace, stream_channel and
|
|
620
|
+
typed_data license:
|
|
621
621
|
|
|
622
622
|
Copyright 2015, the Dart project authors. All rights reserved.
|
|
623
623
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -647,6 +647,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
647
647
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
648
648
|
|
|
649
649
|
|
|
650
|
+
--------------------------------------------------------------------------------
|
|
651
|
+
|
|
652
|
+
convert, crypto and vm_service license:
|
|
653
|
+
|
|
654
|
+
Copyright 2015, the Dart project authors.
|
|
655
|
+
|
|
656
|
+
Redistribution and use in source and binary forms, with or without
|
|
657
|
+
modification, are permitted provided that the following conditions are
|
|
658
|
+
met:
|
|
659
|
+
|
|
660
|
+
* Redistributions of source code must retain the above copyright
|
|
661
|
+
notice, this list of conditions and the following disclaimer.
|
|
662
|
+
* Redistributions in binary form must reproduce the above
|
|
663
|
+
copyright notice, this list of conditions and the following
|
|
664
|
+
disclaimer in the documentation and/or other materials provided
|
|
665
|
+
with the distribution.
|
|
666
|
+
* Neither the name of Google LLC nor the names of its
|
|
667
|
+
contributors may be used to endorse or promote products derived
|
|
668
|
+
from this software without specific prior written permission.
|
|
669
|
+
|
|
670
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
671
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
672
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
673
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
674
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
675
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
676
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
677
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
678
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
679
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
680
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
681
|
+
|
|
682
|
+
|
|
650
683
|
--------------------------------------------------------------------------------
|
|
651
684
|
|
|
652
685
|
coverage and quiver license:
|
|
@@ -856,9 +889,9 @@ coverage and quiver license:
|
|
|
856
889
|
|
|
857
890
|
--------------------------------------------------------------------------------
|
|
858
891
|
|
|
859
|
-
|
|
892
|
+
dart_style, http, shelf and test license:
|
|
860
893
|
|
|
861
|
-
Copyright
|
|
894
|
+
Copyright 2014, the Dart project authors.
|
|
862
895
|
|
|
863
896
|
Redistribution and use in source and binary forms, with or without
|
|
864
897
|
modification, are permitted provided that the following conditions are
|
|
@@ -889,10 +922,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
889
922
|
|
|
890
923
|
--------------------------------------------------------------------------------
|
|
891
924
|
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
Copyright 2014, the Dart project authors.
|
|
925
|
+
file license:
|
|
895
926
|
|
|
927
|
+
Copyright 2017, the Dart project authors. All rights reserved.
|
|
896
928
|
Redistribution and use in source and binary forms, with or without
|
|
897
929
|
modification, are permitted provided that the following conditions are
|
|
898
930
|
met:
|
|
@@ -903,7 +935,7 @@ met:
|
|
|
903
935
|
copyright notice, this list of conditions and the following
|
|
904
936
|
disclaimer in the documentation and/or other materials provided
|
|
905
937
|
with the distribution.
|
|
906
|
-
* Neither the name of Google
|
|
938
|
+
* Neither the name of Google Inc. nor the names of its
|
|
907
939
|
contributors may be used to endorse or promote products derived
|
|
908
940
|
from this software without specific prior written permission.
|
|
909
941
|
|
|
@@ -919,12 +951,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
919
951
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
920
952
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
921
953
|
|
|
922
|
-
|
|
923
954
|
--------------------------------------------------------------------------------
|
|
924
955
|
|
|
925
|
-
|
|
956
|
+
frontend_server_client license:
|
|
957
|
+
|
|
958
|
+
Copyright 2020, the Dart project authors.
|
|
926
959
|
|
|
927
|
-
Copyright 2017, the Dart project authors. All rights reserved.
|
|
928
960
|
Redistribution and use in source and binary forms, with or without
|
|
929
961
|
modification, are permitted provided that the following conditions are
|
|
930
962
|
met:
|
|
@@ -935,7 +967,7 @@ met:
|
|
|
935
967
|
copyright notice, this list of conditions and the following
|
|
936
968
|
disclaimer in the documentation and/or other materials provided
|
|
937
969
|
with the distribution.
|
|
938
|
-
* Neither the name of Google
|
|
970
|
+
* Neither the name of Google LLC nor the names of its
|
|
939
971
|
contributors may be used to endorse or promote products derived
|
|
940
972
|
from this software without specific prior written permission.
|
|
941
973
|
|
|
@@ -951,11 +983,46 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
951
983
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
952
984
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
953
985
|
|
|
986
|
+
|
|
954
987
|
--------------------------------------------------------------------------------
|
|
955
988
|
|
|
956
|
-
|
|
989
|
+
grinder and webkit_inspection_protocol license:
|
|
957
990
|
|
|
958
|
-
Copyright
|
|
991
|
+
Copyright 2013, Google Inc.
|
|
992
|
+
All rights reserved.
|
|
993
|
+
|
|
994
|
+
Redistribution and use in source and binary forms, with or without
|
|
995
|
+
modification, are permitted provided that the following conditions are
|
|
996
|
+
met:
|
|
997
|
+
|
|
998
|
+
* Redistributions of source code must retain the above copyright
|
|
999
|
+
notice, this list of conditions and the following disclaimer.
|
|
1000
|
+
* Redistributions in binary form must reproduce the above
|
|
1001
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
1002
|
+
in the documentation and/or other materials provided with the
|
|
1003
|
+
distribution.
|
|
1004
|
+
* Neither the name of Google Inc. nor the names of its
|
|
1005
|
+
contributors may be used to endorse or promote products derived from
|
|
1006
|
+
this software without specific prior written permission.
|
|
1007
|
+
|
|
1008
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1009
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1010
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1011
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1012
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1013
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1014
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1015
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1016
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1017
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1018
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
--------------------------------------------------------------------------------
|
|
1022
|
+
|
|
1023
|
+
http_multi_server license:
|
|
1024
|
+
|
|
1025
|
+
Copyright 2014, the Dart project authors.
|
|
959
1026
|
|
|
960
1027
|
Redistribution and use in source and binary forms, with or without
|
|
961
1028
|
modification, are permitted provided that the following conditions are
|
|
@@ -986,24 +1053,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
986
1053
|
|
|
987
1054
|
--------------------------------------------------------------------------------
|
|
988
1055
|
|
|
989
|
-
|
|
1056
|
+
io license:
|
|
990
1057
|
|
|
991
|
-
Copyright
|
|
992
|
-
All rights reserved.
|
|
1058
|
+
Copyright 2017, the Dart project authors.
|
|
993
1059
|
|
|
994
1060
|
Redistribution and use in source and binary forms, with or without
|
|
995
1061
|
modification, are permitted provided that the following conditions are
|
|
996
1062
|
met:
|
|
997
1063
|
|
|
998
1064
|
* Redistributions of source code must retain the above copyright
|
|
999
|
-
notice, this list of conditions and the following disclaimer.
|
|
1065
|
+
notice, this list of conditions and the following disclaimer.
|
|
1000
1066
|
* Redistributions in binary form must reproduce the above
|
|
1001
|
-
copyright notice, this list of conditions and the following
|
|
1002
|
-
in the documentation and/or other materials provided
|
|
1003
|
-
distribution.
|
|
1004
|
-
* Neither the name of Google
|
|
1005
|
-
contributors may be used to endorse or promote products derived
|
|
1006
|
-
this software without specific prior written permission.
|
|
1067
|
+
copyright notice, this list of conditions and the following
|
|
1068
|
+
disclaimer in the documentation and/or other materials provided
|
|
1069
|
+
with the distribution.
|
|
1070
|
+
* Neither the name of Google LLC nor the names of its
|
|
1071
|
+
contributors may be used to endorse or promote products derived
|
|
1072
|
+
from this software without specific prior written permission.
|
|
1007
1073
|
|
|
1008
1074
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1009
1075
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
@@ -1020,10 +1086,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1020
1086
|
|
|
1021
1087
|
--------------------------------------------------------------------------------
|
|
1022
1088
|
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
Copyright 2014, the Dart project authors.
|
|
1089
|
+
js license:
|
|
1026
1090
|
|
|
1091
|
+
Copyright 2012, the Dart project authors. All rights reserved.
|
|
1027
1092
|
Redistribution and use in source and binary forms, with or without
|
|
1028
1093
|
modification, are permitted provided that the following conditions are
|
|
1029
1094
|
met:
|
|
@@ -1034,7 +1099,7 @@ met:
|
|
|
1034
1099
|
copyright notice, this list of conditions and the following
|
|
1035
1100
|
disclaimer in the documentation and/or other materials provided
|
|
1036
1101
|
with the distribution.
|
|
1037
|
-
* Neither the name of Google
|
|
1102
|
+
* Neither the name of Google Inc. nor the names of its
|
|
1038
1103
|
contributors may be used to endorse or promote products derived
|
|
1039
1104
|
from this software without specific prior written permission.
|
|
1040
1105
|
|
|
@@ -1053,8 +1118,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1053
1118
|
|
|
1054
1119
|
--------------------------------------------------------------------------------
|
|
1055
1120
|
|
|
1056
|
-
|
|
1057
|
-
license:
|
|
1121
|
+
json_annotation, pedantic, stream_transform and term_glyph license:
|
|
1058
1122
|
|
|
1059
1123
|
Copyright 2017, the Dart project authors. All rights reserved.
|
|
1060
1124
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -1086,9 +1150,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1086
1150
|
|
|
1087
1151
|
--------------------------------------------------------------------------------
|
|
1088
1152
|
|
|
1089
|
-
|
|
1153
|
+
logging license:
|
|
1090
1154
|
|
|
1091
|
-
Copyright
|
|
1155
|
+
Copyright 2013, the Dart project authors. All rights reserved.
|
|
1092
1156
|
Redistribution and use in source and binary forms, with or without
|
|
1093
1157
|
modification, are permitted provided that the following conditions are
|
|
1094
1158
|
met:
|
|
@@ -1118,9 +1182,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1118
1182
|
|
|
1119
1183
|
--------------------------------------------------------------------------------
|
|
1120
1184
|
|
|
1121
|
-
|
|
1185
|
+
meta license:
|
|
1186
|
+
|
|
1187
|
+
Copyright 2016, the Dart project authors.
|
|
1122
1188
|
|
|
1123
|
-
Copyright 2013, the Dart project authors. All rights reserved.
|
|
1124
1189
|
Redistribution and use in source and binary forms, with or without
|
|
1125
1190
|
modification, are permitted provided that the following conditions are
|
|
1126
1191
|
met:
|
|
@@ -1131,7 +1196,7 @@ met:
|
|
|
1131
1196
|
copyright notice, this list of conditions and the following
|
|
1132
1197
|
disclaimer in the documentation and/or other materials provided
|
|
1133
1198
|
with the distribution.
|
|
1134
|
-
* Neither the name of Google
|
|
1199
|
+
* Neither the name of Google LLC nor the names of its
|
|
1135
1200
|
contributors may be used to endorse or promote products derived
|
|
1136
1201
|
from this software without specific prior written permission.
|
|
1137
1202
|
|
|
@@ -1325,6 +1390,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1325
1390
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1326
1391
|
|
|
1327
1392
|
|
|
1393
|
+
--------------------------------------------------------------------------------
|
|
1394
|
+
|
|
1395
|
+
test_process license:
|
|
1396
|
+
|
|
1397
|
+
Copyright 2017, the Dart project authors.
|
|
1398
|
+
|
|
1399
|
+
Redistribution and use in source and binary forms, with or without
|
|
1400
|
+
modification, are permitted provided that the following conditions are
|
|
1401
|
+
met:
|
|
1402
|
+
|
|
1403
|
+
* Redistributions of source code must retain the above copyright
|
|
1404
|
+
notice, this list of conditions and the following disclaimer.
|
|
1405
|
+
* Redistributions in binary form must reproduce the above
|
|
1406
|
+
copyright notice, this list of conditions and the following
|
|
1407
|
+
disclaimer in the documentation and/or other materials provided
|
|
1408
|
+
with the distribution.
|
|
1409
|
+
* Neither the name of Google LLC nor the names of its
|
|
1410
|
+
contributors may be used to endorse or promote products derived
|
|
1411
|
+
from this software without specific prior written permission.
|
|
1412
|
+
|
|
1413
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1414
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1415
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1416
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1417
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1418
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1419
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1420
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1421
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1422
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1423
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1424
|
+
|
|
1425
|
+
|
|
1328
1426
|
--------------------------------------------------------------------------------
|
|
1329
1427
|
|
|
1330
1428
|
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":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"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":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.35.2","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|