| Index: mojo/public/dart/third_party/source_maps/pubspec.yaml
|
| diff --git a/mojo/public/dart/third_party/source_maps/pubspec.yaml b/mojo/public/dart/third_party/source_maps/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fc0fe9bccbfbeda814f5edc2fce563aba6b9fd50
|
| --- /dev/null
|
| +++ b/mojo/public/dart/third_party/source_maps/pubspec.yaml
|
| @@ -0,0 +1,12 @@
|
| +name: source_maps
|
| +version: 0.10.1
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: Library to programmatically manipulate source map files.
|
| +homepage: http://github.com/dart-lang/source_maps
|
| +dependencies:
|
| + path: ^1.2.0
|
| + source_span: ^1.1.1
|
| +environment:
|
| + sdk: '>=1.8.0 <2.0.0'
|
| +dev_dependencies:
|
| + unittest: '>=0.9.0 <0.12.0'
|
|
|