Initial commit
[yaffs-website] / node_modules / meow / package.json
1 {
2   "_args": [
3     [
4       "meow@^3.7.0",
5       "/var/www/yaffs/node_modules/node-sass"
6     ]
7   ],
8   "_from": "meow@>=3.7.0 <4.0.0",
9   "_id": "meow@3.7.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/meow",
13   "_nodeVersion": "4.2.4",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.14.12",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "meow",
22     "raw": "meow@^3.7.0",
23     "rawSpec": "^3.7.0",
24     "scope": null,
25     "spec": ">=3.7.0 <4.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/node-sass"
30   ],
31   "_resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
32   "_shasum": "72cb668b425228290abbfa856892587308a801fb",
33   "_shrinkwrap": null,
34   "_spec": "meow@^3.7.0",
35   "_where": "/var/www/yaffs/node_modules/node-sass",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/meow/issues"
43   },
44   "dependencies": {
45     "camelcase-keys": "^2.0.0",
46     "decamelize": "^1.1.2",
47     "loud-rejection": "^1.0.0",
48     "map-obj": "^1.0.1",
49     "minimist": "^1.1.3",
50     "normalize-package-data": "^2.3.4",
51     "object-assign": "^4.0.1",
52     "read-pkg-up": "^1.0.1",
53     "redent": "^1.0.0",
54     "trim-newlines": "^1.0.0"
55   },
56   "description": "CLI app helper",
57   "devDependencies": {
58     "ava": "*",
59     "execa": "^0.1.1",
60     "indent-string": "^2.1.0",
61     "xo": "*"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "72cb668b425228290abbfa856892587308a801fb",
66     "tarball": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz"
67   },
68   "engines": {
69     "node": ">=0.10.0"
70   },
71   "files": [
72     "index.js"
73   ],
74   "gitHead": "9a5c90af79fb8f5f29c97e6b92b63f41e2df4f34",
75   "homepage": "https://github.com/sindresorhus/meow#readme",
76   "keywords": [
77     "argv",
78     "bin",
79     "cat",
80     "cli",
81     "cmd",
82     "command",
83     "console",
84     "flags",
85     "helper",
86     "input",
87     "kitten",
88     "line",
89     "meow",
90     "option",
91     "parser",
92     "util",
93     "utility"
94   ],
95   "license": "MIT",
96   "maintainers": [
97     {
98       "name": "sindresorhus",
99       "email": "sindresorhus@gmail.com"
100     }
101   ],
102   "name": "meow",
103   "optionalDependencies": {},
104   "readme": "ERROR: No README data found!",
105   "repository": {
106     "type": "git",
107     "url": "git+https://github.com/sindresorhus/meow.git"
108   },
109   "scripts": {
110     "test": "xo && ava"
111   },
112   "version": "3.7.0"
113 }