UNPKG

command-exists-promise

Version:

Checks whether a command line command exists in the current environment.

34 lines (33 loc) 819 B
{ "name": "command-exists-promise", "version": "2.0.2", "description": "Checks whether a command line command exists in the current environment.", "main": "lib/index.js", "scripts": { "test": "mocha test/test.js" }, "repository": "github:raftario/command-exists", "keywords": [ "cli", "command", "exists", "promise", "async" ], "files": [], "author": "Raphaël Thériault <raphael_theriault@outlook.com> (https://raphaeltheriault.com)", "contributors": [ "Matthew Conlen", "Arthur Silber <arthur@arthursilber.de> (https://arthursilber.de)" ], "license": "MIT", "homepage": "https://github.com/raftario/command-exists", "engines": { "node": ">=6" }, "devDependencies": { "expect.js": "^0.3.1", "mocha": "^6.1.4" }, "dependencies": {} }