sass 1.32.6 → 1.32.10

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 +143 -55
  2. package/package.json +1 -1
  3. package/sass.dart.js +18042 -16737
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, checked_yaml and package_config license:
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 Inc. nor the names of its
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, args, intl and logging license:
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 Inc. nor the names of its
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,9 +216,40 @@ bzip2:
214
216
 
215
217
  --------------------------------------------------------------------------------
216
218
 
217
- async, cli_util, collection, convert, crypto, mime, package_resolver,
218
- shelf_static, source_map_stack_trace, stream_channel, typed_data and vm_service
219
- license:
219
+ args and logging license:
220
+
221
+ Copyright 2013, the Dart project authors. All rights reserved.
222
+ Redistribution and use in source and binary forms, with or without
223
+ modification, are permitted provided that the following conditions are
224
+ met:
225
+
226
+ * Redistributions of source code must retain the above copyright
227
+ notice, this list of conditions and the following disclaimer.
228
+ * Redistributions in binary form must reproduce the above
229
+ copyright notice, this list of conditions and the following
230
+ disclaimer in the documentation and/or other materials provided
231
+ with the distribution.
232
+ * Neither the name of Google Inc. nor the names of its
233
+ contributors may be used to endorse or promote products derived
234
+ from this software without specific prior written permission.
235
+
236
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
237
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
238
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
239
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
240
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
241
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
242
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
243
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
244
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
245
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
246
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
247
+
248
+
249
+ --------------------------------------------------------------------------------
250
+
251
+ async, cli_util, collection, convert, mime, shelf_static,
252
+ source_map_stack_trace, stream_channel, typed_data and vm_service license:
220
253
 
221
254
  Copyright 2015, the Dart project authors. All rights reserved.
222
255
  Redistribution and use in source and binary forms, with or without
@@ -281,9 +314,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
281
314
 
282
315
  --------------------------------------------------------------------------------
283
316
 
284
- charcode, dart_style, glob, http, http_multi_server, http_parser, matcher, path,
285
- pool, pub_semver, shelf, shelf_web_socket, source_maps, source_span,
286
- stack_trace, string_scanner, test, watcher and yaml license:
317
+ charcode, dart_style, glob, http, http_parser, matcher, path, pool, pub_semver,
318
+ shelf, shelf_web_socket, source_maps, source_span, stack_trace, string_scanner,
319
+ test, 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:
@@ -757,6 +822,39 @@ coverage and quiver license:
757
822
  See the License for the specific language governing permissions and
758
823
  limitations under the License.
759
824
 
825
+ --------------------------------------------------------------------------------
826
+
827
+ crypto license:
828
+
829
+ Copyright 2015, the Dart project authors.
830
+
831
+ Redistribution and use in source and binary forms, with or without
832
+ modification, are permitted provided that the following conditions are
833
+ met:
834
+
835
+ * Redistributions of source code must retain the above copyright
836
+ notice, this list of conditions and the following disclaimer.
837
+ * Redistributions in binary form must reproduce the above
838
+ copyright notice, this list of conditions and the following
839
+ disclaimer in the documentation and/or other materials provided
840
+ with the distribution.
841
+ * Neither the name of Google LLC nor the names of its
842
+ contributors may be used to endorse or promote products derived
843
+ from this software without specific prior written permission.
844
+
845
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
846
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
847
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
848
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
849
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
850
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
851
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
852
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
853
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
854
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
855
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
856
+
857
+
760
858
  --------------------------------------------------------------------------------
761
859
 
762
860
  file license:
@@ -824,10 +922,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
824
922
 
825
923
  --------------------------------------------------------------------------------
826
924
 
827
- io, json_annotation, pedantic, stream_transform, term_glyph and test_process
828
- license:
925
+ http_multi_server license:
926
+
927
+ Copyright 2014, the Dart project authors.
829
928
 
830
- Copyright 2017, the Dart project authors. All rights reserved.
831
929
  Redistribution and use in source and binary forms, with or without
832
930
  modification, are permitted provided that the following conditions are
833
931
  met:
@@ -838,7 +936,7 @@ met:
838
936
  copyright notice, this list of conditions and the following
839
937
  disclaimer in the documentation and/or other materials provided
840
938
  with the distribution.
841
- * Neither the name of Google Inc. nor the names of its
939
+ * Neither the name of Google LLC nor the names of its
842
940
  contributors may be used to endorse or promote products derived
843
941
  from this software without specific prior written permission.
844
942
 
@@ -857,9 +955,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
857
955
 
858
956
  --------------------------------------------------------------------------------
859
957
 
860
- js license:
958
+ io, json_annotation, pedantic, stream_transform, term_glyph and test_process
959
+ license:
861
960
 
862
- Copyright 2012, the Dart project authors. All rights reserved.
961
+ Copyright 2017, the Dart project authors. All rights reserved.
863
962
  Redistribution and use in source and binary forms, with or without
864
963
  modification, are permitted provided that the following conditions are
865
964
  met:
@@ -889,52 +988,41 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
889
988
 
890
989
  --------------------------------------------------------------------------------
891
990
 
892
- mustache license:
893
-
894
- Copyright (c) 2013, Greg Lowe
895
- All rights reserved.
896
-
897
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
898
-
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
-
903
- --------------------------------------------------------------------------------
904
-
905
- node_interop license:
906
-
907
- Copyright (c) 2017, Anatoly Pulyaevskiy.
908
- All rights reserved.
991
+ js license:
909
992
 
993
+ Copyright 2012, the Dart project authors. All rights reserved.
910
994
  Redistribution and use in source and binary forms, with or without
911
- modification, are permitted provided that the following conditions are met:
995
+ modification, are permitted provided that the following conditions are
996
+ met:
997
+
912
998
  * Redistributions of source code must retain the above copyright
913
999
  notice, this list of conditions and the following disclaimer.
914
- * Redistributions in binary form must reproduce the above copyright
915
- notice, this list of conditions and the following disclaimer in the
916
- documentation and/or other materials provided with the distribution.
917
- * Neither the name of the <organization> nor the
918
- names of its contributors may be used to endorse or promote products
919
- derived from this software without specific prior written permission.
1000
+ * Redistributions in binary form must reproduce the above
1001
+ copyright notice, this list of conditions and the following
1002
+ disclaimer in the documentation and/or other materials provided
1003
+ with the distribution.
1004
+ * Neither the name of Google Inc. nor the names of its
1005
+ contributors may be used to endorse or promote products derived
1006
+ from this software without specific prior written permission.
920
1007
 
921
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
922
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
923
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
924
- DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
925
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
926
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
927
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
928
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
929
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
930
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.
931
1019
 
932
1020
 
933
1021
  --------------------------------------------------------------------------------
934
1022
 
935
- node_io license:
1023
+ node_interop license:
936
1024
 
937
- Copyright (c) 2018, Anatoly Pulyaevskiy.
1025
+ Copyright (c) 2017, Anatoly Pulyaevskiy.
938
1026
  All rights reserved.
939
1027
 
940
1028
  Redistribution and use in source and binary forms, with or without
@@ -1020,7 +1108,7 @@ petitparser and xml license:
1020
1108
 
1021
1109
  The MIT License
1022
1110
 
1023
- Copyright (c) 2006-2020 Lukas Renggli.
1111
+ Copyright (c) 2006-2021 Lukas Renggli.
1024
1112
  All rights reserved.
1025
1113
 
1026
1114
  Permission is hereby granted, free of charge, to any person obtaining a copy
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":">=2.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.32.6","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.32.10","bin":{"sass":"sass.js"},"main":"sass.dart.js"}