sass 1.32.12 → 1.34.1
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 +72 -7
- package/package.json +1 -1
- package/sass.dart.js +4129 -3458
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,
|
|
286
|
-
web_socket_channel license:
|
|
285
|
+
boolean_selector, 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
|
|
@@ -618,7 +617,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
618
617
|
--------------------------------------------------------------------------------
|
|
619
618
|
|
|
620
619
|
cli_util, collection, convert, mime, shelf_static, source_map_stack_trace,
|
|
621
|
-
stream_channel
|
|
620
|
+
stream_channel and typed_data license:
|
|
622
621
|
|
|
623
622
|
Copyright 2015, the Dart project authors. All rights reserved.
|
|
624
623
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -857,7 +856,7 @@ coverage and quiver license:
|
|
|
857
856
|
|
|
858
857
|
--------------------------------------------------------------------------------
|
|
859
858
|
|
|
860
|
-
crypto license:
|
|
859
|
+
crypto and vm_service license:
|
|
861
860
|
|
|
862
861
|
Copyright 2015, the Dart project authors.
|
|
863
862
|
|
|
@@ -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.
|
|
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
|
|
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
|
|
|
@@ -1148,6 +1148,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1148
1148
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1149
1149
|
|
|
1150
1150
|
|
|
1151
|
+
--------------------------------------------------------------------------------
|
|
1152
|
+
|
|
1153
|
+
meta license:
|
|
1154
|
+
|
|
1155
|
+
Copyright 2016, the Dart project authors.
|
|
1156
|
+
|
|
1157
|
+
Redistribution and use in source and binary forms, with or without
|
|
1158
|
+
modification, are permitted provided that the following conditions are
|
|
1159
|
+
met:
|
|
1160
|
+
|
|
1161
|
+
* Redistributions of source code must retain the above copyright
|
|
1162
|
+
notice, this list of conditions and the following disclaimer.
|
|
1163
|
+
* Redistributions in binary form must reproduce the above
|
|
1164
|
+
copyright notice, this list of conditions and the following
|
|
1165
|
+
disclaimer in the documentation and/or other materials provided
|
|
1166
|
+
with the distribution.
|
|
1167
|
+
* Neither the name of Google LLC nor the names of its
|
|
1168
|
+
contributors may be used to endorse or promote products derived
|
|
1169
|
+
from this software without specific prior written permission.
|
|
1170
|
+
|
|
1171
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1172
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1173
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1174
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1175
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1176
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1177
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1178
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1179
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1180
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1181
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1182
|
+
|
|
1183
|
+
|
|
1151
1184
|
--------------------------------------------------------------------------------
|
|
1152
1185
|
|
|
1153
1186
|
node_interop license:
|
|
@@ -1350,4 +1383,36 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
|
1350
1383
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
1351
1384
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1352
1385
|
(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.
|
|
1386
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1387
|
+
|
|
1388
|
+
--------------------------------------------------------------------------------
|
|
1389
|
+
|
|
1390
|
+
web_socket_channel license:
|
|
1391
|
+
|
|
1392
|
+
Copyright 2016, the Dart project authors.
|
|
1393
|
+
|
|
1394
|
+
Redistribution and use in source and binary forms, with or without
|
|
1395
|
+
modification, are permitted provided that the following conditions are
|
|
1396
|
+
met:
|
|
1397
|
+
|
|
1398
|
+
* Redistributions of source code must retain the above copyright
|
|
1399
|
+
notice, this list of conditions and the following disclaimer.
|
|
1400
|
+
* Redistributions in binary form must reproduce the above
|
|
1401
|
+
copyright notice, this list of conditions and the following
|
|
1402
|
+
disclaimer in the documentation and/or other materials provided
|
|
1403
|
+
with the distribution.
|
|
1404
|
+
* Neither the name of Google LLC nor the names of its
|
|
1405
|
+
contributors may be used to endorse or promote products derived
|
|
1406
|
+
from this software without specific prior written permission.
|
|
1407
|
+
|
|
1408
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1409
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1410
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1411
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1412
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1413
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1414
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1415
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1416
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1417
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1418
|
+
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.
|
|
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.34.1","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|