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

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "has-flag@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "has-flag@3.0.0",
10 "_id": "has-flag@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
13 "_location": "/has-flag",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "has-flag@3.0.0",
19 "name": "has-flag",
20 "escapedName": "has-flag",
21 "rawSpec": "3.0.0",
22 "saveSpec": null,
23 "fetchSpec": "3.0.0"
24 },
25 "_requiredBy": [
26 "/supports-color",
27 "/webpack-dev-server/supports-color"
28 ],
29 "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
30 "_spec": "3.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "sindresorhus.com"
36 },
37 "bugs": {
38 "url": "https://github.com/sindresorhus/has-flag/issues"
39 },
40 "description": "Check if argv has a specific flag",
41 "devDependencies": {
42 "ava": "*",
43 "xo": "*"
44 },
45 "engines": {
46 "node": ">=4"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/sindresorhus/has-flag#readme",
52 "keywords": [
53 "has",
54 "check",
55 "detect",
56 "contains",
57 "find",
58 "flag",
59 "cli",
60 "command-line",
61 "argv",
62 "process",
63 "arg",
64 "args",
65 "argument",
66 "arguments",
67 "getopt",
68 "minimist",
69 "optimist"
70 ],
71 "license": "MIT",
72 "name": "has-flag",
73 "repository": {
74 "type": "git",
75 "url": "git+https://github.com/sindresorhus/has-flag.git"
76 },
77 "scripts": {
78 "test": "xo && ava"
79 },
80 "version": "3.0.0"
81}
Note: See TracBrowser for help on using the repository browser.