UNPKG

808 BJSONView Raw
1{
2 "name": "has-flag",
3 "version": "5.0.0",
4 "description": "Check if argv has a specific flag",
5 "license": "MIT",
6 "repository": "sindresorhus/has-flag",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "type": "module",
14 "exports": "./index.js",
15 "engines": {
16 "node": ">=12"
17 },
18 "scripts": {
19 "test": "xo && ava && tsd"
20 },
21 "files": [
22 "index.js",
23 "index.d.ts"
24 ],
25 "keywords": [
26 "has",
27 "check",
28 "detect",
29 "contains",
30 "find",
31 "flag",
32 "cli",
33 "command-line",
34 "argv",
35 "process",
36 "arg",
37 "args",
38 "argument",
39 "arguments",
40 "getopt",
41 "minimist",
42 "optimist"
43 ],
44 "devDependencies": {
45 "ava": "^3.15.0",
46 "tsd": "^0.14.0",
47 "xo": "^0.38.2"
48 }
49}