mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
17 lines
368 B
YAML
17 lines
368 B
YAML
name: curl_parser
|
|
description: A Dart package for effortless conversion between cURL commands and Dart class.
|
|
version: 0.1.0
|
|
repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser
|
|
|
|
environment:
|
|
sdk: ">=2.17.0 <4.0.0"
|
|
|
|
dependencies:
|
|
args: ">=2.3.1 <3.0.0"
|
|
equatable: ^2.0.5
|
|
shlex: ^2.0.2
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
test: ^1.21.0
|