sass 1.55.0 → 1.56.1

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 +16 -78
  2. package/package.json +1 -1
  3. package/sass.dart.js +1776 -1698
package/LICENSE CHANGED
@@ -182,7 +182,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
182
182
 
183
183
  --------------------------------------------------------------------------------
184
184
 
185
- async, cli_util, collection, mime, stream_channel and typed_data license:
185
+ async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
186
+ typed_data license:
186
187
 
187
188
  Copyright 2015, the Dart project authors.
188
189
 
@@ -215,9 +216,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
215
216
 
216
217
  --------------------------------------------------------------------------------
217
218
 
218
- boolean_selector and test_descriptor license:
219
+ boolean_selector, meta and shelf_packages_handler license:
220
+
221
+ Copyright 2016, the Dart project authors.
219
222
 
220
- Copyright 2016, the Dart project authors. All rights reserved.
221
223
  Redistribution and use in source and binary forms, with or without
222
224
  modification, are permitted provided that the following conditions are
223
225
  met:
@@ -228,7 +230,7 @@ met:
228
230
  copyright notice, this list of conditions and the following
229
231
  disclaimer in the documentation and/or other materials provided
230
232
  with the distribution.
231
- * Neither the name of Google Inc. nor the names of its
233
+ * Neither the name of Google LLC nor the names of its
232
234
  contributors may be used to endorse or promote products derived
233
235
  from this software without specific prior written permission.
234
236
 
@@ -247,7 +249,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
247
249
 
248
250
  --------------------------------------------------------------------------------
249
251
 
250
- charcode, oauth2, source_maps and stack_trace license:
252
+ charcode license:
251
253
 
252
254
  Copyright 2014, the Dart project authors. All rights reserved.
253
255
  Redistribution and use in source and binary forms, with or without
@@ -757,7 +759,7 @@ Adam Barth - abarth@webkit.org
757
759
  Eric Seidel - eric@webkit.org
758
760
  The Mozilla Foundation (contributions from Henri Sivonen since 2008)
759
761
  David Flanagan (Mozilla) - dflanagan@mozilla.com
760
- Google Inc. (contributed the Dart port) - misc@dartlang.org
762
+ Google LLC (contributed the Dart port) - misc@dartlang.org
761
763
 
762
764
  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:
763
765
 
@@ -768,7 +770,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
768
770
 
769
771
  --------------------------------------------------------------------------------
770
772
 
771
- http_multi_server, shelf and shelf_web_socket license:
773
+ http_multi_server, oauth2, shelf, shelf_web_socket, source_maps and stack_trace
774
+ license:
772
775
 
773
776
  Copyright 2014, the Dart project authors.
774
777
 
@@ -801,7 +804,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
801
804
 
802
805
  --------------------------------------------------------------------------------
803
806
 
804
- io and term_glyph license:
807
+ io, stream_transform and term_glyph license:
805
808
 
806
809
  Copyright 2017, the Dart project authors.
807
810
 
@@ -867,7 +870,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
867
870
 
868
871
  --------------------------------------------------------------------------------
869
872
 
870
- json_annotation and stream_transform license:
873
+ json_annotation license:
871
874
 
872
875
  Copyright 2017, the Dart project authors. All rights reserved.
873
876
  Redistribution and use in source and binary forms, with or without
@@ -963,39 +966,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
963
966
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
964
967
 
965
968
 
966
- --------------------------------------------------------------------------------
967
-
968
- meta and shelf_packages_handler license:
969
-
970
- Copyright 2016, the Dart project authors.
971
-
972
- Redistribution and use in source and binary forms, with or without
973
- modification, are permitted provided that the following conditions are
974
- met:
975
-
976
- * Redistributions of source code must retain the above copyright
977
- notice, this list of conditions and the following disclaimer.
978
- * Redistributions in binary form must reproduce the above
979
- copyright notice, this list of conditions and the following
980
- disclaimer in the documentation and/or other materials provided
981
- with the distribution.
982
- * Neither the name of Google LLC nor the names of its
983
- contributors may be used to endorse or promote products derived
984
- from this software without specific prior written permission.
985
-
986
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
987
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
988
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
989
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
990
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
991
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
992
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
993
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
994
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
995
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
996
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
997
-
998
-
999
969
  --------------------------------------------------------------------------------
1000
970
 
1001
971
  node_interop license:
@@ -1440,9 +1410,10 @@ quiver license:
1440
1410
 
1441
1411
  --------------------------------------------------------------------------------
1442
1412
 
1443
- source_map_stack_trace license:
1413
+ test_descriptor and web_socket_channel license:
1414
+
1415
+ Copyright 2016, the Dart project authors.
1444
1416
 
1445
- Copyright 2015, the Dart project authors. All rights reserved.
1446
1417
  Redistribution and use in source and binary forms, with or without
1447
1418
  modification, are permitted provided that the following conditions are
1448
1419
  met:
@@ -1453,7 +1424,7 @@ met:
1453
1424
  copyright notice, this list of conditions and the following
1454
1425
  disclaimer in the documentation and/or other materials provided
1455
1426
  with the distribution.
1456
- * Neither the name of Google Inc. nor the names of its
1427
+ * Neither the name of Google LLC nor the names of its
1457
1428
  contributors may be used to endorse or promote products derived
1458
1429
  from this software without specific prior written permission.
1459
1430
 
@@ -1560,39 +1531,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1560
1531
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1561
1532
 
1562
1533
 
1563
- --------------------------------------------------------------------------------
1564
-
1565
- web_socket_channel license:
1566
-
1567
- Copyright 2016, the Dart project authors.
1568
-
1569
- Redistribution and use in source and binary forms, with or without
1570
- modification, are permitted provided that the following conditions are
1571
- met:
1572
-
1573
- * Redistributions of source code must retain the above copyright
1574
- notice, this list of conditions and the following disclaimer.
1575
- * Redistributions in binary form must reproduce the above
1576
- copyright notice, this list of conditions and the following
1577
- disclaimer in the documentation and/or other materials provided
1578
- with the distribution.
1579
- * Neither the name of Google LLC nor the names of its
1580
- contributors may be used to endorse or promote products derived
1581
- from this software without specific prior written permission.
1582
-
1583
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1584
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1585
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1586
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1587
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1588
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1589
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1590
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1591
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1592
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1593
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1594
-
1595
-
1596
1534
  --------------------------------------------------------------------------------
1597
1535
 
1598
1536
  yaml 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":">=12.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","default":"./sass.default.dart.js"},"version":"1.55.0","bin":{"sass":"sass.js"},"main":"sass.default.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":">=12.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","default":"./sass.default.dart.js"},"version":"1.56.1","bin":{"sass":"sass.js"},"main":"sass.default.dart.js"}