sass 1.40.0 → 1.42.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 +5 -69
- package/package.json +1 -1
- package/sass.dart.js +363 -199
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, 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
|
|
|
@@ -1148,38 +1148,6 @@ 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
|
-
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
1151
|
--------------------------------------------------------------------------------
|
|
1184
1152
|
|
|
1185
1153
|
meta license:
|
|
@@ -1360,39 +1328,7 @@ THE SOFTWARE.
|
|
|
1360
1328
|
|
|
1361
1329
|
--------------------------------------------------------------------------------
|
|
1362
1330
|
|
|
1363
|
-
pubspec_parse license:
|
|
1364
|
-
|
|
1365
|
-
Copyright 2018, the Dart project authors. All rights reserved.
|
|
1366
|
-
Redistribution and use in source and binary forms, with or without
|
|
1367
|
-
modification, are permitted provided that the following conditions are
|
|
1368
|
-
met:
|
|
1369
|
-
|
|
1370
|
-
* Redistributions of source code must retain the above copyright
|
|
1371
|
-
notice, this list of conditions and the following disclaimer.
|
|
1372
|
-
* Redistributions in binary form must reproduce the above
|
|
1373
|
-
copyright notice, this list of conditions and the following
|
|
1374
|
-
disclaimer in the documentation and/or other materials provided
|
|
1375
|
-
with the distribution.
|
|
1376
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1377
|
-
contributors may be used to endorse or promote products derived
|
|
1378
|
-
from this software without specific prior written permission.
|
|
1379
|
-
|
|
1380
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1381
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1382
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1383
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1384
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1385
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1386
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1387
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1388
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1389
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1390
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
--------------------------------------------------------------------------------
|
|
1394
|
-
|
|
1395
|
-
test_api and test_core license:
|
|
1331
|
+
pubspec_parse, test_api and test_core license:
|
|
1396
1332
|
|
|
1397
1333
|
Copyright 2018, the Dart project authors.
|
|
1398
1334
|
|
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.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|