| # Copyright 2020 The Flutter Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| name: process_runner |
| version: 4.1.0 |
| description: A process invocation astraction for Dart that manages a multiprocess queue. |
| homepage: https://github.com/google/process_runner |
| |
| dependencies: |
| async: ^2.5.0 |
| file: ^6.1.0 |
| meta: ^1.3.0 |
| path: ^1.8.0 |
| platform: ^3.0.0 |
| process: ^4.1.0 |
| |
| dev_dependencies: |
| test: ^1.16.8 |
| |
| environment: |
| sdk: '>=2.12.0 <3.0.0' |
| |
| binaries: |
| process_runner: |