sass 1.39.1 → 1.41.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.
Files changed (3) hide show
  1. package/LICENSE +38 -37
  2. package/package.json +1 -1
  3. package/sass.dart.js +3599 -1478
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, pub_semver, shelf_web_socket,
319
- source_maps, source_span, stack_trace, string_scanner, watcher and yaml license:
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
@@ -348,7 +348,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
348
348
 
349
349
  --------------------------------------------------------------------------------
350
350
 
351
- checked_yaml and package_config license:
351
+ checked_yaml license:
352
352
 
353
353
  Copyright 2019, the Dart project authors. All rights reserved.
354
354
  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:
@@ -1297,6 +1265,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1297
1265
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1298
1266
 
1299
1267
 
1268
+ --------------------------------------------------------------------------------
1269
+
1270
+ package_config license:
1271
+
1272
+ Copyright 2019, the Dart project authors.
1273
+
1274
+ Redistribution and use in source and binary forms, with or without
1275
+ modification, are permitted provided that the following conditions are
1276
+ met:
1277
+
1278
+ * Redistributions of source code must retain the above copyright
1279
+ notice, this list of conditions and the following disclaimer.
1280
+ * Redistributions in binary form must reproduce the above
1281
+ copyright notice, this list of conditions and the following
1282
+ disclaimer in the documentation and/or other materials provided
1283
+ with the distribution.
1284
+ * Neither the name of Google LLC nor the names of its
1285
+ contributors may be used to endorse or promote products derived
1286
+ from this software without specific prior written permission.
1287
+
1288
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1289
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1290
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1291
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1292
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1293
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1294
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1295
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1296
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1297
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1298
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1299
+
1300
+
1300
1301
  --------------------------------------------------------------------------------
1301
1302
 
1302
1303
  petitparser and xml 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.39.1","bin":{"sass":"sass.js"},"main":"sass.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":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.41.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}