| # 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.0.0-nullsafety.1 |
| description: A process invocation astraction for Dart that manages a multiprocess queue. |
| homepage: https://github.com/google/process_runner |
| |
| dependencies: |
| file: ^6.0.0-nullsafety.1 |
| meta: ^1.3.0-nullsafety.2 |
| path: ^1.8.0-nullsafety |
| platform: ^3.0.0-nullsafety.1 |
| process: ^4.0.0-nullsafety.1 |
| async: ^2.5.0-nullsafety |
| |
| dev_dependencies: |
| test: ^1.16.0-nullsafety.1 |
| |
| environment: |
| sdk: '>=2.10.0-4.0.dev <2.11.0' |