| Index: mojo/public/dart/third_party/source_map_stack_trace/pubspec.yaml
|
| diff --git a/mojo/public/dart/third_party/source_map_stack_trace/pubspec.yaml b/mojo/public/dart/third_party/source_map_stack_trace/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0933aa2ad9476298f56334e424064b5fd688058c
|
| --- /dev/null
|
| +++ b/mojo/public/dart/third_party/source_map_stack_trace/pubspec.yaml
|
| @@ -0,0 +1,16 @@
|
| +name: source_map_stack_trace
|
| +version: 1.0.4
|
| +description: >
|
| + A package for applying source maps to stack traces.
|
| +author: Dart Team <misc@dartlang.org>
|
| +homepage: https://github.com/dart-lang/source_map_stack_trace
|
| +
|
| +dependencies:
|
| + stack_trace: "^1.0.0"
|
| + source_maps: "^0.10.0"
|
| +
|
| +dev_dependencies:
|
| + test: "^0.12.0-dev.1"
|
| +
|
| +environment:
|
| + sdk: '>=1.8.0 <2.0.0'
|
|
|