sass 1.27.2 → 1.32.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 +32 -1
  2. package/package.json +1 -1
  3. package/sass.dart.js +3404 -2630
package/LICENSE CHANGED
@@ -87,7 +87,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
87
87
 
88
88
  --------------------------------------------------------------------------------
89
89
 
90
- analyzer, args and logging license:
90
+ analyzer, args, intl and logging license:
91
91
 
92
92
  Copyright 2013, the Dart project authors. All rights reserved.
93
93
  Redistribution and use in source and binary forms, with or without
@@ -759,6 +759,37 @@ coverage and quiver license:
759
759
 
760
760
  --------------------------------------------------------------------------------
761
761
 
762
+ file license:
763
+
764
+ Copyright 2017, the Dart project authors. All rights reserved.
765
+ Redistribution and use in source and binary forms, with or without
766
+ modification, are permitted provided that the following conditions are
767
+ met:
768
+
769
+ * Redistributions of source code must retain the above copyright
770
+ notice, this list of conditions and the following disclaimer.
771
+ * Redistributions in binary form must reproduce the above
772
+ copyright notice, this list of conditions and the following
773
+ disclaimer in the documentation and/or other materials provided
774
+ with the distribution.
775
+ * Neither the name of Google Inc. nor the names of its
776
+ contributors may be used to endorse or promote products derived
777
+ from this software without specific prior written permission.
778
+
779
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
780
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
781
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
782
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
783
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
784
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
785
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
786
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
787
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
788
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
789
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
790
+
791
+ --------------------------------------------------------------------------------
792
+
762
793
  grinder and webkit_inspection_protocol license:
763
794
 
764
795
  Copyright 2013, Google Inc.
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.27.2","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.32.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}