c222a4a23fe3933380c615ad6ec8016fa455909b.svn-base
1.75 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
{
"_from": "deflate-js@>= 0.2.2",
"_id": "deflate-js@0.2.3",
"_inBundle": false,
"_integrity": "sha1-+Fq7WOvFFRowYUdHPVfD5PfkQms=",
"_location": "/deflate-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "deflate-js@>= 0.2.2",
"name": "deflate-js",
"escapedName": "deflate-js",
"rawSpec": ">= 0.2.2",
"saveSpec": null,
"fetchSpec": ">= 0.2.2"
},
"_requiredBy": [
"/gzip-js"
],
"_resolved": "https://registry.npm.taobao.org/deflate-js/download/deflate-js-0.2.3.tgz",
"_shasum": "f85abb58ebc5151a306147473d57c3e4f7e4426b",
"_spec": "deflate-js@>= 0.2.2",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\gzip-js",
"author": {
"name": "Masanao Izumo",
"email": "iz@onicos.co.jp"
},
"bin": {
"deflate-js": "bin/deflate.js",
"inflate-js": "bin/inflate.js"
},
"bugs": {
"url": "https://github.com/beatgammit/deflate-js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com"
},
{
"name": "Dan Kogai",
"email": "dankogai+github@gmail.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "DEFLATE implemented in JavaScript (works in browser and Node)",
"devDependencies": {
"optimist": "~0.2"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/beatgammit/deflate-js#readme",
"license": "GPL",
"main": "./index.js",
"name": "deflate-js",
"repository": {
"type": "git",
"url": "git://github.com/beatgammit/deflate-js.git"
},
"scripts": {
"test": "cd test ; ./runner.py; cd -"
},
"version": "0.2.3"
}