[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / strip-ansi / package.json
1 {
2   "_args": [
3     [
4       "strip-ansi@5.2.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "strip-ansi@5.2.0",
9   "_id": "strip-ansi@5.2.0",
10   "_inBundle": false,
11   "_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
12   "_location": "/strip-ansi",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "strip-ansi@5.2.0",
18     "name": "strip-ansi",
19     "escapedName": "strip-ansi",
20     "rawSpec": "5.2.0",
21     "saveSpec": null,
22     "fetchSpec": "5.2.0"
23   },
24   "_requiredBy": [
25     "/cliui",
26     "/string-width",
27     "/wrap-ansi"
28   ],
29   "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
30   "_spec": "5.2.0",
31   "_where": "/opt/source/offload.js",
32   "author": {
33     "name": "Sindre Sorhus",
34     "email": "sindresorhus@gmail.com",
35     "url": "sindresorhus.com"
36   },
37   "bugs": {
38     "url": "https://github.com/chalk/strip-ansi/issues"
39   },
40   "dependencies": {
41     "ansi-regex": "^4.1.0"
42   },
43   "description": "Strip ANSI escape codes from a string",
44   "devDependencies": {
45     "ava": "^1.3.1",
46     "tsd-check": "^0.5.0",
47     "xo": "^0.24.0"
48   },
49   "engines": {
50     "node": ">=6"
51   },
52   "files": [
53     "index.js",
54     "index.d.ts"
55   ],
56   "homepage": "https://github.com/chalk/strip-ansi#readme",
57   "keywords": [
58     "strip",
59     "trim",
60     "remove",
61     "ansi",
62     "styles",
63     "color",
64     "colour",
65     "colors",
66     "terminal",
67     "console",
68     "string",
69     "tty",
70     "escape",
71     "formatting",
72     "rgb",
73     "256",
74     "shell",
75     "xterm",
76     "log",
77     "logging",
78     "command-line",
79     "text"
80   ],
81   "license": "MIT",
82   "name": "strip-ansi",
83   "repository": {
84     "type": "git",
85     "url": "git+https://github.com/chalk/strip-ansi.git"
86   },
87   "scripts": {
88     "test": "xo && ava && tsd-check"
89   },
90   "version": "5.2.0"
91 }