Version 1
[yaffs-website] / node_modules / colors / package.json
1 {
2   "_args": [
3     [
4       "colors@~1.1.2",
5       "/var/www/yaffs/node_modules/grunt-legacy-log"
6     ]
7   ],
8   "_from": "colors@>=1.1.2 <1.2.0",
9   "_id": "colors@1.1.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/colors",
13   "_nodeVersion": "0.11.13",
14   "_npmUser": {
15     "email": "marak.squires@gmail.com",
16     "name": "marak"
17   },
18   "_npmVersion": "2.1.8",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "colors",
22     "raw": "colors@~1.1.2",
23     "rawSpec": "~1.1.2",
24     "scope": null,
25     "spec": ">=1.1.2 <1.2.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/grunt-legacy-log"
30   ],
31   "_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
32   "_shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
33   "_shrinkwrap": null,
34   "_spec": "colors@~1.1.2",
35   "_where": "/var/www/yaffs/node_modules/grunt-legacy-log",
36   "author": {
37     "name": "Marak Squires"
38   },
39   "bugs": {
40     "url": "https://github.com/Marak/colors.js/issues"
41   },
42   "dependencies": {},
43   "description": "get colors in your node.js console",
44   "devDependencies": {},
45   "directories": {},
46   "dist": {
47     "shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
48     "tarball": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz"
49   },
50   "engines": {
51     "node": ">=0.1.90"
52   },
53   "files": [
54     "LICENSE",
55     "examples",
56     "lib",
57     "safe.js",
58     "themes"
59   ],
60   "gitHead": "8bf2ad9fa695dcb30b7e9fd83691b139fd6655c4",
61   "homepage": "https://github.com/Marak/colors.js",
62   "keywords": [
63     "ansi",
64     "colors",
65     "terminal"
66   ],
67   "license": "MIT",
68   "main": "lib",
69   "maintainers": [
70     {
71       "name": "marak",
72       "email": "marak.squires@gmail.com"
73     }
74   ],
75   "name": "colors",
76   "optionalDependencies": {},
77   "readme": "ERROR: No README data found!",
78   "repository": {
79     "type": "git",
80     "url": "git+ssh://git@github.com/Marak/colors.js.git"
81   },
82   "scripts": {
83     "test": "node tests/basic-test.js && node tests/safe-test.js"
84   },
85   "version": "1.1.2"
86 }