aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-gzip/package.json
blob: cb78fa91d54d4759b968b805962d5cd20351dad0 (plain)
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
  "_args": [
    [
      {
        "raw": "gulp-gzip@^1.2.0",
        "scope": null,
        "escapedName": "gulp-gzip",
        "name": "gulp-gzip",
        "rawSpec": "^1.2.0",
        "spec": ">=1.2.0 <2.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex"
    ]
  ],
  "_from": "gulp-gzip@>=1.2.0 <2.0.0",
  "_id": "gulp-gzip@1.4.0",
  "_inCache": true,
  "_location": "/gulp-gzip",
  "_nodeVersion": "0.12.7",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/gulp-gzip-1.4.0.tgz_1464748546654_0.8321727789007127"
  },
  "_npmUser": {
    "name": "jstuckey",
    "email": "klash64@gmail.com"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {
    "clone-stats": "0.0.1",
    "core-util-is": "1.0.2",
    "dateformat": "1.0.12",
    "escape-string-regexp": "1.0.5",
    "inherits": "2.0.3",
    "isarray": "0.0.1",
    "lodash._escapehtmlchar": "2.4.1",
    "lodash._escapestringchar": "2.4.1",
    "lodash._isnative": "2.4.1",
    "lodash._reunescapedhtml": "2.4.1",
    "lodash._shimkeys": "2.4.1",
    "lodash.defaults": "2.4.1",
    "lodash.isobject": "2.4.1",
    "lodash.values": "2.4.1",
    "multipipe": "0.1.2",
    "object-keys": "0.4.0",
    "string_decoder": "0.10.31"
  },
  "_requested": {
    "raw": "gulp-gzip@^1.2.0",
    "scope": null,
    "escapedName": "gulp-gzip",
    "name": "gulp-gzip",
    "rawSpec": "^1.2.0",
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-gzip/-/gulp-gzip-1.4.0.tgz",
  "_shasum": "5ff8dff837cac2ebc2c89743dc0ac76e2be5e6c2",
  "_shrinkwrap": null,
  "_spec": "gulp-gzip@^1.2.0",
  "_where": "/home/dold/repos/taler/wallet-webex",
  "author": {
    "name": "Jeremy Stuckey",
    "email": "jeremystuckey@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jstuckey/gulp-gzip/issues"
  },
  "dependencies": {
    "bytes": "^0.3.0",
    "gulp-util": "^2.2.14",
    "stream-to-array": "~1.0.0",
    "through2": "^0.4.1"
  },
  "description": "Gzip plugin for gulp.",
  "devDependencies": {
    "gulp": "^3.6.2",
    "gulp-clean": "^0.2.4",
    "gulp-filter": "^0.3.1",
    "gulp-jshint": "~1.5.4",
    "gulp-mocha": "^0.4.1",
    "gulp-rename": "^1.2.0",
    "gulp-tap": "^0.1.1",
    "gulp-watch": "^0.6.4",
    "jshint-stylish": "~0.1.5",
    "mocha": "^1.18.2",
    "nid": "^0.3.2",
    "should": "^3.2.0-beta1"
  },
  "directories": {},
  "dist": {
    "shasum": "5ff8dff837cac2ebc2c89743dc0ac76e2be5e6c2",
    "tarball": "https://registry.npmjs.org/gulp-gzip/-/gulp-gzip-1.4.0.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/jstuckey/gulp-gzip/",
  "keywords": [
    "compress",
    "gulpplugin",
    "gzip"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/jstuckey/gulp-gzip/raw/master/LICENSE"
    }
  ],
  "main": "index.js",
  "maintainers": [
    {
      "name": "jstuckey",
      "email": "jeremystuckey@gmail.com"
    }
  ],
  "name": "gulp-gzip",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jstuckey/gulp-gzip.git"
  },
  "scripts": {
    "test": "gulp"
  },
  "version": "1.4.0"
}