sass 1.32.9 → 1.32.13

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 +209 -14
  2. package/package.json +1 -1
  3. package/sass.dart.js +1643 -1436
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
 
@@ -281,8 +282,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
281
282
 
282
283
  --------------------------------------------------------------------------------
283
284
 
284
- boolean_selector, meta, shelf_packages_handler, test_descriptor and
285
- web_socket_channel license:
285
+ boolean_selector, meta, shelf_packages_handler and test_descriptor license:
286
286
 
287
287
  Copyright 2016, the Dart project authors. All rights reserved.
288
288
  Redistribution and use in source and binary forms, with or without
@@ -314,9 +314,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
314
314
 
315
315
  --------------------------------------------------------------------------------
316
316
 
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:
317
+ charcode, glob, http_parser, matcher, path, pool, pub_semver, shelf_web_socket,
318
+ source_maps, source_span, stack_trace, string_scanner, watcher and yaml license:
320
319
 
321
320
  Copyright 2014, the Dart project authors. All rights reserved.
322
321
  Redistribution and use in source and binary forms, with or without
@@ -615,6 +614,39 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
615
614
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
616
615
 
617
616
 
617
+ --------------------------------------------------------------------------------
618
+
619
+ cli_util, collection, convert, mime, shelf_static, source_map_stack_trace,
620
+ stream_channel, typed_data and vm_service license:
621
+
622
+ Copyright 2015, the Dart project authors. All rights reserved.
623
+ Redistribution and use in source and binary forms, with or without
624
+ modification, are permitted provided that the following conditions are
625
+ met:
626
+
627
+ * Redistributions of source code must retain the above copyright
628
+ notice, this list of conditions and the following disclaimer.
629
+ * Redistributions in binary form must reproduce the above
630
+ copyright notice, this list of conditions and the following
631
+ disclaimer in the documentation and/or other materials provided
632
+ with the distribution.
633
+ * Neither the name of Google Inc. nor the names of its
634
+ contributors may be used to endorse or promote products derived
635
+ from this software without specific prior written permission.
636
+
637
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
638
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
639
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
640
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
641
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
642
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
643
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
644
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
645
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
646
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
647
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
648
+
649
+
618
650
  --------------------------------------------------------------------------------
619
651
 
620
652
  coverage and quiver license:
@@ -855,6 +887,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
855
887
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
856
888
 
857
889
 
890
+ --------------------------------------------------------------------------------
891
+
892
+ dart_style, http, shelf and test license:
893
+
894
+ Copyright 2014, the Dart project authors.
895
+
896
+ Redistribution and use in source and binary forms, with or without
897
+ modification, are permitted provided that the following conditions are
898
+ met:
899
+
900
+ * Redistributions of source code must retain the above copyright
901
+ notice, this list of conditions and the following disclaimer.
902
+ * Redistributions in binary form must reproduce the above
903
+ copyright notice, this list of conditions and the following
904
+ disclaimer in the documentation and/or other materials provided
905
+ with the distribution.
906
+ * Neither the name of Google LLC nor the names of its
907
+ contributors may be used to endorse or promote products derived
908
+ from this software without specific prior written permission.
909
+
910
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
911
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
912
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
913
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
914
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
915
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
916
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
917
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
918
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
919
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
920
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
921
+
922
+
858
923
  --------------------------------------------------------------------------------
859
924
 
860
925
  file license:
@@ -886,6 +951,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
886
951
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
887
952
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
888
953
 
954
+ --------------------------------------------------------------------------------
955
+
956
+ frontend_server_client license:
957
+
958
+ Copyright 2020, the Dart project authors.
959
+
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 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.
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:
@@ -1187,4 +1350,36 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1187
1350
  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1188
1351
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1189
1352
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1190
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1353
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1354
+
1355
+ --------------------------------------------------------------------------------
1356
+
1357
+ web_socket_channel license:
1358
+
1359
+ Copyright 2016, the Dart project authors.
1360
+
1361
+ Redistribution and use in source and binary forms, with or without
1362
+ modification, are permitted provided that the following conditions are
1363
+ met:
1364
+
1365
+ * Redistributions of source code must retain the above copyright
1366
+ notice, this list of conditions and the following disclaimer.
1367
+ * Redistributions in binary form must reproduce the above
1368
+ copyright notice, this list of conditions and the following
1369
+ disclaimer in the documentation and/or other materials provided
1370
+ with the distribution.
1371
+ * Neither the name of Google LLC nor the names of its
1372
+ contributors may be used to endorse or promote products derived
1373
+ from this software without specific prior written permission.
1374
+
1375
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1376
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1377
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1378
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1379
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1380
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1381
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1382
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1383
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1384
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1385
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.9","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.13","bin":{"sass":"sass.js"},"main":"sass.dart.js"}