sass 1.58.2 → 1.59.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 +65 -4
- package/package.json +1 -1
- package/sass.dart.js +5968 -4874
- package/sass.default.js +8 -0
- package/sass.js +3 -0
- package/sass.default.dart.js +0 -4
package/LICENSE
CHANGED
|
@@ -1059,11 +1059,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1059
1059
|
|
|
1060
1060
|
--------------------------------------------------------------------------------
|
|
1061
1061
|
|
|
1062
|
-
petitparser
|
|
1062
|
+
petitparser license:
|
|
1063
1063
|
|
|
1064
1064
|
The MIT License
|
|
1065
1065
|
|
|
1066
|
-
Copyright (c) 2006-
|
|
1066
|
+
Copyright (c) 2006-2023 Lukas Renggli.
|
|
1067
1067
|
All rights reserved.
|
|
1068
1068
|
|
|
1069
1069
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1170,9 +1170,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1170
1170
|
|
|
1171
1171
|
--------------------------------------------------------------------------------
|
|
1172
1172
|
|
|
1173
|
-
pubspec_parse
|
|
1173
|
+
pubspec_parse license:
|
|
1174
1174
|
|
|
1175
|
-
Copyright 2018, the Dart project authors.
|
|
1175
|
+
Copyright 2018, the Dart project authors.
|
|
1176
1176
|
|
|
1177
1177
|
Redistribution and use in source and binary forms, with or without
|
|
1178
1178
|
modification, are permitted provided that the following conditions are
|
|
@@ -1408,6 +1408,39 @@ quiver and retry license:
|
|
|
1408
1408
|
See the License for the specific language governing permissions and
|
|
1409
1409
|
limitations under the License.
|
|
1410
1410
|
|
|
1411
|
+
--------------------------------------------------------------------------------
|
|
1412
|
+
|
|
1413
|
+
test_api and test_core license:
|
|
1414
|
+
|
|
1415
|
+
Copyright 2018, the Dart project authors.
|
|
1416
|
+
|
|
1417
|
+
Redistribution and use in source and binary forms, with or without
|
|
1418
|
+
modification, are permitted provided that the following conditions are
|
|
1419
|
+
met:
|
|
1420
|
+
|
|
1421
|
+
* Redistributions of source code must retain the above copyright
|
|
1422
|
+
notice, this list of conditions and the following disclaimer.
|
|
1423
|
+
* Redistributions in binary form must reproduce the above
|
|
1424
|
+
copyright notice, this list of conditions and the following
|
|
1425
|
+
disclaimer in the documentation and/or other materials provided
|
|
1426
|
+
with the distribution.
|
|
1427
|
+
* Neither the name of Google LLC nor the names of its
|
|
1428
|
+
contributors may be used to endorse or promote products derived
|
|
1429
|
+
from this software without specific prior written permission.
|
|
1430
|
+
|
|
1431
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1432
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1433
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1434
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1435
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1436
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1437
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1438
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1439
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1440
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1441
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1442
|
+
|
|
1443
|
+
|
|
1411
1444
|
--------------------------------------------------------------------------------
|
|
1412
1445
|
|
|
1413
1446
|
test_descriptor and web_socket_channel license:
|
|
@@ -1531,6 +1564,34 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1531
1564
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1532
1565
|
|
|
1533
1566
|
|
|
1567
|
+
--------------------------------------------------------------------------------
|
|
1568
|
+
|
|
1569
|
+
xml license:
|
|
1570
|
+
|
|
1571
|
+
The MIT License
|
|
1572
|
+
|
|
1573
|
+
Copyright (c) 2006-2022 Lukas Renggli.
|
|
1574
|
+
All rights reserved.
|
|
1575
|
+
|
|
1576
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1577
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1578
|
+
in the Software without restriction, including without limitation the rights
|
|
1579
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1580
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1581
|
+
furnished to do so, subject to the following conditions:
|
|
1582
|
+
|
|
1583
|
+
The above copyright notice and this permission notice shall be included in
|
|
1584
|
+
all copies or substantial portions of the Software.
|
|
1585
|
+
|
|
1586
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1587
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1588
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1589
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1590
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1591
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1592
|
+
THE SOFTWARE.
|
|
1593
|
+
|
|
1594
|
+
|
|
1534
1595
|
--------------------------------------------------------------------------------
|
|
1535
1596
|
|
|
1536
1597
|
yaml 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":">=12.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","default":"./sass.default.
|
|
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":">=12.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","default":"./sass.default.js"},"version":"1.59.0","bin":{"sass":"sass.js"},"main":"sass.default.js"}
|