2019-10-29 22:05:18 +01:00
|
|
|
name: sass_embedded
|
2022-08-04 22:48:23 +02:00
|
|
|
version: 1.54.3
|
2019-10-29 22:05:18 +01:00
|
|
|
description: An implementation of the Sass embedded protocol using Dart Sass.
|
|
|
|
homepage: https://github.com/sass/dart-sass-embedded
|
|
|
|
|
|
|
|
environment:
|
2021-05-18 05:57:37 +02:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2019-10-29 22:05:18 +01:00
|
|
|
|
2019-10-25 22:00:47 +02:00
|
|
|
executables:
|
|
|
|
dart-sass-embedded: dart_sass_embedded
|
|
|
|
|
2019-10-29 22:05:18 +01:00
|
|
|
dependencies:
|
|
|
|
async: ">=1.13.0 <3.0.0"
|
2019-11-08 01:03:47 +01:00
|
|
|
meta: ^1.1.0
|
2021-12-30 02:18:10 +01:00
|
|
|
path: ^1.6.0
|
2021-05-18 05:57:37 +02:00
|
|
|
protobuf: ^2.0.0
|
2022-08-04 22:48:23 +02:00
|
|
|
sass: 1.54.3
|
2022-07-22 23:58:14 +02:00
|
|
|
sass_api: ^2.0.0
|
2019-11-05 04:50:50 +01:00
|
|
|
source_span: ^1.1.0
|
2019-10-25 22:00:47 +02:00
|
|
|
stack_trace: ^1.6.0
|
2019-10-29 22:05:18 +01:00
|
|
|
stream_channel: ">=1.6.0 <3.0.0"
|
2020-12-23 01:06:16 +01:00
|
|
|
typed_data: ^1.1.0
|
2019-10-29 22:05:18 +01:00
|
|
|
|
|
|
|
dev_dependencies:
|
2022-03-29 00:04:05 +02:00
|
|
|
cli_pkg: ^2.1.0
|
2021-05-18 05:57:37 +02:00
|
|
|
grinder: ^0.9.0
|
|
|
|
protoc_plugin: ^20.0.0
|
2019-10-29 22:05:18 +01:00
|
|
|
test: ^1.0.0
|
2021-05-18 05:57:37 +02:00
|
|
|
test_descriptor: ^2.0.0
|
2021-06-14 21:51:01 +02:00
|
|
|
yaml: ^3.1.0
|
|
|
|
pubspec_parse: ^1.0.0
|
|
|
|
pub_semver: ^2.0.0
|
2022-01-26 02:16:17 +01:00
|
|
|
sass_analysis:
|
2022-03-29 00:04:05 +02:00
|
|
|
git: {url: https://github.com/sass/dart-sass.git, path: analysis}
|