sass 1.26.0-test.3 → 1.26.3

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 +4 -4
  2. package/package.json +1 -1
  3. package/sass.dart.js +842 -795
package/LICENSE CHANGED
@@ -55,7 +55,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55
55
 
56
56
  --------------------------------------------------------------------------------
57
57
 
58
- _fe_analyzer_shared and checked_yaml license:
58
+ _fe_analyzer_shared, checked_yaml and package_config license:
59
59
 
60
60
  Copyright 2019, the Dart project authors. All rights reserved.
61
61
  Redistribution and use in source and binary forms, with or without
@@ -214,9 +214,9 @@ bzip2:
214
214
 
215
215
  --------------------------------------------------------------------------------
216
216
 
217
- async, cli_util, collection, convert, crypto, mime, package_config,
218
- package_resolver, shelf_static, source_map_stack_trace, stream_channel,
219
- typed_data and vm_service license:
217
+ async, cli_util, collection, convert, crypto, mime, package_resolver,
218
+ shelf_static, source_map_stack_trace, stream_channel, typed_data and vm_service
219
+ license:
220
220
 
221
221
  Copyright 2015, the Dart project authors. All rights reserved.
222
222
  Redistribution and use in source and binary forms, with or without
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":">=2.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.26.0-test.3","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":">=2.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.26.3","bin":{"sass":"sass.js"},"main":"sass.dart.js"}