sass 1.75.0 → 1.76.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 +0 -26
- package/package.json +1 -1
- package/sass.dart.js +2024 -1645
- package/types/deprecations.d.ts +7 -0
package/LICENSE
CHANGED
|
@@ -1177,32 +1177,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1177
1177
|
THE SOFTWARE.
|
|
1178
1178
|
|
|
1179
1179
|
|
|
1180
|
-
--------------------------------------------------------------------------------
|
|
1181
|
-
|
|
1182
|
-
pointycastle license:
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
Copyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
|
|
1186
|
-
|
|
1187
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1188
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1189
|
-
the Software without restriction, including without limitation the rights to
|
|
1190
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
1191
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
1192
|
-
so, subject to the following conditions:
|
|
1193
|
-
|
|
1194
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1195
|
-
copies or substantial portions of the Software.
|
|
1196
|
-
|
|
1197
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1198
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1199
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1200
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1201
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1202
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
1180
|
--------------------------------------------------------------------------------
|
|
1207
1181
|
|
|
1208
1182
|
pub_api_client 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":">=14.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","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"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":">=14.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","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.76.0","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|