diff options
Diffstat (limited to 'node_modules/gulp-gzip/package.json')
-rwxr-xr-x | node_modules/gulp-gzip/package.json | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/node_modules/gulp-gzip/package.json b/node_modules/gulp-gzip/package.json new file mode 100755 index 000000000..cb78fa91d --- /dev/null +++ b/node_modules/gulp-gzip/package.json @@ -0,0 +1,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" +} |