package.json
2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"_args": [
[
"colour@latest",
"/Users/AlexWang/ws/LiveClass/node_modules/ascli"
]
],
"_cnpm_publish_time": 1367599036591,
"_from": "colour@latest",
"_id": "colour@0.7.1",
"_inCache": true,
"_installable": true,
"_location": "/colour",
"_npmUser": {
"email": "dcode@dcode.io",
"name": "dcode"
},
"_npmVersion": "1.2.18",
"_phantomChildren": {},
"_requested": {
"name": "colour",
"raw": "colour@latest",
"rawSpec": "latest",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/ascli"
],
"_resolved": "https://registry.npm.taobao.org/colour/download/colour-0.7.1.tgz",
"_shasum": "9cb169917ec5d12c0736d3e8685746df1cadf778",
"_shrinkwrap": null,
"_spec": "colour@latest",
"_where": "/Users/AlexWang/ws/LiveClass/node_modules/ascli",
"author": {
"email": "dcode@dcode.io",
"name": "Daniel Wirtz"
},
"bugs": {
"url": "https://github.com/dcodeIO/colour.js/issues"
},
"dependencies": {},
"description": "A cored, fixed, documented and optimized version of the popular `colors.js`: Get colors in your node.js console like what...",
"devDependencies": {},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "9cb169917ec5d12c0736d3e8685746df1cadf778",
"size": 20156,
"tarball": "http://registry.npm.taobao.org/colour/download/colour-0.7.1.tgz"
},
"engines": {
"node": ">=0.8"
},
"homepage": "https://github.com/dcodeIO/colour.js#readme",
"keywords": [
"ansi",
"terminal",
"colors"
],
"license": "MIT",
"main": "./colour.min.js",
"maintainers": [
{
"email": "dcode@dcode.io",
"name": "dcode"
}
],
"name": "colour",
"optionalDependencies": {},
"publish_time": 1367599036591,
"readme": "ERROR: No README data found!",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/dcodeIO/colour.js.git"
},
"scripts": {
"compile": "ccjs colour.js --warning_level=VERBOSE --compilation_level=ADVANCED_OPTIMIZATIONS --externs=externs > colour.min.js",
"test": "node tests/test.js"
},
"version": "0.7.1"
}