Initial commit
[yaffs-website] / node_modules / chalk / package.json
1 {
2   "_args": [
3     [
4       "chalk@^1.0.0",
5       "/var/www/yaffs/node_modules/gulp"
6     ]
7   ],
8   "_from": "chalk@>=1.0.0 <2.0.0",
9   "_id": "chalk@1.1.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/chalk",
13   "_nodeVersion": "0.10.32",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/chalk-1.1.3.tgz_1459210604109_0.3892582862172276"
17   },
18   "_npmUser": {
19     "email": "i.am.qix@gmail.com",
20     "name": "qix"
21   },
22   "_npmVersion": "2.14.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "chalk",
26     "raw": "chalk@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/fancy-log",
34     "/gulp",
35     "/gulp-util",
36     "/node-sass"
37   ],
38   "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
39   "_shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
40   "_shrinkwrap": null,
41   "_spec": "chalk@^1.0.0",
42   "_where": "/var/www/yaffs/node_modules/gulp",
43   "bugs": {
44     "url": "https://github.com/chalk/chalk/issues"
45   },
46   "dependencies": {
47     "ansi-styles": "^2.2.1",
48     "escape-string-regexp": "^1.0.2",
49     "has-ansi": "^2.0.0",
50     "strip-ansi": "^3.0.0",
51     "supports-color": "^2.0.0"
52   },
53   "description": "Terminal string styling done right. Much color.",
54   "devDependencies": {
55     "coveralls": "^2.11.2",
56     "matcha": "^0.6.0",
57     "mocha": "*",
58     "nyc": "^3.0.0",
59     "require-uncached": "^1.0.2",
60     "resolve-from": "^1.0.0",
61     "semver": "^4.3.3",
62     "xo": "*"
63   },
64   "directories": {},
65   "dist": {
66     "shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
67     "tarball": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
68   },
69   "engines": {
70     "node": ">=0.10.0"
71   },
72   "files": [
73     "index.js"
74   ],
75   "gitHead": "0d8d8c204eb87a4038219131ad4d8369c9f59d24",
76   "homepage": "https://github.com/chalk/chalk#readme",
77   "keywords": [
78     "256",
79     "ansi",
80     "cli",
81     "color",
82     "colors",
83     "colour",
84     "command-line",
85     "console",
86     "formatting",
87     "log",
88     "logging",
89     "rgb",
90     "shell",
91     "str",
92     "string",
93     "style",
94     "styles",
95     "terminal",
96     "text",
97     "tty",
98     "xterm"
99   ],
100   "license": "MIT",
101   "maintainers": [
102     {
103       "name": "qix",
104       "email": "i.am.qix@gmail.com"
105     },
106     {
107       "name": "sindresorhus",
108       "email": "sindresorhus@gmail.com"
109     },
110     {
111       "name": "unicorn",
112       "email": "sindresorhus+unicorn@gmail.com"
113     }
114   ],
115   "name": "chalk",
116   "optionalDependencies": {},
117   "readme": "ERROR: No README data found!",
118   "repository": {
119     "type": "git",
120     "url": "git+https://github.com/chalk/chalk.git"
121   },
122   "scripts": {
123     "bench": "matcha benchmark.js",
124     "coverage": "nyc npm test && nyc report",
125     "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
126     "test": "xo && mocha"
127   },
128   "version": "1.1.3",
129   "xo": {
130     "envs": [
131       "mocha",
132       "node"
133     ]
134   }
135 }