You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
406 B
15 lines
406 B
name: which
|
|
version: 0.1.3
|
|
authors:
|
|
Dart Team <misc@dartlang.org>
|
|
Sean Eagan <seaneagan1@gmail.com>
|
|
description: Like unix which(1) - check for and locate installed executables.
|
|
homepage: https://github.com/dart-lang/which
|
|
environment:
|
|
sdk: '>=1.0.0 <2.0.0'
|
|
dependencies:
|
|
path: '>=1.3.1 <2.0.0'
|
|
when: '>=0.2.0 <0.3.0'
|
|
dev_dependencies:
|
|
mockito: '>=0.8.1 <0.9.0'
|
|
unittest: '>=0.11.4 <0.12.0'
|
|
|