sass 1.27.0 → 1.29.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 +3 -59
  2. package/package.json +1 -1
  3. package/sass.dart.js +7008 -6323
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, csslib and logging license:
90
+ analyzer, args 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
@@ -791,35 +791,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
791
791
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
792
792
 
793
793
 
794
- --------------------------------------------------------------------------------
795
-
796
- html license:
797
-
798
- Copyright (c) 2006-2012 The Authors
799
-
800
- Contributors:
801
- James Graham - jg307@cam.ac.uk
802
- Anne van Kesteren - annevankesteren@gmail.com
803
- Lachlan Hunt - lachlan.hunt@lachy.id.au
804
- Matt McDonald - kanashii@kanashii.ca
805
- Sam Ruby - rubys@intertwingly.net
806
- Ian Hickson (Google) - ian@hixie.ch
807
- Thomas Broyer - t.broyer@ltgt.net
808
- Jacques Distler - distler@golem.ph.utexas.edu
809
- Henri Sivonen - hsivonen@iki.fi
810
- Adam Barth - abarth@webkit.org
811
- Eric Seidel - eric@webkit.org
812
- The Mozilla Foundation (contributions from Henri Sivonen since 2008)
813
- David Flanagan (Mozilla) - dflanagan@mozilla.com
814
- Google Inc. (contributed the Dart port) - misc@dartlang.org
815
-
816
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
817
-
818
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
819
-
820
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
821
-
822
-
823
794
  --------------------------------------------------------------------------------
824
795
 
825
796
  io, json_annotation, pedantic, stream_transform, term_glyph and test_process
@@ -1014,7 +985,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1014
985
 
1015
986
  --------------------------------------------------------------------------------
1016
987
 
1017
- petitparser license:
988
+ petitparser and xml license:
1018
989
 
1019
990
  The MIT License
1020
991
 
@@ -1097,31 +1068,4 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1097
1068
  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1098
1069
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1099
1070
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1100
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1101
-
1102
- --------------------------------------------------------------------------------
1103
-
1104
- xml license:
1105
-
1106
- The MIT License
1107
-
1108
- Copyright (c) 2006-2019 Lukas Renggli.
1109
- All rights reserved.
1110
-
1111
- Permission is hereby granted, free of charge, to any person obtaining a copy
1112
- of this software and associated documentation files (the "Software"), to deal
1113
- in the Software without restriction, including without limitation the rights
1114
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1115
- copies of the Software, and to permit persons to whom the Software is
1116
- furnished to do so, subject to the following conditions:
1117
-
1118
- The above copyright notice and this permission notice shall be included in
1119
- all copies or substantial portions of the Software.
1120
-
1121
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1122
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1123
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1124
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1125
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1126
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1127
- THE SOFTWARE.
1071
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.0","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.29.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}