| name: glob | |
| version: 1.1.8-dev | |
| description: Bash-style filename globbing. | |
| author: Dart Team <misc@dartlang.org> | |
| homepage: https://github.com/dart-lang/glob | |
| environment: | |
| sdk: '>=2.1.0 <3.0.0' | |
| dependencies: | |
| async: '>=1.2.0 <3.0.0' | |
| collection: ^1.1.0 | |
| path: ^1.3.0 | |
| pedantic: ^1.2.0 | |
| string_scanner: '>=0.1.0 <2.0.0' | |
| dev_dependencies: | |
| test: ^1.6.0 | |
| test_descriptor: ^1.0.0 |