sass 1.34.1 → 1.36.0

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.
Files changed (3) hide show
  1. package/LICENSE +103 -39
  2. package/package.json +1 -1
  3. package/sass.dart.js +3001 -2681
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, cli_util and shelf_static license:
253
253
 
254
254
  Copyright 2015, the Dart project authors.
255
255
 
@@ -616,8 +616,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
616
616
 
617
617
  --------------------------------------------------------------------------------
618
618
 
619
- cli_util, collection, convert, mime, shelf_static, source_map_stack_trace,
620
- stream_channel and typed_data license:
619
+ collection, mime, source_map_stack_trace, stream_channel and typed_data license:
621
620
 
622
621
  Copyright 2015, the Dart project authors. All rights reserved.
623
622
  Redistribution and use in source and binary forms, with or without
@@ -647,6 +646,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
647
646
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
648
647
 
649
648
 
649
+ --------------------------------------------------------------------------------
650
+
651
+ convert, crypto and vm_service license:
652
+
653
+ Copyright 2015, the Dart project authors.
654
+
655
+ Redistribution and use in source and binary forms, with or without
656
+ modification, are permitted provided that the following conditions are
657
+ met:
658
+
659
+ * Redistributions of source code must retain the above copyright
660
+ notice, this list of conditions and the following disclaimer.
661
+ * Redistributions in binary form must reproduce the above
662
+ copyright notice, this list of conditions and the following
663
+ disclaimer in the documentation and/or other materials provided
664
+ with the distribution.
665
+ * Neither the name of Google LLC nor the names of its
666
+ contributors may be used to endorse or promote products derived
667
+ from this software without specific prior written permission.
668
+
669
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
670
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
671
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
672
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
673
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
674
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
675
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
676
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
677
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
678
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
679
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
680
+
681
+
650
682
  --------------------------------------------------------------------------------
651
683
 
652
684
  coverage and quiver license:
@@ -856,9 +888,9 @@ coverage and quiver license:
856
888
 
857
889
  --------------------------------------------------------------------------------
858
890
 
859
- crypto and vm_service license:
891
+ dart_style, http, shelf and test license:
860
892
 
861
- Copyright 2015, the Dart project authors.
893
+ Copyright 2014, the Dart project authors.
862
894
 
863
895
  Redistribution and use in source and binary forms, with or without
864
896
  modification, are permitted provided that the following conditions are
@@ -889,10 +921,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
889
921
 
890
922
  --------------------------------------------------------------------------------
891
923
 
892
- dart_style, http, shelf and test license:
893
-
894
- Copyright 2014, the Dart project authors.
924
+ file license:
895
925
 
926
+ Copyright 2017, the Dart project authors. All rights reserved.
896
927
  Redistribution and use in source and binary forms, with or without
897
928
  modification, are permitted provided that the following conditions are
898
929
  met:
@@ -903,7 +934,7 @@ met:
903
934
  copyright notice, this list of conditions and the following
904
935
  disclaimer in the documentation and/or other materials provided
905
936
  with the distribution.
906
- * Neither the name of Google LLC nor the names of its
937
+ * Neither the name of Google Inc. nor the names of its
907
938
  contributors may be used to endorse or promote products derived
908
939
  from this software without specific prior written permission.
909
940
 
@@ -919,12 +950,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
919
950
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
920
951
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
921
952
 
922
-
923
953
  --------------------------------------------------------------------------------
924
954
 
925
- file license:
955
+ frontend_server_client license:
956
+
957
+ Copyright 2020, the Dart project authors.
926
958
 
927
- Copyright 2017, the Dart project authors. All rights reserved.
928
959
  Redistribution and use in source and binary forms, with or without
929
960
  modification, are permitted provided that the following conditions are
930
961
  met:
@@ -935,7 +966,7 @@ met:
935
966
  copyright notice, this list of conditions and the following
936
967
  disclaimer in the documentation and/or other materials provided
937
968
  with the distribution.
938
- * Neither the name of Google Inc. nor the names of its
969
+ * Neither the name of Google LLC nor the names of its
939
970
  contributors may be used to endorse or promote products derived
940
971
  from this software without specific prior written permission.
941
972
 
@@ -951,25 +982,27 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
951
982
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
952
983
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
953
984
 
985
+
954
986
  --------------------------------------------------------------------------------
955
987
 
956
- frontend_server_client license:
988
+ grinder and webkit_inspection_protocol license:
957
989
 
958
- Copyright 2020, the Dart project authors.
990
+ Copyright 2013, Google Inc.
991
+ All rights reserved.
959
992
 
960
993
  Redistribution and use in source and binary forms, with or without
961
994
  modification, are permitted provided that the following conditions are
962
995
  met:
963
996
 
964
997
  * Redistributions of source code must retain the above copyright
965
- notice, this list of conditions and the following disclaimer.
998
+ notice, this list of conditions and the following disclaimer.
966
999
  * 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 LLC 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.
1000
+ copyright notice, this list of conditions and the following disclaimer
1001
+ in the documentation and/or other materials provided with the
1002
+ distribution.
1003
+ * Neither the name of Google Inc. nor the names of its
1004
+ contributors may be used to endorse or promote products derived from
1005
+ this software without specific prior written permission.
973
1006
 
974
1007
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
975
1008
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -986,24 +1019,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
986
1019
 
987
1020
  --------------------------------------------------------------------------------
988
1021
 
989
- grinder and webkit_inspection_protocol license:
1022
+ http_multi_server license:
990
1023
 
991
- Copyright 2013, Google Inc.
992
- All rights reserved.
1024
+ Copyright 2014, the Dart project authors.
993
1025
 
994
1026
  Redistribution and use in source and binary forms, with or without
995
1027
  modification, are permitted provided that the following conditions are
996
1028
  met:
997
1029
 
998
1030
  * Redistributions of source code must retain the above copyright
999
- notice, this list of conditions and the following disclaimer.
1031
+ notice, this list of conditions and the following disclaimer.
1000
1032
  * 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.
1033
+ copyright notice, this list of conditions and the following
1034
+ disclaimer in the documentation and/or other materials provided
1035
+ with the distribution.
1036
+ * Neither the name of Google LLC nor the names of its
1037
+ contributors may be used to endorse or promote products derived
1038
+ from this software without specific prior written permission.
1007
1039
 
1008
1040
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1009
1041
  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -1020,9 +1052,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1020
1052
 
1021
1053
  --------------------------------------------------------------------------------
1022
1054
 
1023
- http_multi_server license:
1055
+ io license:
1024
1056
 
1025
- Copyright 2014, the Dart project authors.
1057
+ Copyright 2017, the Dart project authors.
1026
1058
 
1027
1059
  Redistribution and use in source and binary forms, with or without
1028
1060
  modification, are permitted provided that the following conditions are
@@ -1053,10 +1085,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1053
1085
 
1054
1086
  --------------------------------------------------------------------------------
1055
1087
 
1056
- io, json_annotation, pedantic, stream_transform, term_glyph and test_process
1057
- license:
1088
+ js license:
1058
1089
 
1059
- Copyright 2017, the Dart project authors. All rights reserved.
1090
+ Copyright 2012, the Dart project authors. All rights reserved.
1060
1091
  Redistribution and use in source and binary forms, with or without
1061
1092
  modification, are permitted provided that the following conditions are
1062
1093
  met:
@@ -1086,9 +1117,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1086
1117
 
1087
1118
  --------------------------------------------------------------------------------
1088
1119
 
1089
- js license:
1120
+ json_annotation, pedantic, stream_transform and term_glyph license:
1090
1121
 
1091
- Copyright 2012, the Dart project authors. All rights reserved.
1122
+ Copyright 2017, the Dart project authors. All rights reserved.
1092
1123
  Redistribution and use in source and binary forms, with or without
1093
1124
  modification, are permitted provided that the following conditions are
1094
1125
  met:
@@ -1358,6 +1389,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1358
1389
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1359
1390
 
1360
1391
 
1392
+ --------------------------------------------------------------------------------
1393
+
1394
+ test_process license:
1395
+
1396
+ Copyright 2017, the Dart project authors.
1397
+
1398
+ Redistribution and use in source and binary forms, with or without
1399
+ modification, are permitted provided that the following conditions are
1400
+ met:
1401
+
1402
+ * Redistributions of source code must retain the above copyright
1403
+ notice, this list of conditions and the following disclaimer.
1404
+ * Redistributions in binary form must reproduce the above
1405
+ copyright notice, this list of conditions and the following
1406
+ disclaimer in the documentation and/or other materials provided
1407
+ with the distribution.
1408
+ * Neither the name of Google LLC nor the names of its
1409
+ contributors may be used to endorse or promote products derived
1410
+ from this software without specific prior written permission.
1411
+
1412
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1413
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1414
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1415
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1416
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1417
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1418
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1419
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1420
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1421
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1422
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1423
+
1424
+
1361
1425
  --------------------------------------------------------------------------------
1362
1426
 
1363
1427
  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.34.1","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
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.36.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}