Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / wrap-ansi / package.json
1 {
2   "_args": [
3     [
4       "wrap-ansi@^2.0.0",
5       "/var/www/yaffs/node_modules/cliui"
6     ]
7   ],
8   "_from": "wrap-ansi@>=2.0.0 <3.0.0",
9   "_id": "wrap-ansi@2.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/wrap-ansi",
13   "_nodeVersion": "4.6.2",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/wrap-ansi-2.1.0.tgz_1480440082575_0.23112521297298372"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.11",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "wrap-ansi",
26     "raw": "wrap-ansi@^2.0.0",
27     "rawSpec": "^2.0.0",
28     "scope": null,
29     "spec": ">=2.0.0 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/cliui"
34   ],
35   "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
36   "_shasum": "d8fc3d284dd05794fe84973caecdd1cf824fdd85",
37   "_shrinkwrap": null,
38   "_spec": "wrap-ansi@^2.0.0",
39   "_where": "/var/www/yaffs/node_modules/cliui",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/chalk/wrap-ansi/issues"
47   },
48   "dependencies": {
49     "string-width": "^1.0.1",
50     "strip-ansi": "^3.0.1"
51   },
52   "description": "Wordwrap a string with ANSI escape codes",
53   "devDependencies": {
54     "ava": "^0.16.0",
55     "chalk": "^1.1.0",
56     "coveralls": "^2.11.4",
57     "has-ansi": "^2.0.0",
58     "nyc": "^6.2.1",
59     "strip-ansi": "^3.0.0",
60     "xo": "*"
61   },
62   "directories": {},
63   "dist": {
64     "shasum": "d8fc3d284dd05794fe84973caecdd1cf824fdd85",
65     "tarball": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz"
66   },
67   "engines": {
68     "node": ">=0.10.0"
69   },
70   "files": [
71     "index.js"
72   ],
73   "gitHead": "a731af5a3461d92f2af302e81e05ea698a3c8c1a",
74   "homepage": "https://github.com/chalk/wrap-ansi#readme",
75   "keywords": [
76     "256",
77     "ansi",
78     "break",
79     "cli",
80     "color",
81     "colors",
82     "colour",
83     "command-line",
84     "console",
85     "escape",
86     "formatting",
87     "linewrap",
88     "log",
89     "logging",
90     "rgb",
91     "shell",
92     "string",
93     "styles",
94     "terminal",
95     "text",
96     "tty",
97     "wordbreak",
98     "wordwrap",
99     "wrap",
100     "xterm"
101   ],
102   "license": "MIT",
103   "maintainers": [
104     {
105       "name": "bcoe",
106       "email": "ben@npmjs.com"
107     },
108     {
109       "name": "dthree",
110       "email": "threedeecee@gmail.com"
111     },
112     {
113       "name": "qix",
114       "email": "i.am.qix@gmail.com"
115     },
116     {
117       "name": "sindresorhus",
118       "email": "sindresorhus@gmail.com"
119     }
120   ],
121   "name": "wrap-ansi",
122   "optionalDependencies": {},
123   "readme": "ERROR: No README data found!",
124   "repository": {
125     "type": "git",
126     "url": "git+https://github.com/chalk/wrap-ansi.git"
127   },
128   "scripts": {
129     "coveralls": "nyc report --reporter=text-lcov | coveralls",
130     "test": "xo && nyc ava"
131   },
132   "version": "2.1.0"
133 }