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