UNPKG

1.73 kBJSONView Raw
1{
2 "_from": "colors@^1.1.2",
3 "_id": "colors@1.3.3",
4 "_inBundle": false,
5 "_integrity": "sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg==",
6 "_location": "/colors",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "colors@^1.1.2",
12 "name": "colors",
13 "escapedName": "colors",
14 "rawSpec": "^1.1.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.2"
17 },
18 "_requiredBy": [
19 "/cli-table3"
20 ],
21 "_resolved": "https://registry.npmjs.org/colors/-/colors-1.3.3.tgz",
22 "_shasum": "39e005d546afe01e01f9c4ca8fa50f686a01205d",
23 "_spec": "colors@^1.1.2",
24 "_where": "/Users/aeschright/code/cli/node_modules/cli-table3",
25 "author": {
26 "name": "Marak Squires"
27 },
28 "bugs": {
29 "url": "https://github.com/Marak/colors.js/issues"
30 },
31 "bundleDependencies": false,
32 "contributors": [
33 {
34 "name": "DABH",
35 "url": "https://github.com/DABH"
36 }
37 ],
38 "deprecated": false,
39 "description": "get colors in your node.js console",
40 "devDependencies": {
41 "eslint": "^5.2.0",
42 "eslint-config-google": "^0.11.0"
43 },
44 "engines": {
45 "node": ">=0.1.90"
46 },
47 "files": [
48 "examples",
49 "lib",
50 "LICENSE",
51 "safe.js",
52 "themes",
53 "index.d.ts",
54 "safe.d.ts"
55 ],
56 "homepage": "https://github.com/Marak/colors.js",
57 "keywords": [
58 "ansi",
59 "terminal",
60 "colors"
61 ],
62 "license": "MIT",
63 "main": "lib/index.js",
64 "name": "colors",
65 "repository": {
66 "type": "git",
67 "url": "git+ssh://git@github.com/Marak/colors.js.git"
68 },
69 "scripts": {
70 "lint": "eslint . --fix",
71 "test": "node tests/basic-test.js && node tests/safe-test.js"
72 },
73 "version": "1.3.3"
74}