package.json
1.55 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
{
"_from": "gzip-js@~0.3.1",
"_id": "gzip-js@0.3.2",
"_inBundle": false,
"_integrity": "sha1-IxF+/usozzhSSN7/Df+tiUg22Ws=",
"_location": "/gzip-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gzip-js@~0.3.1",
"name": "gzip-js",
"escapedName": "gzip-js",
"rawSpec": "~0.3.1",
"saveSpec": null,
"fetchSpec": "~0.3.1"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npm.taobao.org/gzip-js/download/gzip-js-0.3.2.tgz",
"_shasum": "23117efeeb28cf385248deff0dffad894836d96b",
"_spec": "gzip-js@~0.3.1",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\grunt",
"author": {
"name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com"
},
"bin": {
"gzip-js": "bin/gzip.js",
"gunzip-js": "bin/gunzip.js"
},
"bugs": {
"url": "https://github.com/beatgammit/gzip-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"crc32": ">= 0.2.2",
"deflate-js": ">= 0.2.2"
},
"deprecated": false,
"description": "GZIP in pure JavaScript (works in the browser)",
"devDependencies": {
"optimist": "~0.2"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/beatgammit/gzip-js#readme",
"license": "GPL",
"main": "./lib/gzip.js",
"name": "gzip-js",
"repository": {
"type": "git",
"url": "git://github.com/beatgammit/gzip-js.git"
},
"scripts": {
"test": "cd test; ./runner.py; cd -"
},
"version": "0.3.2"
}