| # 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 |
| description: A process invocation abstraction for Dart that manages a multi-process queue. |
| version: 4.2.0 |
| repository: https://github.com/google/process_runner |
| issue_tracker: https://github.com/google/process_runner/issues |
| documentation: https://github.com/google/process_runner/blob/master/process_runner/README.md |
| homepage: https://github.com/google/process_runner |
| |
| dependencies: |
| args: ^2.3.0 |
| async: ^2.5.0 |
| file: '>=6.1.0 <8.0.0' |
| meta: ^1.3.0 |
| path: ^1.8.0 |
| platform: ^3.1.0 |
| process: ^5.0.1 |
| |
| dev_dependencies: |
| test: ^1.16.8 |
| |
| environment: |
| sdk: '>=2.12.0 <4.0.0' |
| |
| binaries: |
| process_runner: |