mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
update pub details
This commit is contained in:
5
packages/curl_parser/.pubignore
Normal file
5
packages/curl_parser/.pubignore
Normal file
@ -0,0 +1,5 @@
|
||||
pubspec.lock
|
||||
melos_curl_parser.iml
|
||||
.dart_tool/
|
||||
build/
|
||||
coverage/
|
@ -1,16 +1,26 @@
|
||||
name: curl_parser
|
||||
description: Parse cURL command to Dart object and convert Dart object to cURL commands.
|
||||
version: 0.1.0
|
||||
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: ">=2.17.0 <4.0.0"
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
args: ">=2.3.1 <3.0.0"
|
||||
args: ^2.5.0
|
||||
equatable: ^2.0.5
|
||||
shlex: ^2.0.2
|
||||
|
||||
dev_dependencies:
|
||||
lints: ^3.0.0
|
||||
test: ^1.21.0
|
||||
lints: ^2.1.0
|
||||
test: ^1.24.4
|
||||
|
Reference in New Issue
Block a user