| # 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.4 |
| 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 |
| test: ^1.26.2 |
| |
| dev_dependencies: |
| dart_flutter_team_lints: ^3.5.2 |
| |
| environment: |
| sdk: ">=2.14.0 <4.0.0" |
| |
| binaries: |
| process_runner: |