package.json
1.6 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
{
"_from": "zlib-browserify@0.0.1",
"_id": "zlib-browserify@0.0.1",
"_inBundle": false,
"_integrity": "sha1-T6akXQDbwV8xikr6HZr8Aljhdsw=",
"_location": "/zlib-browserify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "zlib-browserify@0.0.1",
"name": "zlib-browserify",
"escapedName": "zlib-browserify",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/grunt-lib-contrib"
],
"_resolved": "https://registry.npmjs.org/zlib-browserify/-/zlib-browserify-0.0.1.tgz",
"_shasum": "4fa6a45d00dbc15f318a4afa1d9afc0258e176cc",
"_spec": "zlib-browserify@0.0.1",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt-lib-contrib",
"author": {
"name": "Brian J. Brennan"
},
"bugs": {
"url": "https://github.com/brianloveswords/zlib-browserify/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Wrapper for zlib.js to allow for browserifyication",
"devDependencies": {
"tap": "~0.3.3"
},
"directories": {
"test": "test"
},
"gitHead": "4be9419f0e8e9dec9629c8a538b33a4efd7df17b",
"homepage": "https://github.com/brianloveswords/zlib-browserify#readme",
"keywords": [
"zlib",
"browserify"
],
"license": "MIT",
"main": "index.js",
"name": "zlib-browserify",
"repository": {
"type": "git",
"url": "git://github.com/brianloveswords/zlib-browserify.git"
},
"scripts": {
"test": "./node_modules/tap test/*.test.js"
},
"version": "0.0.1"
}