blob: ca72a38af3a5138134998514103c596834bb92bf [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "has-flag@^4.0.0",
3 "_id": "has-flag@4.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
6 "_location": "/has-flag",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "has-flag@^4.0.0",
12 "name": "has-flag",
13 "escapedName": "has-flag",
14 "rawSpec": "^4.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.0.0"
17 },
18 "_requiredBy": [
19 "/supports-color"
20 ],
21 "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
22 "_shasum": "944771fd9c81c81265c4d6941860da06bb59479b",
23 "_spec": "has-flag@^4.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\supports-color",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/has-flag/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Check if argv has a specific flag",
36 "devDependencies": {
37 "ava": "^1.4.1",
38 "tsd": "^0.7.2",
39 "xo": "^0.24.0"
40 },
41 "engines": {
42 "node": ">=8"
43 },
44 "files": [
45 "index.js",
46 "index.d.ts"
47 ],
48 "homepage": "https://github.com/sindresorhus/has-flag#readme",
49 "keywords": [
50 "has",
51 "check",
52 "detect",
53 "contains",
54 "find",
55 "flag",
56 "cli",
57 "command-line",
58 "argv",
59 "process",
60 "arg",
61 "args",
62 "argument",
63 "arguments",
64 "getopt",
65 "minimist",
66 "optimist"
67 ],
68 "license": "MIT",
69 "name": "has-flag",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/sindresorhus/has-flag.git"
73 },
74 "scripts": {
75 "test": "xo && ava && tsd"
76 },
77 "version": "4.0.0"
78}