sass 1.35.1 → 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 +104 -39
- package/package.json +1 -1
- package/sass.dart.js +1653 -1420
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
|
|
|
@@ -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,25 +983,27 @@ 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.
|
|
959
993
|
|
|
960
994
|
Redistribution and use in source and binary forms, with or without
|
|
961
995
|
modification, are permitted provided that the following conditions are
|
|
962
996
|
met:
|
|
963
997
|
|
|
964
998
|
* Redistributions of source code must retain the above copyright
|
|
965
|
-
|
|
999
|
+
notice, this list of conditions and the following disclaimer.
|
|
966
1000
|
* Redistributions in binary form must reproduce the above
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
* Neither the name of Google
|
|
971
|
-
|
|
972
|
-
|
|
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.
|
|
973
1007
|
|
|
974
1008
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
975
1009
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
@@ -986,24 +1020,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
986
1020
|
|
|
987
1021
|
--------------------------------------------------------------------------------
|
|
988
1022
|
|
|
989
|
-
|
|
1023
|
+
http_multi_server license:
|
|
990
1024
|
|
|
991
|
-
Copyright
|
|
992
|
-
All rights reserved.
|
|
1025
|
+
Copyright 2014, the Dart project authors.
|
|
993
1026
|
|
|
994
1027
|
Redistribution and use in source and binary forms, with or without
|
|
995
1028
|
modification, are permitted provided that the following conditions are
|
|
996
1029
|
met:
|
|
997
1030
|
|
|
998
1031
|
* Redistributions of source code must retain the above copyright
|
|
999
|
-
notice, this list of conditions and the following disclaimer.
|
|
1032
|
+
notice, this list of conditions and the following disclaimer.
|
|
1000
1033
|
* 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.
|
|
1034
|
+
copyright notice, this list of conditions and the following
|
|
1035
|
+
disclaimer in the documentation and/or other materials provided
|
|
1036
|
+
with the distribution.
|
|
1037
|
+
* Neither the name of Google LLC nor the names of its
|
|
1038
|
+
contributors may be used to endorse or promote products derived
|
|
1039
|
+
from this software without specific prior written permission.
|
|
1007
1040
|
|
|
1008
1041
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1009
1042
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
@@ -1020,9 +1053,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1020
1053
|
|
|
1021
1054
|
--------------------------------------------------------------------------------
|
|
1022
1055
|
|
|
1023
|
-
|
|
1056
|
+
io license:
|
|
1024
1057
|
|
|
1025
|
-
Copyright
|
|
1058
|
+
Copyright 2017, the Dart project authors.
|
|
1026
1059
|
|
|
1027
1060
|
Redistribution and use in source and binary forms, with or without
|
|
1028
1061
|
modification, are permitted provided that the following conditions are
|
|
@@ -1053,10 +1086,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1053
1086
|
|
|
1054
1087
|
--------------------------------------------------------------------------------
|
|
1055
1088
|
|
|
1056
|
-
|
|
1057
|
-
license:
|
|
1089
|
+
js license:
|
|
1058
1090
|
|
|
1059
|
-
Copyright
|
|
1091
|
+
Copyright 2012, the Dart project authors. All rights reserved.
|
|
1060
1092
|
Redistribution and use in source and binary forms, with or without
|
|
1061
1093
|
modification, are permitted provided that the following conditions are
|
|
1062
1094
|
met:
|
|
@@ -1086,9 +1118,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1086
1118
|
|
|
1087
1119
|
--------------------------------------------------------------------------------
|
|
1088
1120
|
|
|
1089
|
-
|
|
1121
|
+
json_annotation, pedantic, stream_transform and term_glyph license:
|
|
1090
1122
|
|
|
1091
|
-
Copyright
|
|
1123
|
+
Copyright 2017, the Dart project authors. All rights reserved.
|
|
1092
1124
|
Redistribution and use in source and binary forms, with or without
|
|
1093
1125
|
modification, are permitted provided that the following conditions are
|
|
1094
1126
|
met:
|
|
@@ -1358,6 +1390,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1358
1390
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1359
1391
|
|
|
1360
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
|
+
|
|
1361
1426
|
--------------------------------------------------------------------------------
|
|
1362
1427
|
|
|
1363
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.35.
|
|
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"}
|