package.json
2.0 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": [
[
"ascli@~1",
"/Users/AlexWang/ws/LiveClass/node_modules/protobufjs"
]
],
"_cnpm_publish_time": 1415117382089,
"_from": "ascli@>=1.0.0 <2.0.0",
"_id": "ascli@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/ascli",
"_npmUser": {
"email": "dcode@dcode.io",
"name": "dcode"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"name": "ascli",
"raw": "ascli@~1",
"rawSpec": "~1",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/protobufjs"
],
"_resolved": "https://registry.npm.taobao.org/ascli/download/ascli-1.0.0.tgz",
"_shasum": "03a8040e86338244300509708602a65916b53a31",
"_shrinkwrap": null,
"_spec": "ascli@~1",
"_where": "/Users/AlexWang/ws/LiveClass/node_modules/protobufjs",
"author": {
"email": "dcode@dcode.io",
"name": "Daniel Wirtz"
},
"bugs": {
"url": "https://github.com/dcodeIO/ascli/issues"
},
"dependencies": {
"colour": "latest",
"optjs": "latest"
},
"description": "A uniform foundation for unobtrusive (ASCII art in) cli apps.",
"devDependencies": {},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "03a8040e86338244300509708602a65916b53a31",
"size": 10468,
"tarball": "http://registry.npm.taobao.org/ascli/download/ascli-1.0.0.tgz"
},
"gitHead": "ba3c3dfeb4fd6f2cbdc827e69c28393cd95ecbcc",
"homepage": "https://github.com/dcodeIO/ascli",
"keywords": [
"ansi",
"terminal",
"colors",
"ascii"
],
"license": "Apache-2.0",
"main": "./ascli.js",
"maintainers": [
{
"email": "dcode@dcode.io",
"name": "dcode"
}
],
"name": "ascli",
"optionalDependencies": {},
"publish_time": 1415117382089,
"readme": "ERROR: No README data found!",
"repository": {
"type": "url",
"url": "git+https://github.com/dcodeIO/ascli.git"
},
"scripts": {
"test": "node tests/test.js"
},
"version": "1.0.0"
}