Version 1
[yaffs-website] / node_modules / gzip-size / package.json
diff --git a/node_modules/gzip-size/package.json b/node_modules/gzip-size/package.json
new file mode 100644 (file)
index 0000000..4d250f1
--- /dev/null
@@ -0,0 +1,93 @@
+{
+  "_args": [
+    [
+      "gzip-size@^3.0.0",
+      "/var/www/yaffs/node_modules/maxmin"
+    ]
+  ],
+  "_from": "gzip-size@>=3.0.0 <4.0.0",
+  "_id": "gzip-size@3.0.0",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/gzip-size",
+  "_nodeVersion": "0.12.5",
+  "_npmUser": {
+    "email": "sindresorhus@gmail.com",
+    "name": "sindresorhus"
+  },
+  "_npmVersion": "2.11.2",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "gzip-size",
+    "raw": "gzip-size@^3.0.0",
+    "rawSpec": "^3.0.0",
+    "scope": null,
+    "spec": ">=3.0.0 <4.0.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/maxmin"
+  ],
+  "_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
+  "_shasum": "546188e9bdc337f673772f81660464b389dce520",
+  "_shrinkwrap": null,
+  "_spec": "gzip-size@^3.0.0",
+  "_where": "/var/www/yaffs/node_modules/maxmin",
+  "author": {
+    "email": "sindresorhus@gmail.com",
+    "name": "Sindre Sorhus",
+    "url": "sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/gzip-size/issues"
+  },
+  "dependencies": {
+    "duplexer": "^0.1.1"
+  },
+  "description": "Get the gzipped size of a string or buffer",
+  "devDependencies": {
+    "tap": "^1.3.2",
+    "xo": "*"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "546188e9bdc337f673772f81660464b389dce520",
+    "tarball": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz"
+  },
+  "engines": {
+    "node": ">=0.12.0"
+  },
+  "files": [
+    "index.js"
+  ],
+  "gitHead": "55cd41dd1ff020282b2e9fe47620e71838d29646",
+  "homepage": "https://github.com/sindresorhus/gzip-size",
+  "keywords": [
+    "app",
+    "buffer",
+    "compressed",
+    "gzip",
+    "size",
+    "string",
+    "tool",
+    "zlib"
+  ],
+  "license": "MIT",
+  "maintainers": [
+    {
+      "name": "sindresorhus",
+      "email": "sindresorhus@gmail.com"
+    }
+  ],
+  "name": "gzip-size",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/gzip-size.git"
+  },
+  "scripts": {
+    "test": "xo && tap test.js"
+  },
+  "version": "3.0.0"
+}