d4t_formulas/.pub-cache/hosted/pub.dev/test-1.26.3/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

54 lines
1.3 KiB
YAML

name: test
version: 1.26.3
description: >-
A full featured library for writing and running Dart tests across platforms.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
issue_tracker: https://github.com/dart-lang/test/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Atest
resolution: workspace
environment:
sdk: ^3.5.0
dependencies:
analyzer: '>=6.0.0 <9.0.0'
async: ^2.5.0
boolean_selector: ^2.1.0
collection: ^1.15.0
coverage: ^1.0.1
http_multi_server: ^3.0.0
io: ^1.0.0
js: '>=0.6.4 <0.8.0'
# Use a tight version constraint to ensure that a constraint on matcher
# properly constrains all features it provides.
matcher: '>=0.12.16 <0.12.18'
node_preamble: ^2.0.0
package_config: ^2.0.0
path: ^1.8.0
pool: ^1.5.0
shelf: ^1.0.0
shelf_packages_handler: ^3.0.0
shelf_static: ^1.0.0
shelf_web_socket: '>=1.0.0 <4.0.0'
source_span: ^1.8.0
stack_trace: ^1.10.0
stream_channel: ^2.1.0
# Use an exact version until the test_api and test_core package are stable.
test_api: 0.7.7
test_core: 0.6.12
typed_data: ^1.3.0
web_socket_channel: '>=2.0.0 <4.0.0'
webkit_inspection_protocol: ^1.0.0
yaml: ^3.0.0
dev_dependencies:
fake_async: ^1.0.0
glob: ^2.0.0
test_descriptor: ^2.0.0
test_process: ^2.0.0
topics:
- testing