sass 1.49.7 → 1.49.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.
- package/LICENSE +37 -36
- package/package.json +1 -1
- package/sass.dart.js +744 -475
- package/types/importer.d.ts +1 -1
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:
|
|
@@ -1047,7 +1015,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1047
1015
|
|
|
1048
1016
|
js license:
|
|
1049
1017
|
|
|
1050
|
-
Copyright 2012, the Dart project authors.
|
|
1018
|
+
Copyright 2012, the Dart project authors.
|
|
1019
|
+
|
|
1051
1020
|
Redistribution and use in source and binary forms, with or without
|
|
1052
1021
|
modification, are permitted provided that the following conditions are
|
|
1053
1022
|
met:
|
|
@@ -1058,7 +1027,7 @@ met:
|
|
|
1058
1027
|
copyright notice, this list of conditions and the following
|
|
1059
1028
|
disclaimer in the documentation and/or other materials provided
|
|
1060
1029
|
with the distribution.
|
|
1061
|
-
* Neither the name of Google
|
|
1030
|
+
* Neither the name of Google LLC nor the names of its
|
|
1062
1031
|
contributors may be used to endorse or promote products derived
|
|
1063
1032
|
from this software without specific prior written permission.
|
|
1064
1033
|
|
|
@@ -1296,7 +1265,7 @@ petitparser and xml license:
|
|
|
1296
1265
|
|
|
1297
1266
|
The MIT License
|
|
1298
1267
|
|
|
1299
|
-
Copyright (c) 2006-
|
|
1268
|
+
Copyright (c) 2006-2022 Lukas Renggli.
|
|
1300
1269
|
All rights reserved.
|
|
1301
1270
|
|
|
1302
1271
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1408,6 +1377,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1408
1377
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1409
1378
|
|
|
1410
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
|
+
|
|
1411
1412
|
--------------------------------------------------------------------------------
|
|
1412
1413
|
|
|
1413
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.
|
|
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.10","bin":{"sass":"sass.js"},"main":"sass.default.dart.js","exports":{"default":"./sass.default.dart.js"}}
|