| Index: mojo/public/dart/third_party/glob/pubspec.yaml
|
| diff --git a/mojo/public/dart/third_party/glob/pubspec.yaml b/mojo/public/dart/third_party/glob/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..eb7816c94728081ba3903ac2a8839945605adfec
|
| --- /dev/null
|
| +++ b/mojo/public/dart/third_party/glob/pubspec.yaml
|
| @@ -0,0 +1,12 @@
|
| +name: glob
|
| +version: 1.0.5
|
| +author: "Dart Team <misc@dartlang.org>"
|
| +homepage: https://github.com/dart-lang/glob
|
| +description: Bash-style filename globbing.
|
| +dependencies:
|
| + collection: ">=1.1.0 <2.0.0"
|
| + path: ">=1.3.0 <2.0.0"
|
| + string_scanner: ">=0.1.0 <0.2.0"
|
| +dev_dependencies:
|
| + test: ">=0.12.0 <0.13.0"
|
| + scheduled_test: ">=0.12.0 <0.13.0"
|
|
|