[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / signaling_server / service / node_modules / ansi-regex / package.json
1 {
2   "_args": [
3     [
4       "ansi-regex@4.1.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "ansi-regex@4.1.0",
9   "_id": "ansi-regex@4.1.0",
10   "_inBundle": false,
11   "_integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
12   "_location": "/ansi-regex",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "ansi-regex@4.1.0",
18     "name": "ansi-regex",
19     "escapedName": "ansi-regex",
20     "rawSpec": "4.1.0",
21     "saveSpec": null,
22     "fetchSpec": "4.1.0"
23   },
24   "_requiredBy": [
25     "/strip-ansi"
26   ],
27   "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
28   "_spec": "4.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/ansi-regex/issues"
37   },
38   "description": "Regular expression for matching ANSI escape codes",
39   "devDependencies": {
40     "ava": "^0.25.0",
41     "xo": "^0.23.0"
42   },
43   "engines": {
44     "node": ">=6"
45   },
46   "files": [
47     "index.js"
48   ],
49   "homepage": "https://github.com/chalk/ansi-regex#readme",
50   "keywords": [
51     "ansi",
52     "styles",
53     "color",
54     "colour",
55     "colors",
56     "terminal",
57     "console",
58     "cli",
59     "string",
60     "tty",
61     "escape",
62     "formatting",
63     "rgb",
64     "256",
65     "shell",
66     "xterm",
67     "command-line",
68     "text",
69     "regex",
70     "regexp",
71     "re",
72     "match",
73     "test",
74     "find",
75     "pattern"
76   ],
77   "license": "MIT",
78   "name": "ansi-regex",
79   "repository": {
80     "type": "git",
81     "url": "git+https://github.com/chalk/ansi-regex.git"
82   },
83   "scripts": {
84     "test": "xo && ava",
85     "view-supported": "node fixtures/view-codes.js"
86   },
87   "version": "4.1.0"
88 }