wallet-core/node_modules/has-flag/package.json

50 lines
921 B
JSON
Raw Normal View History

2017-05-03 15:35:00 +02:00
{
"name": "has-flag",
2017-08-14 05:01:11 +02:00
"version": "2.0.0",
2017-05-03 15:35:00 +02:00
"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"
},
"maintainers": [
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
"Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)",
"JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
2017-08-14 05:01:11 +02:00
"test": "xo && ava"
2017-05-03 15:35:00 +02:00
},
"files": [
"index.js"
],
"keywords": [
"has",
"check",
"detect",
"contains",
"find",
"flag",
"cli",
"command-line",
"argv",
"process",
"arg",
"args",
"argument",
"arguments",
"getopt",
"minimist",
"optimist"
],
"devDependencies": {
2017-08-14 05:01:11 +02:00
"ava": "*",
"xo": "*"
2017-05-03 15:35:00 +02:00
}
}