package.json
1.9 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
{
"_args": [
[
"zlibjs@^0.2.0",
"/Users/AlexWang/ws/LiveClass"
]
],
"_cnpm_publish_time": 1392948936486,
"_from": "zlibjs@>=0.2.0 <0.3.0",
"_id": "zlibjs@0.2.0",
"_inCache": true,
"_installable": true,
"_location": "/zlibjs",
"_npmUser": {
"email": "imaya.devel@gmail.com",
"name": "imaya"
},
"_npmVersion": "1.3.11",
"_phantomChildren": {},
"_requested": {
"name": "zlibjs",
"raw": "zlibjs@^0.2.0",
"rawSpec": "^0.2.0",
"scope": null,
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/zlibjs/download/zlibjs-0.2.0.tgz",
"_shasum": "ae20f06243293d85c255563189f9b12f5b3ba1a0",
"_shrinkwrap": null,
"_spec": "zlibjs@^0.2.0",
"_where": "/Users/AlexWang/ws/LiveClass",
"author": {
"name": "Yuta Imaya"
},
"bugs": {
"url": "https://github.com/imaya/zlib.js/issues"
},
"contributors": {
"email": "imaya.devel@gmail.com",
"name": "Yuta Imaya"
},
"dependencies": {},
"description": "zlib, gzip and zip implementation in JavaScript",
"devDependencies": {
"buster": ">=0.7.4"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "ae20f06243293d85c255563189f9b12f5b3ba1a0",
"size": 5965971,
"tarball": "http://registry.npm.taobao.org/zlibjs/download/zlibjs-0.2.0.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/imaya/zlib.js",
"main": "./bin/node-zlib.js",
"maintainers": [
{
"email": "imaya.devel@gmail.com",
"name": "imaya"
}
],
"name": "zlibjs",
"optionalDependencies": {},
"publish_time": 1392948936486,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/imaya/zlib.js.git"
},
"scripts": {
"test": "node_modules/.bin/buster-test"
},
"version": "0.2.0"
}