Initial commit
[yaffs-website] / node_modules / has-flag / package.json
1 {
2   "_args": [
3     [
4       "has-flag@^1.0.0",
5       "/var/www/yaffs/node_modules/postcss/node_modules/supports-color"
6     ]
7   ],
8   "_from": "has-flag@>=1.0.0 <2.0.0",
9   "_id": "has-flag@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/has-flag",
13   "_nodeVersion": "0.12.5",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.11.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "has-flag",
22     "raw": "has-flag@^1.0.0",
23     "rawSpec": "^1.0.0",
24     "scope": null,
25     "spec": ">=1.0.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/postcss/supports-color"
30   ],
31   "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
32   "_shasum": "9d9e793165ce017a00f00418c43f942a7b1d11fa",
33   "_shrinkwrap": null,
34   "_spec": "has-flag@^1.0.0",
35   "_where": "/var/www/yaffs/node_modules/postcss/node_modules/supports-color",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/has-flag/issues"
43   },
44   "dependencies": {},
45   "description": "Check if argv has a specific flag",
46   "devDependencies": {
47     "ava": "0.0.4"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "9d9e793165ce017a00f00418c43f942a7b1d11fa",
52     "tarball": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz"
53   },
54   "engines": {
55     "node": ">=0.10.0"
56   },
57   "files": [
58     "index.js"
59   ],
60   "gitHead": "621de2782d538f28f99f0bb85b158799cb3ae5cf",
61   "homepage": "https://github.com/sindresorhus/has-flag#readme",
62   "keywords": [
63     "arg",
64     "args",
65     "argument",
66     "arguments",
67     "argv",
68     "check",
69     "cli",
70     "command-line",
71     "contains",
72     "detect",
73     "find",
74     "flag",
75     "getopt",
76     "has",
77     "minimist",
78     "optimist",
79     "process"
80   ],
81   "license": "MIT",
82   "maintainers": [
83     {
84       "name": "Sindre Sorhus",
85       "email": "sindresorhus@gmail.com",
86       "url": "sindresorhus.com"
87     },
88     {
89       "name": "Joshua Appelman",
90       "email": "jappelman@xebia.com",
91       "url": "jbnicolai.com"
92     },
93     {
94       "name": "JD Ballard",
95       "email": "i.am.qix@gmail.com",
96       "url": "github.com/qix-"
97     }
98   ],
99   "name": "has-flag",
100   "optionalDependencies": {},
101   "readme": "ERROR: No README data found!",
102   "repository": {
103     "type": "git",
104     "url": "git+https://github.com/sindresorhus/has-flag.git"
105   },
106   "scripts": {
107     "test": "node test.js"
108   },
109   "version": "1.0.0"
110 }