sass 1.32.11 → 1.32.12

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 +174 -11
  2. package/package.json +1 -1
  3. package/sass.dart.js +186 -145
package/LICENSE CHANGED
@@ -216,9 +216,10 @@ bzip2:
216
216
 
217
217
  --------------------------------------------------------------------------------
218
218
 
219
- args and logging license:
219
+ args license:
220
+
221
+ Copyright 2013, the Dart project authors.
220
222
 
221
- Copyright 2013, the Dart project authors. All rights reserved.
222
223
  Redistribution and use in source and binary forms, with or without
223
224
  modification, are permitted provided that the following conditions are
224
225
  met:
@@ -229,7 +230,7 @@ met:
229
230
  copyright notice, this list of conditions and the following
230
231
  disclaimer in the documentation and/or other materials provided
231
232
  with the distribution.
232
- * Neither the name of Google Inc. nor the names of its
233
+ * Neither the name of Google LLC nor the names of its
233
234
  contributors may be used to endorse or promote products derived
234
235
  from this software without specific prior written permission.
235
236
 
@@ -248,10 +249,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
248
249
 
249
250
  --------------------------------------------------------------------------------
250
251
 
251
- async, cli_util, collection, convert, mime, shelf_static,
252
- source_map_stack_trace, stream_channel, typed_data and vm_service license:
252
+ async license:
253
+
254
+ Copyright 2015, the Dart project authors.
253
255
 
254
- Copyright 2015, the Dart project authors. All rights reserved.
255
256
  Redistribution and use in source and binary forms, with or without
256
257
  modification, are permitted provided that the following conditions are
257
258
  met:
@@ -262,7 +263,7 @@ met:
262
263
  copyright notice, this list of conditions and the following
263
264
  disclaimer in the documentation and/or other materials provided
264
265
  with the distribution.
265
- * Neither the name of Google Inc. nor the names of its
266
+ * Neither the name of Google LLC nor the names of its
266
267
  contributors may be used to endorse or promote products derived
267
268
  from this software without specific prior written permission.
268
269
 
@@ -314,9 +315,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
314
315
 
315
316
  --------------------------------------------------------------------------------
316
317
 
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:
318
+ charcode, glob, http_parser, matcher, path, pool, pub_semver, shelf_web_socket,
319
+ source_maps, source_span, stack_trace, string_scanner, watcher and yaml license:
320
320
 
321
321
  Copyright 2014, the Dart project authors. All rights reserved.
322
322
  Redistribution and use in source and binary forms, with or without
@@ -615,6 +615,39 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
615
615
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
616
616
 
617
617
 
618
+ --------------------------------------------------------------------------------
619
+
620
+ cli_util, collection, convert, mime, shelf_static, source_map_stack_trace,
621
+ stream_channel, typed_data and vm_service license:
622
+
623
+ Copyright 2015, the Dart project authors. All rights reserved.
624
+ Redistribution and use in source and binary forms, with or without
625
+ modification, are permitted provided that the following conditions are
626
+ met:
627
+
628
+ * Redistributions of source code must retain the above copyright
629
+ notice, this list of conditions and the following disclaimer.
630
+ * Redistributions in binary form must reproduce the above
631
+ copyright notice, this list of conditions and the following
632
+ disclaimer in the documentation and/or other materials provided
633
+ with the distribution.
634
+ * Neither the name of Google Inc. nor the names of its
635
+ contributors may be used to endorse or promote products derived
636
+ from this software without specific prior written permission.
637
+
638
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
639
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
640
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
641
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
642
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
643
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
644
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
645
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
646
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
647
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
648
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
649
+
650
+
618
651
  --------------------------------------------------------------------------------
619
652
 
620
653
  coverage and quiver license:
@@ -855,6 +888,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
855
888
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
856
889
 
857
890
 
891
+ --------------------------------------------------------------------------------
892
+
893
+ dart_style, http, shelf and test license:
894
+
895
+ Copyright 2014, the Dart project authors.
896
+
897
+ Redistribution and use in source and binary forms, with or without
898
+ modification, are permitted provided that the following conditions are
899
+ met:
900
+
901
+ * Redistributions of source code must retain the above copyright
902
+ notice, this list of conditions and the following disclaimer.
903
+ * Redistributions in binary form must reproduce the above
904
+ copyright notice, this list of conditions and the following
905
+ disclaimer in the documentation and/or other materials provided
906
+ with the distribution.
907
+ * Neither the name of Google LLC nor the names of its
908
+ contributors may be used to endorse or promote products derived
909
+ from this software without specific prior written permission.
910
+
911
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
912
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
913
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
914
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
915
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
916
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
917
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
918
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
919
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
920
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
921
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
922
+
923
+
858
924
  --------------------------------------------------------------------------------
859
925
 
860
926
  file license:
@@ -886,6 +952,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
886
952
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
887
953
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
888
954
 
955
+ --------------------------------------------------------------------------------
956
+
957
+ frontend_server_client license:
958
+
959
+ Copyright 2020, the Dart project authors. All rights reserved.
960
+ Redistribution and use in source and binary forms, with or without
961
+ modification, are permitted provided that the following conditions are
962
+ met:
963
+
964
+ * Redistributions of source code must retain the above copyright
965
+ notice, this list of conditions and the following disclaimer.
966
+ * 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 Inc. 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.
973
+
974
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
975
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
976
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
977
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
978
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
979
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
980
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
981
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
982
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
983
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
984
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
985
+
986
+
889
987
  --------------------------------------------------------------------------------
890
988
 
891
989
  grinder and webkit_inspection_protocol license:
@@ -1018,6 +1116,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1018
1116
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1019
1117
 
1020
1118
 
1119
+ --------------------------------------------------------------------------------
1120
+
1121
+ logging license:
1122
+
1123
+ Copyright 2013, the Dart project authors. All rights reserved.
1124
+ Redistribution and use in source and binary forms, with or without
1125
+ modification, are permitted provided that the following conditions are
1126
+ met:
1127
+
1128
+ * Redistributions of source code must retain the above copyright
1129
+ notice, this list of conditions and the following disclaimer.
1130
+ * Redistributions in binary form must reproduce the above
1131
+ copyright notice, this list of conditions and the following
1132
+ disclaimer in the documentation and/or other materials provided
1133
+ with the distribution.
1134
+ * Neither the name of Google Inc. nor the names of its
1135
+ contributors may be used to endorse or promote products derived
1136
+ from this software without specific prior written permission.
1137
+
1138
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1139
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1140
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1141
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1142
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1143
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1144
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1145
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1146
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1147
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1148
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1149
+
1150
+
1021
1151
  --------------------------------------------------------------------------------
1022
1152
 
1023
1153
  node_interop license:
@@ -1132,7 +1262,7 @@ THE SOFTWARE.
1132
1262
 
1133
1263
  --------------------------------------------------------------------------------
1134
1264
 
1135
- pubspec_parse, test_api and test_core license:
1265
+ pubspec_parse license:
1136
1266
 
1137
1267
  Copyright 2018, the Dart project authors. All rights reserved.
1138
1268
  Redistribution and use in source and binary forms, with or without
@@ -1162,6 +1292,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1162
1292
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1163
1293
 
1164
1294
 
1295
+ --------------------------------------------------------------------------------
1296
+
1297
+ test_api and test_core license:
1298
+
1299
+ Copyright 2018, the Dart project authors.
1300
+
1301
+ Redistribution and use in source and binary forms, with or without
1302
+ modification, are permitted provided that the following conditions are
1303
+ met:
1304
+
1305
+ * Redistributions of source code must retain the above copyright
1306
+ notice, this list of conditions and the following disclaimer.
1307
+ * Redistributions in binary form must reproduce the above
1308
+ copyright notice, this list of conditions and the following
1309
+ disclaimer in the documentation and/or other materials provided
1310
+ with the distribution.
1311
+ * Neither the name of Google LLC nor the names of its
1312
+ contributors may be used to endorse or promote products derived
1313
+ from this software without specific prior written permission.
1314
+
1315
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1316
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1317
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1318
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1319
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1320
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1321
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1322
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1323
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1324
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1325
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1326
+
1327
+
1165
1328
  --------------------------------------------------------------------------------
1166
1329
 
1167
1330
  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.32.11","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.12","bin":{"sass":"sass.js"},"main":"sass.dart.js"}