d4t_formulas/.pub-cache/hosted/pub.dev/webkit_inspection_protocol-1.2.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

22 lines
502 B
YAML

name: webkit_inspection_protocol
version: 1.2.1
description: >
A client for the Chrome DevTools Protocol (previously called the Webkit
Inspection Protocol).
repository: https://github.com/google/webkit_inspection_protocol.dart
environment:
sdk: ^3.0.0
dependencies:
logging: ^1.0.0
dev_dependencies:
args: ^2.0.0
lints: '>=1.0.0 <3.0.0'
shelf_static: ^1.0.0
shelf_web_socket: ^1.0.0
shelf: ^1.0.0
test: ^1.16.0
web_socket_channel: ^2.0.0 # used in example/
webdriver: ^3.0.0