• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "ansi-regex@4.1.1",
3  "_id": "ansi-regex@4.1.1",
4  "_inBundle": false,
5  "_integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
6  "_location": "/wrap-ansi/ansi-regex",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "ansi-regex@4.1.1",
12    "name": "ansi-regex",
13    "escapedName": "ansi-regex",
14    "rawSpec": "4.1.1",
15    "saveSpec": null,
16    "fetchSpec": "4.1.1"
17  },
18  "_requiredBy": [
19    "/wrap-ansi/strip-ansi"
20  ],
21  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
22  "_shasum": "164daac87ab2d6f6db3a29875e2d1766582dabed",
23  "_spec": "ansi-regex@4.1.1",
24  "_where": "/Users/darcyclarke/Documents/Repos/npm/npm/cli/node_modules/wrap-ansi/node_modules/strip-ansi",
25  "author": {
26    "name": "Sindre Sorhus",
27    "email": "sindresorhus@gmail.com",
28    "url": "sindresorhus.com"
29  },
30  "bugs": {
31    "url": "https://github.com/chalk/ansi-regex/issues"
32  },
33  "bundleDependencies": false,
34  "deprecated": false,
35  "description": "Regular expression for matching ANSI escape codes",
36  "devDependencies": {
37    "ava": "^0.25.0",
38    "xo": "^0.23.0"
39  },
40  "engines": {
41    "node": ">=6"
42  },
43  "files": [
44    "index.js"
45  ],
46  "homepage": "https://github.com/chalk/ansi-regex#readme",
47  "keywords": [
48    "ansi",
49    "styles",
50    "color",
51    "colour",
52    "colors",
53    "terminal",
54    "console",
55    "cli",
56    "string",
57    "tty",
58    "escape",
59    "formatting",
60    "rgb",
61    "256",
62    "shell",
63    "xterm",
64    "command-line",
65    "text",
66    "regex",
67    "regexp",
68    "re",
69    "match",
70    "test",
71    "find",
72    "pattern"
73  ],
74  "license": "MIT",
75  "name": "ansi-regex",
76  "repository": {
77    "type": "git",
78    "url": "git+https://github.com/chalk/ansi-regex.git"
79  },
80  "scripts": {
81    "test": "xo && ava",
82    "view-supported": "node fixtures/view-codes.js"
83  },
84  "version": "4.1.1"
85}
86