source: trip-planner-front/node_modules/has-flag/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 710 bytes
Line 
1{
2 "name": "has-flag",
3 "version": "3.0.0",
4 "description": "Check if argv has a specific flag",
5 "license": "MIT",
6 "repository": "sindresorhus/has-flag",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=4"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "has",
23 "check",
24 "detect",
25 "contains",
26 "find",
27 "flag",
28 "cli",
29 "command-line",
30 "argv",
31 "process",
32 "arg",
33 "args",
34 "argument",
35 "arguments",
36 "getopt",
37 "minimist",
38 "optimist"
39 ],
40 "devDependencies": {
41 "ava": "*",
42 "xo": "*"
43 }
44}
Note: See TracBrowser for help on using the repository browser.