mirror of
https://github.com/foss42/apidash.git
synced 2025-05-21 00:09:55 +08:00
28 lines
635 B
YAML
28 lines
635 B
YAML
name: curl_parser
|
|
description: Parse cURL command to Dart object and convert Dart object to cURL command.
|
|
version: 0.1.2
|
|
homepage: https://github.com/foss42/apidash/tree/main/packages/curl_parser
|
|
repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser
|
|
issue_tracker: https://github.com/foss42/apidash/issues
|
|
documentation: https://github.com/foss42/apidash/tree/main/packages/curl_parser
|
|
|
|
topics:
|
|
- curl
|
|
- api
|
|
- rest
|
|
- http
|
|
- network
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
args: ^2.5.0
|
|
equatable: ^2.0.5
|
|
seed: ^0.0.3
|
|
shlex: ^2.0.2
|
|
|
|
dev_dependencies:
|
|
lints: ^2.1.0
|
|
test: ^1.24.4
|