d4t_formulas/.pub-cache/hosted/pub.dev/analyzer-7.7.1/pubspec.yaml
Álvaro González 1d339653d5 feat: add formula data classes with strict JSON parsing
- Add VariableSpec class with magnitude field validation
- Add Formula class supporting multiple input/output variables
- Support d4rt_code as string or object with code field
- Add comprehensive tests for parsing and serialization
- Fix broken test import in pruebas_d4rt_test.dart

Follows README.md format requirements exactly
2025-08-21 17:15:00 +02:00

42 lines
981 B
YAML

name: analyzer
version: 7.7.1
description: >-
This package provides a library that performs static analysis of Dart code.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
environment:
sdk: ^3.5.0
resolution: workspace
dependencies:
_fe_analyzer_shared: ^85.0.0
collection: ^1.19.0
convert: ^3.0.0
crypto: ^3.0.0
glob: ^2.0.0
meta: ^1.15.0
package_config: ^2.0.0
path: ^1.9.0
pub_semver: ^2.1.4
source_span: ^1.8.0
watcher: ^1.1.0
yaml: ^3.0.0
# We use 'any' version constraints here as we get our package versions from
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
# best practice for packages is to specify their compatible version ranges.
# See also https://dart.dev/tools/pub/dependencies.
dev_dependencies:
analyzer_utilities: any
args: any
async: any
checks: any
heap_snapshot: any
linter: any
lints: any
matcher: any
test: any
test_reflective_loader: any
vm_service: any