sass 1.56.1 → 1.57.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 +27 -1
  2. package/package.json +1 -1
  3. package/sass.dart.js +1724 -1548
package/LICENSE CHANGED
@@ -1111,6 +1111,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1111
1111
  THE SOFTWARE.
1112
1112
 
1113
1113
 
1114
+ --------------------------------------------------------------------------------
1115
+
1116
+ pointycastle license:
1117
+
1118
+
1119
+ Copyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
1120
+
1121
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1122
+ this software and associated documentation files (the "Software"), to deal in
1123
+ the Software without restriction, including without limitation the rights to
1124
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1125
+ of the Software, and to permit persons to whom the Software is furnished to do
1126
+ so, subject to the following conditions:
1127
+
1128
+ The above copyright notice and this permission notice shall be included in all
1129
+ copies or substantial portions of the Software.
1130
+
1131
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1132
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1133
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1134
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1135
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1136
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1137
+
1138
+
1139
+
1114
1140
  --------------------------------------------------------------------------------
1115
1141
 
1116
1142
  pub_api_client license:
@@ -1203,7 +1229,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1203
1229
 
1204
1230
  --------------------------------------------------------------------------------
1205
1231
 
1206
- quiver license:
1232
+ quiver and retry license:
1207
1233
 
1208
1234
 
1209
1235
  Apache 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.dart.js"},"version":"1.56.1","bin":{"sass":"sass.js"},"main":"sass.default.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":">=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.dart.js"},"version":"1.57.0","bin":{"sass":"sass.js"},"main":"sass.default.dart.js"}