sass 1.49.9 → 1.50.0

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.
package/LICENSE CHANGED
@@ -182,7 +182,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
182
182
 
183
183
  --------------------------------------------------------------------------------
184
184
 
185
- async, cli_util, mime and shelf_static license:
185
+ async, cli_util, collection, mime and shelf_static license:
186
186
 
187
187
  Copyright 2015, the Dart project authors.
188
188
 
@@ -547,38 +547,6 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
547
547
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
548
548
 
549
549
 
550
- --------------------------------------------------------------------------------
551
-
552
- collection, source_map_stack_trace, stream_channel and typed_data license:
553
-
554
- Copyright 2015, the Dart project authors. All rights reserved.
555
- Redistribution and use in source and binary forms, with or without
556
- modification, are permitted provided that the following conditions are
557
- met:
558
-
559
- * Redistributions of source code must retain the above copyright
560
- notice, this list of conditions and the following disclaimer.
561
- * Redistributions in binary form must reproduce the above
562
- copyright notice, this list of conditions and the following
563
- disclaimer in the documentation and/or other materials provided
564
- with the distribution.
565
- * Neither the name of Google Inc. nor the names of its
566
- contributors may be used to endorse or promote products derived
567
- from this software without specific prior written permission.
568
-
569
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
570
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
571
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
572
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
573
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
574
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
575
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
576
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
577
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
578
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
579
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
580
-
581
-
582
550
  --------------------------------------------------------------------------------
583
551
 
584
552
  convert, crypto and vm_service license:
@@ -1297,7 +1265,7 @@ petitparser and xml license:
1297
1265
 
1298
1266
  The MIT License
1299
1267
 
1300
- Copyright (c) 2006-2021 Lukas Renggli.
1268
+ Copyright (c) 2006-2022 Lukas Renggli.
1301
1269
  All rights reserved.
1302
1270
 
1303
1271
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1409,6 +1377,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1409
1377
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1410
1378
 
1411
1379
 
1380
+ --------------------------------------------------------------------------------
1381
+
1382
+ source_map_stack_trace, stream_channel and typed_data license:
1383
+
1384
+ Copyright 2015, the Dart project authors. All rights reserved.
1385
+ Redistribution and use in source and binary forms, with or without
1386
+ modification, are permitted provided that the following conditions are
1387
+ met:
1388
+
1389
+ * Redistributions of source code must retain the above copyright
1390
+ notice, this list of conditions and the following disclaimer.
1391
+ * Redistributions in binary form must reproduce the above
1392
+ copyright notice, this list of conditions and the following
1393
+ disclaimer in the documentation and/or other materials provided
1394
+ with the distribution.
1395
+ * Neither the name of Google Inc. nor the names of its
1396
+ contributors may be used to endorse or promote products derived
1397
+ from this software without specific prior written permission.
1398
+
1399
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1400
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1401
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1402
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1403
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1404
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1405
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1406
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1407
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1408
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1409
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1410
+
1411
+
1412
1412
  --------------------------------------------------------------------------------
1413
1413
 
1414
1414
  test_process 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","version":"1.49.9","bin":{"sass":"sass.js"},"main":"sass.default.dart.js","exports":{"default":"./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","version":"1.50.0","bin":{"sass":"sass.js"},"main":"sass.default.dart.js","exports":{"default":"./sass.default.dart.js"}}