2020-10-19 22:24:28 +00:00
|
|
|
name: scrape
|
|
|
|
description: Helper package for analyzing the syntax of Dart programs.
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
|
|
publish_to: none
|
2020-12-02 17:27:18 +00:00
|
|
|
|
2020-10-19 22:24:28 +00:00
|
|
|
environment:
|
2021-07-07 22:08:53 +00:00
|
|
|
sdk: ^2.13.0
|
2020-12-02 17:27:18 +00:00
|
|
|
|
2022-05-27 01:34:59 +00:00
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
2020-10-19 22:24:28 +00:00
|
|
|
dependencies:
|
2022-05-17 01:22:25 +00:00
|
|
|
analyzer: any
|
2022-05-27 01:34:59 +00:00
|
|
|
args: any
|
2022-05-17 01:22:25 +00:00
|
|
|
path: any
|
2020-12-02 17:27:18 +00:00
|
|
|
|
2022-05-27 01:34:59 +00:00
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
2020-10-19 22:24:28 +00:00
|
|
|
dev_dependencies:
|
2022-04-18 22:09:50 +00:00
|
|
|
lints: any
|