aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-gzip/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-gzip/package.json')
-rwxr-xr-xnode_modules/gulp-gzip/package.json128
1 files changed, 21 insertions, 107 deletions
diff --git a/node_modules/gulp-gzip/package.json b/node_modules/gulp-gzip/package.json
index cb78fa91d..75bd28174 100755
--- a/node_modules/gulp-gzip/package.json
+++ b/node_modules/gulp-gzip/package.json
@@ -1,82 +1,34 @@
{
- "_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"
- ]
+ "name": "gulp-gzip",
+ "version": "1.4.0",
+ "description": "Gzip plugin for gulp.",
+ "keywords": [
+ "compress",
+ "gulpplugin",
+ "gzip"
],
- "_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"
+ "repository": "https://github.com/jstuckey/gulp-gzip.git",
+ "homepage": "https://github.com/jstuckey/gulp-gzip/",
+ "author": "Jeremy Stuckey <jeremystuckey@gmail.com>",
+ "main": "index.js",
+ "scripts": {
+ "test": "gulp"
},
- "_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"
+ "engines": {
+ "node": ">= 0.10.0"
},
- "_requiredBy": [
- "#DEV:/"
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://github.com/jstuckey/gulp-gzip/raw/master/LICENSE"
+ }
],
- "_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",
@@ -90,43 +42,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"
+ }
}