sass 1.32.12 → 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 +37 -5
  2. package/package.json +1 -1
  3. package/sass.dart.js +383 -349
package/LICENSE CHANGED
@@ -282,8 +282,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
282
282
 
283
283
  --------------------------------------------------------------------------------
284
284
 
285
- boolean_selector, meta, shelf_packages_handler, test_descriptor and
286
- web_socket_channel license:
285
+ boolean_selector, meta, shelf_packages_handler and test_descriptor license:
287
286
 
288
287
  Copyright 2016, the Dart project authors. All rights reserved.
289
288
  Redistribution and use in source and binary forms, with or without
@@ -956,7 +955,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
956
955
 
957
956
  frontend_server_client license:
958
957
 
959
- Copyright 2020, the Dart project authors. All rights reserved.
958
+ Copyright 2020, the Dart project authors.
959
+
960
960
  Redistribution and use in source and binary forms, with or without
961
961
  modification, are permitted provided that the following conditions are
962
962
  met:
@@ -967,7 +967,7 @@ met:
967
967
  copyright notice, this list of conditions and the following
968
968
  disclaimer in the documentation and/or other materials provided
969
969
  with the distribution.
970
- * Neither the name of Google Inc. nor the names of its
970
+ * Neither the name of Google LLC nor the names of its
971
971
  contributors may be used to endorse or promote products derived
972
972
  from this software without specific prior written permission.
973
973
 
@@ -1350,4 +1350,36 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1350
1350
  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1351
1351
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1352
1352
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1353
- 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.12","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"}