Security update for permissions_by_term
[yaffs-website] / node_modules / has-ansi / package.json
1 {
2   "_args": [
3     [
4       "has-ansi@^2.0.0",
5       "/var/www/yaffs/node_modules/chalk"
6     ]
7   ],
8   "_from": "has-ansi@>=2.0.0 <3.0.0",
9   "_id": "has-ansi@2.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/has-ansi",
13   "_nodeVersion": "0.12.5",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.11.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "has-ansi",
22     "raw": "has-ansi@^2.0.0",
23     "rawSpec": "^2.0.0",
24     "scope": null,
25     "spec": ">=2.0.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/chalk"
30   ],
31   "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
32   "_shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
33   "_shrinkwrap": null,
34   "_spec": "has-ansi@^2.0.0",
35   "_where": "/var/www/yaffs/node_modules/chalk",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/has-ansi/issues"
43   },
44   "dependencies": {
45     "ansi-regex": "^2.0.0"
46   },
47   "description": "Check if a string has ANSI escape codes",
48   "devDependencies": {
49     "ava": "0.0.4"
50   },
51   "directories": {},
52   "dist": {
53     "shasum": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91",
54     "tarball": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz"
55   },
56   "engines": {
57     "node": ">=0.10.0"
58   },
59   "files": [
60     "index.js"
61   ],
62   "gitHead": "0722275e1bef139fcd09137da6e5550c3cd368b9",
63   "homepage": "https://github.com/sindresorhus/has-ansi",
64   "keywords": [
65     "ansi",
66     "color",
67     "colors",
68     "colour",
69     "command-line",
70     "console",
71     "escape",
72     "find",
73     "has",
74     "match",
75     "pattern",
76     "re",
77     "regex",
78     "regexp",
79     "shell",
80     "string",
81     "styles",
82     "terminal",
83     "test",
84     "text",
85     "tty",
86     "xterm"
87   ],
88   "license": "MIT",
89   "maintainers": [
90     {
91       "name": "sindresorhus",
92       "email": "sindresorhus@gmail.com"
93     },
94     {
95       "name": "jbnicolai",
96       "email": "jappelman@xebia.com"
97     }
98   ],
99   "name": "has-ansi",
100   "optionalDependencies": {},
101   "readme": "ERROR: No README data found!",
102   "repository": {
103     "type": "git",
104     "url": "git+https://github.com/sindresorhus/has-ansi.git"
105   },
106   "scripts": {
107     "test": "node test.js"
108   },
109   "version": "2.0.0"
110 }