Initial commit
[yaffs-website] / node_modules / cliui / package.json
1 {
2   "_args": [
3     [
4       "cliui@^3.2.0",
5       "/var/www/yaffs/node_modules/yargs"
6     ]
7   ],
8   "_from": "cliui@>=3.2.0 <4.0.0",
9   "_id": "cliui@3.2.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/cliui",
13   "_nodeVersion": "5.1.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/cliui-3.2.0.tgz_1460342854008_0.8861493801232427"
17   },
18   "_npmUser": {
19     "email": "ben@npmjs.com",
20     "name": "bcoe"
21   },
22   "_npmVersion": "3.3.12",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "cliui",
26     "raw": "cliui@^3.2.0",
27     "rawSpec": "^3.2.0",
28     "scope": null,
29     "spec": ">=3.2.0 <4.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/yargs"
34   ],
35   "_resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
36   "_shasum": "120601537a916d29940f934da3b48d585a39213d",
37   "_shrinkwrap": null,
38   "_spec": "cliui@^3.2.0",
39   "_where": "/var/www/yaffs/node_modules/yargs",
40   "author": {
41     "email": "ben@npmjs.com",
42     "name": "Ben Coe"
43   },
44   "bugs": {
45     "url": "https://github.com/yargs/cliui/issues"
46   },
47   "config": {
48     "blanket": {
49       "data-cover-never": [
50         "node_modules",
51         "test"
52       ],
53       "output-reporter": "spec",
54       "pattern": [
55         "index.js"
56       ]
57     }
58   },
59   "dependencies": {
60     "string-width": "^1.0.1",
61     "strip-ansi": "^3.0.1",
62     "wrap-ansi": "^2.0.0"
63   },
64   "description": "easily create complex multi-column command-line-interfaces",
65   "devDependencies": {
66     "chai": "^3.5.0",
67     "chalk": "^1.1.2",
68     "coveralls": "^2.11.8",
69     "mocha": "^2.4.5",
70     "nyc": "^6.4.0",
71     "standard": "^6.0.8",
72     "standard-version": "^2.1.2"
73   },
74   "directories": {},
75   "dist": {
76     "shasum": "120601537a916d29940f934da3b48d585a39213d",
77     "tarball": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz"
78   },
79   "files": [
80     "index.js"
81   ],
82   "gitHead": "75d62e9dfa77a0e0a9c3ac3b96b02baa294142ce",
83   "homepage": "https://github.com/yargs/cliui#readme",
84   "keywords": [
85     "cli",
86     "command-line",
87     "console",
88     "design",
89     "layout",
90     "table",
91     "wrap"
92   ],
93   "license": "ISC",
94   "main": "index.js",
95   "maintainers": [
96     {
97       "name": "bcoe",
98       "email": "ben@npmjs.com"
99     }
100   ],
101   "name": "cliui",
102   "optionalDependencies": {},
103   "readme": "ERROR: No README data found!",
104   "repository": {
105     "type": "git",
106     "url": "git+ssh://git@github.com/yargs/cliui.git"
107   },
108   "scripts": {
109     "coverage": "nyc --reporter=text-lcov mocha | coveralls",
110     "pretest": "standard",
111     "test": "nyc mocha",
112     "version": "standard-version"
113   },
114   "standard": {
115     "globals": [
116       "it"
117     ],
118     "ignore": [
119       "**/example/**"
120     ]
121   },
122   "version": "3.2.0"
123 }