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.
44 lines
710 B
44 lines
710 B
{ |
|
"name": "has-flag", |
|
"version": "3.0.0", |
|
"description": "Check if argv has a specific flag", |
|
"license": "MIT", |
|
"repository": "sindresorhus/has-flag", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"has", |
|
"check", |
|
"detect", |
|
"contains", |
|
"find", |
|
"flag", |
|
"cli", |
|
"command-line", |
|
"argv", |
|
"process", |
|
"arg", |
|
"args", |
|
"argument", |
|
"arguments", |
|
"getopt", |
|
"minimist", |
|
"optimist" |
|
], |
|
"devDependencies": { |
|
"ava": "*", |
|
"xo": "*" |
|
} |
|
}
|
|
|