Initial commit
[yaffs-website] / node_modules / strip-ansi / package.json
1 {
2   "_args": [
3     [
4       "strip-ansi@^3.0.0",
5       "/var/www/yaffs/node_modules/chalk"
6     ]
7   ],
8   "_from": "strip-ansi@>=3.0.0 <4.0.0",
9   "_id": "strip-ansi@3.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/strip-ansi",
13   "_nodeVersion": "0.12.7",
14   "_npmOperationalInternal": {
15     "host": "packages-9-west.internal.npmjs.com",
16     "tmp": "tmp/strip-ansi-3.0.1.tgz_1456057278183_0.28958667791448534"
17   },
18   "_npmUser": {
19     "email": "jappelman@xebia.com",
20     "name": "jbnicolai"
21   },
22   "_npmVersion": "2.11.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "strip-ansi",
26     "raw": "strip-ansi@^3.0.0",
27     "rawSpec": "^3.0.0",
28     "scope": null,
29     "spec": ">=3.0.0 <4.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/chalk",
34     "/cliui",
35     "/gauge",
36     "/string-width",
37     "/wrap-ansi"
38   ],
39   "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
40   "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
41   "_shrinkwrap": null,
42   "_spec": "strip-ansi@^3.0.0",
43   "_where": "/var/www/yaffs/node_modules/chalk",
44   "author": {
45     "email": "sindresorhus@gmail.com",
46     "name": "Sindre Sorhus",
47     "url": "sindresorhus.com"
48   },
49   "bugs": {
50     "url": "https://github.com/chalk/strip-ansi/issues"
51   },
52   "dependencies": {
53     "ansi-regex": "^2.0.0"
54   },
55   "description": "Strip ANSI escape codes",
56   "devDependencies": {
57     "ava": "*",
58     "xo": "*"
59   },
60   "directories": {},
61   "dist": {
62     "shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
63     "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
64   },
65   "engines": {
66     "node": ">=0.10.0"
67   },
68   "files": [
69     "index.js"
70   ],
71   "gitHead": "8270705c704956da865623e564eba4875c3ea17f",
72   "homepage": "https://github.com/chalk/strip-ansi",
73   "keywords": [
74     "256",
75     "ansi",
76     "color",
77     "colors",
78     "colour",
79     "command-line",
80     "console",
81     "escape",
82     "formatting",
83     "log",
84     "logging",
85     "remove",
86     "rgb",
87     "shell",
88     "string",
89     "strip",
90     "styles",
91     "terminal",
92     "text",
93     "trim",
94     "tty",
95     "xterm"
96   ],
97   "license": "MIT",
98   "maintainers": [
99     {
100       "name": "sindresorhus",
101       "email": "sindresorhus@gmail.com"
102     },
103     {
104       "name": "jbnicolai",
105       "email": "jappelman@xebia.com"
106     }
107   ],
108   "name": "strip-ansi",
109   "optionalDependencies": {},
110   "readme": "ERROR: No README data found!",
111   "repository": {
112     "type": "git",
113     "url": "git+https://github.com/chalk/strip-ansi.git"
114   },
115   "scripts": {
116     "test": "xo && ava"
117   },
118   "version": "3.0.1"
119 }