• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "ansi-regex@2.1.1",
3  "_id": "ansi-regex@2.1.1",
4  "_inBundle": false,
5  "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
6  "_location": "/ansi-regex",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "ansi-regex@2.1.1",
12    "name": "ansi-regex",
13    "escapedName": "ansi-regex",
14    "rawSpec": "2.1.1",
15    "saveSpec": null,
16    "fetchSpec": "2.1.1"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/"
21  ],
22  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
23  "_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
24  "_spec": "ansi-regex@2.1.1",
25  "_where": "/Users/rebecca/code/npm",
26  "author": {
27    "name": "Sindre Sorhus",
28    "email": "sindresorhus@gmail.com",
29    "url": "sindresorhus.com"
30  },
31  "bugs": {
32    "url": "https://github.com/chalk/ansi-regex/issues"
33  },
34  "bundleDependencies": false,
35  "deprecated": false,
36  "description": "Regular expression for matching ANSI escape codes",
37  "devDependencies": {
38    "ava": "0.17.0",
39    "xo": "0.16.0"
40  },
41  "engines": {
42    "node": ">=0.10.0"
43  },
44  "files": [
45    "index.js"
46  ],
47  "homepage": "https://github.com/chalk/ansi-regex#readme",
48  "keywords": [
49    "ansi",
50    "styles",
51    "color",
52    "colour",
53    "colors",
54    "terminal",
55    "console",
56    "cli",
57    "string",
58    "tty",
59    "escape",
60    "formatting",
61    "rgb",
62    "256",
63    "shell",
64    "xterm",
65    "command-line",
66    "text",
67    "regex",
68    "regexp",
69    "re",
70    "match",
71    "test",
72    "find",
73    "pattern"
74  ],
75  "license": "MIT",
76  "maintainers": [
77    {
78      "name": "Sindre Sorhus",
79      "email": "sindresorhus@gmail.com",
80      "url": "sindresorhus.com"
81    },
82    {
83      "name": "Joshua Appelman",
84      "email": "jappelman@xebia.com",
85      "url": "jbnicolai.com"
86    },
87    {
88      "name": "JD Ballard",
89      "email": "i.am.qix@gmail.com",
90      "url": "github.com/qix-"
91    }
92  ],
93  "name": "ansi-regex",
94  "repository": {
95    "type": "git",
96    "url": "git+https://github.com/chalk/ansi-regex.git"
97  },
98  "scripts": {
99    "test": "xo && ava --verbose",
100    "view-supported": "node fixtures/view-codes.js"
101  },
102  "version": "2.1.1",
103  "xo": {
104    "rules": {
105      "guard-for-in": 0,
106      "no-loop-func": 0
107    }
108  }
109}
110