2016-05-21 00:05:38 +02:00
|
|
|
name: sass
|
2018-03-03 02:58:34 +01:00
|
|
|
version: 1.0.0-beta.5.3
|
2016-05-21 00:05:38 +02:00
|
|
|
description: A Sass implementation in Dart.
|
|
|
|
author: Dart Team <misc@dartlang.org>
|
2016-11-01 00:14:36 +01:00
|
|
|
homepage: https://github.com/sass/dart-sass
|
2016-05-21 00:05:38 +02:00
|
|
|
|
2016-10-15 02:40:31 +02:00
|
|
|
executables:
|
|
|
|
dart-sass: sass
|
|
|
|
|
2016-05-21 00:05:38 +02:00
|
|
|
environment:
|
2017-12-03 00:02:37 +01:00
|
|
|
sdk: '>=1.22.0 <2.0.0'
|
2016-05-21 00:05:38 +02:00
|
|
|
|
|
|
|
dependencies:
|
2018-01-19 22:26:27 +01:00
|
|
|
args: ">=0.13.0 <2.0.0"
|
2018-01-13 10:30:42 +01:00
|
|
|
async: ">=1.10.0 <3.0.0"
|
2016-05-24 03:01:15 +02:00
|
|
|
charcode: "^1.1.0"
|
2017-01-16 00:30:52 +01:00
|
|
|
collection: "^1.8.0"
|
2017-10-07 03:59:49 +02:00
|
|
|
convert: "^2.0.1"
|
2017-10-06 02:25:14 +02:00
|
|
|
meta: "^1.0.0"
|
2016-05-24 03:11:09 +02:00
|
|
|
path: "^1.0.0"
|
2017-06-05 21:35:30 +02:00
|
|
|
source_span: "^1.4.0"
|
2016-06-10 00:47:59 +02:00
|
|
|
string_scanner: ">=0.1.5 <2.0.0"
|
2016-11-08 02:15:10 +01:00
|
|
|
stack_trace: ">=0.9.0 <2.0.0"
|
2016-09-20 23:04:34 +02:00
|
|
|
tuple: "^1.0.0"
|
2017-02-03 10:08:06 +01:00
|
|
|
package_resolver: ^1.0.0
|
2016-05-21 00:05:38 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
2017-10-13 22:00:23 +02:00
|
|
|
archive: "^1.0.0"
|
2017-11-20 23:30:42 +01:00
|
|
|
analyzer: "^0.30.0"
|
|
|
|
crypto: ">=0.9.2 <3.0.0"
|
2017-05-28 02:18:13 +02:00
|
|
|
dart_style: "^1.0.0"
|
2016-10-05 10:04:51 +02:00
|
|
|
grinder: "^0.8.0"
|
2016-10-15 00:48:34 +02:00
|
|
|
http: "^0.11.0"
|
2016-10-05 10:04:51 +02:00
|
|
|
js: "^0.6.0"
|
2016-12-03 00:13:32 +01:00
|
|
|
node_preamble: "^1.1.0"
|
2017-10-14 00:44:27 +02:00
|
|
|
pub_semver: "^1.0.0"
|
2017-07-07 02:36:15 +02:00
|
|
|
stream_channel: "^1.0.0"
|
2017-05-25 23:23:48 +02:00
|
|
|
test_descriptor: "^1.0.0"
|
|
|
|
test_process: "^1.0.0-rc.1"
|
2017-12-01 23:20:49 +01:00
|
|
|
test: "^0.12.29"
|
2017-01-14 01:13:26 +01:00
|
|
|
xml: "^2.4.0"
|
2016-10-08 00:46:58 +02:00
|
|
|
yaml: "^2.0.0"
|