26 lines
538 B
YAML
26 lines
538 B
YAML
|
|
name: shelf_static
|
||
|
|
version: 1.1.3
|
||
|
|
description: Static file server support for the shelf package and ecosystem.
|
||
|
|
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_static
|
||
|
|
|
||
|
|
topics:
|
||
|
|
- server
|
||
|
|
- shelf
|
||
|
|
|
||
|
|
environment:
|
||
|
|
sdk: ^3.3.0
|
||
|
|
|
||
|
|
dependencies:
|
||
|
|
convert: ^3.0.0
|
||
|
|
http_parser: ^4.0.0
|
||
|
|
mime: '>=1.0.0 <3.0.0'
|
||
|
|
path: ^1.8.0
|
||
|
|
# shelf version that allows correctly setting content-length w/ HEAD
|
||
|
|
shelf: ^1.1.2
|
||
|
|
|
||
|
|
dev_dependencies:
|
||
|
|
args: ^2.0.0
|
||
|
|
dart_flutter_team_lints: ^3.0.0
|
||
|
|
test: ^1.16.0
|
||
|
|
test_descriptor: ^2.0.0
|