sass 1.39.2 → 1.40.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 +34 -1
- package/package.json +1 -1
- package/sass.dart.js +3399 -1726
package/LICENSE
CHANGED
|
@@ -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
|
|
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
|
|
@@ -1297,6 +1297,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1297
1297
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1298
1298
|
|
|
1299
1299
|
|
|
1300
|
+
--------------------------------------------------------------------------------
|
|
1301
|
+
|
|
1302
|
+
package_config license:
|
|
1303
|
+
|
|
1304
|
+
Copyright 2019, the Dart project authors.
|
|
1305
|
+
|
|
1306
|
+
Redistribution and use in source and binary forms, with or without
|
|
1307
|
+
modification, are permitted provided that the following conditions are
|
|
1308
|
+
met:
|
|
1309
|
+
|
|
1310
|
+
* Redistributions of source code must retain the above copyright
|
|
1311
|
+
notice, this list of conditions and the following disclaimer.
|
|
1312
|
+
* Redistributions in binary form must reproduce the above
|
|
1313
|
+
copyright notice, this list of conditions and the following
|
|
1314
|
+
disclaimer in the documentation and/or other materials provided
|
|
1315
|
+
with the distribution.
|
|
1316
|
+
* Neither the name of Google LLC nor the names of its
|
|
1317
|
+
contributors may be used to endorse or promote products derived
|
|
1318
|
+
from this software without specific prior written permission.
|
|
1319
|
+
|
|
1320
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1321
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1322
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1323
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1324
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1325
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1326
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1327
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1328
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1329
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1330
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1331
|
+
|
|
1332
|
+
|
|
1300
1333
|
--------------------------------------------------------------------------------
|
|
1301
1334
|
|
|
1302
1335
|
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.
|
|
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.40.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|