forked from LRH1993/android_interview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.28 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
85
86
87
88
89
90
91
92
93
{
"_args": [
[
{
"name": "ansi-wrap",
"raw": "ansi-wrap@0.1.0",
"rawSpec": "0.1.0",
"scope": null,
"spec": "0.1.0",
"type": "version"
},
"/Users/lvruheng/android_interview/node_modules/ansi-red"
]
],
"_cnpm_publish_time": 1432259000449,
"_from": "ansi-wrap@0.1.0",
"_hasShrinkwrap": false,
"_id": "ansi-wrap@0.1.0",
"_inCache": true,
"_installable": true,
"_location": "/ansi-wrap",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "ansi-wrap",
"raw": "ansi-wrap@0.1.0",
"rawSpec": "0.1.0",
"scope": null,
"spec": "0.1.0",
"type": "version"
},
"_requiredBy": [
"/ansi-red"
],
"_resolved": "https://registry.npm.taobao.org/ansi-wrap/download/ansi-wrap-0.1.0.tgz",
"_shasum": "a82250ddb0015e9a27ca82e82ea603bbfa45efaf",
"_shrinkwrap": null,
"_spec": "ansi-wrap@0.1.0",
"_where": "/Users/lvruheng/android_interview/node_modules/ansi-red",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/ansi-wrap/issues"
},
"dependencies": {},
"description": "Create ansi colors by passing the open and close codes.",
"devDependencies": {},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "a82250ddb0015e9a27ca82e82ea603bbfa45efaf",
"size": 2088,
"tarball": "http://registry.npm.taobao.org/ansi-wrap/download/ansi-wrap-0.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/ansi-wrap",
"keywords": [],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/ansi-wrap/blob/master/LICENSE"
},
"main": "index.js",
"maintainers": [
{
"email": "github@sellside.com",
"name": "jonschlinkert"
}
],
"name": "ansi-wrap",
"optionalDependencies": {},
"publish_time": 1432259000449,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/ansi-wrap.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.0"
}