Files
old-cto-as-you-go/CTOAsYouGo/node_modules/has-flag/package.json

47 lines
696 B
JSON
Raw Normal View History

2023-07-01 10:42:40 +02:00
{
2023-07-05 11:02:15 +02:00
"name": "has-flag",
"version": "4.0.0",
"description": "Check if argv has a specific flag",
2023-07-01 10:42:40 +02:00
"license": "MIT",
2023-07-05 11:02:15 +02:00
"repository": "sindresorhus/has-flag",
2023-07-01 10:42:40 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
2023-07-05 11:02:15 +02:00
"has",
2023-07-01 10:42:40 +02:00
"check",
"detect",
2023-07-05 11:02:15 +02:00
"contains",
"find",
"flag",
"cli",
"command-line",
"argv",
"process",
"arg",
"args",
"argument",
"arguments",
"getopt",
"minimist",
"optimist"
2023-07-01 10:42:40 +02:00
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}