sass 1.40.1 → 1.42.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 +109 -60
- package/package.json +1 -1
- package/sass.dart.js +1614 -1596
package/LICENSE
CHANGED
|
@@ -217,7 +217,7 @@ bzip2:
|
|
|
217
217
|
|
|
218
218
|
--------------------------------------------------------------------------------
|
|
219
219
|
|
|
220
|
-
args license:
|
|
220
|
+
args and logging license:
|
|
221
221
|
|
|
222
222
|
Copyright 2013, the Dart project authors.
|
|
223
223
|
|
|
@@ -315,8 +315,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
315
315
|
|
|
316
316
|
--------------------------------------------------------------------------------
|
|
317
317
|
|
|
318
|
-
charcode, glob, http_parser, path, pool,
|
|
319
|
-
|
|
318
|
+
charcode, glob, http_parser, oauth2, path, pool, shelf_web_socket, source_maps,
|
|
319
|
+
source_span, stack_trace, string_scanner, watcher and yaml license:
|
|
320
320
|
|
|
321
321
|
Copyright 2014, the Dart project authors. All rights reserved.
|
|
322
322
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -889,7 +889,7 @@ coverage and quiver license:
|
|
|
889
889
|
|
|
890
890
|
--------------------------------------------------------------------------------
|
|
891
891
|
|
|
892
|
-
dart_style, http, matcher, shelf and test license:
|
|
892
|
+
dart_style, http, matcher, pub_semver, shelf and test license:
|
|
893
893
|
|
|
894
894
|
Copyright 2014, the Dart project authors.
|
|
895
895
|
|
|
@@ -953,6 +953,32 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
953
953
|
|
|
954
954
|
--------------------------------------------------------------------------------
|
|
955
955
|
|
|
956
|
+
freezed_annotation license:
|
|
957
|
+
|
|
958
|
+
MIT License
|
|
959
|
+
|
|
960
|
+
Copyright (c) 2020 Remi Rousselet
|
|
961
|
+
|
|
962
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
963
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
964
|
+
in the Software without restriction, including without limitation the rights
|
|
965
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
966
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
967
|
+
furnished to do so, subject to the following conditions:
|
|
968
|
+
|
|
969
|
+
The above copyright notice and this permission notice shall be included in all
|
|
970
|
+
copies or substantial portions of the Software.
|
|
971
|
+
|
|
972
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
973
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
974
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
975
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
976
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
977
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
978
|
+
SOFTWARE.
|
|
979
|
+
|
|
980
|
+
--------------------------------------------------------------------------------
|
|
981
|
+
|
|
956
982
|
frontend_server_client license:
|
|
957
983
|
|
|
958
984
|
Copyright 2020, the Dart project authors.
|
|
@@ -1148,38 +1174,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1148
1174
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1149
1175
|
|
|
1150
1176
|
|
|
1151
|
-
--------------------------------------------------------------------------------
|
|
1152
|
-
|
|
1153
|
-
logging license:
|
|
1154
|
-
|
|
1155
|
-
Copyright 2013, the Dart project authors. All rights reserved.
|
|
1156
|
-
Redistribution and use in source and binary forms, with or without
|
|
1157
|
-
modification, are permitted provided that the following conditions are
|
|
1158
|
-
met:
|
|
1159
|
-
|
|
1160
|
-
* Redistributions of source code must retain the above copyright
|
|
1161
|
-
notice, this list of conditions and the following disclaimer.
|
|
1162
|
-
* Redistributions in binary form must reproduce the above
|
|
1163
|
-
copyright notice, this list of conditions and the following
|
|
1164
|
-
disclaimer in the documentation and/or other materials provided
|
|
1165
|
-
with the distribution.
|
|
1166
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1167
|
-
contributors may be used to endorse or promote products derived
|
|
1168
|
-
from this software without specific prior written permission.
|
|
1169
|
-
|
|
1170
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1171
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1172
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1173
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1174
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1175
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1176
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1177
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1178
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1179
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1180
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
1177
|
--------------------------------------------------------------------------------
|
|
1184
1178
|
|
|
1185
1179
|
meta license:
|
|
@@ -1360,39 +1354,64 @@ THE SOFTWARE.
|
|
|
1360
1354
|
|
|
1361
1355
|
--------------------------------------------------------------------------------
|
|
1362
1356
|
|
|
1363
|
-
|
|
1357
|
+
pub_api_client license:
|
|
1364
1358
|
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1359
|
+
MIT License
|
|
1360
|
+
|
|
1361
|
+
Copyright (c) 2020 Leo Farias
|
|
1362
|
+
|
|
1363
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1364
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1365
|
+
in the Software without restriction, including without limitation the rights
|
|
1366
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1367
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1368
|
+
furnished to do so, subject to the following conditions:
|
|
1369
1369
|
|
|
1370
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1371
|
+
copies or substantial portions of the Software.
|
|
1372
|
+
|
|
1373
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1374
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1375
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1376
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1377
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1378
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1379
|
+
SOFTWARE.
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
--------------------------------------------------------------------------------
|
|
1383
|
+
|
|
1384
|
+
pubspec license:
|
|
1385
|
+
|
|
1386
|
+
Copyright (c) 2015, Anders Holmgren.
|
|
1387
|
+
All rights reserved.
|
|
1388
|
+
|
|
1389
|
+
Redistribution and use in source and binary forms, with or without
|
|
1390
|
+
modification, are permitted provided that the following conditions are met:
|
|
1370
1391
|
* Redistributions of source code must retain the above copyright
|
|
1371
1392
|
notice, this list of conditions and the following disclaimer.
|
|
1372
|
-
* Redistributions in binary form must reproduce the above
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
from this software without specific prior written permission.
|
|
1393
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
1394
|
+
notice, this list of conditions and the following disclaimer in the
|
|
1395
|
+
documentation and/or other materials provided with the distribution.
|
|
1396
|
+
* Neither the name of the <organization> nor the
|
|
1397
|
+
names of its contributors may be used to endorse or promote products
|
|
1398
|
+
derived from this software without specific prior written permission.
|
|
1379
1399
|
|
|
1380
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1400
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
1401
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
1402
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1403
|
+
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
1404
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
1405
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
1406
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
1407
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1408
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1409
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1391
1410
|
|
|
1392
1411
|
|
|
1393
1412
|
--------------------------------------------------------------------------------
|
|
1394
1413
|
|
|
1395
|
-
test_api and test_core license:
|
|
1414
|
+
pubspec_parse, test_api and test_core license:
|
|
1396
1415
|
|
|
1397
1416
|
Copyright 2018, the Dart project authors.
|
|
1398
1417
|
|
|
@@ -1483,6 +1502,36 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1483
1502
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1484
1503
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1485
1504
|
|
|
1505
|
+
--------------------------------------------------------------------------------
|
|
1506
|
+
|
|
1507
|
+
uri license:
|
|
1508
|
+
|
|
1509
|
+
Copyright 2013, the Dart project authors. All rights reserved.
|
|
1510
|
+
Redistribution and use in source and binary forms, with or without
|
|
1511
|
+
modification, are permitted provided that the following conditions are
|
|
1512
|
+
met:
|
|
1513
|
+
* Redistributions of source code must retain the above copyright
|
|
1514
|
+
notice, this list of conditions and the following disclaimer.
|
|
1515
|
+
* Redistributions in binary form must reproduce the above
|
|
1516
|
+
copyright notice, this list of conditions and the following
|
|
1517
|
+
disclaimer in the documentation and/or other materials provided
|
|
1518
|
+
with the distribution.
|
|
1519
|
+
* Neither the name of Google Inc. nor the names of its
|
|
1520
|
+
contributors may be used to endorse or promote products derived
|
|
1521
|
+
from this software without specific prior written permission.
|
|
1522
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1523
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1524
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1525
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1526
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1527
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1528
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1529
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1530
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1531
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1532
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1533
|
+
|
|
1534
|
+
|
|
1486
1535
|
--------------------------------------------------------------------------------
|
|
1487
1536
|
|
|
1488
1537
|
web_socket_channel 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":">=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.42.1","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|