81059a1b79
Change-Id: I45dcedb1ce90d7a9700a57767ae01fff5721ccfc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/506602 Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Paul Berry <paulberry@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com>
20 lines
477 B
YAML
20 lines
477 B
YAML
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
|
|
|
|
environment:
|
|
sdk: '^3.13.0-0'
|
|
|
|
resolution: workspace
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
analyzer: any
|
|
args: any
|
|
path: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
dart_flutter_team_lints: any
|