source: imaps-frontend/node_modules/has-flag/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[d565449]1{
[79a0317]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": "version",
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 "/jest-worker/supports-color",
20 "/supports-color"
21 ],
22 "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
23 "_shasum": "944771fd9c81c81265c4d6941860da06bb59479b",
24 "_spec": "has-flag@4.0.0",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/jest-worker/node_modules/supports-color",
26 "author": {
27 "name": "Sindre Sorhus",
28 "email": "sindresorhus@gmail.com",
29 "url": "sindresorhus.com"
30 },
31 "bugs": {
32 "url": "https://github.com/sindresorhus/has-flag/issues"
33 },
34 "bundleDependencies": false,
35 "deprecated": false,
36 "description": "Check if argv has a specific flag",
37 "devDependencies": {
38 "ava": "^1.4.1",
39 "tsd": "^0.7.2",
40 "xo": "^0.24.0"
41 },
42 "engines": {
43 "node": ">=8"
44 },
45 "files": [
46 "index.js",
47 "index.d.ts"
48 ],
49 "homepage": "https://github.com/sindresorhus/has-flag#readme",
50 "keywords": [
51 "has",
52 "check",
53 "detect",
54 "contains",
55 "find",
56 "flag",
57 "cli",
58 "command-line",
59 "argv",
60 "process",
61 "arg",
62 "args",
63 "argument",
64 "arguments",
65 "getopt",
66 "minimist",
67 "optimist"
68 ],
69 "license": "MIT",
70 "name": "has-flag",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/sindresorhus/has-flag.git"
74 },
75 "scripts": {
76 "test": "xo && ava && tsd"
77 },
78 "version": "4.0.0"
[d565449]79}
Note: See TracBrowser for help on using the repository browser.