Version 1
[yaffs-website] / node_modules / maxmin / package.json
diff --git a/node_modules/maxmin/package.json b/node_modules/maxmin/package.json
new file mode 100644 (file)
index 0000000..1705923
--- /dev/null
@@ -0,0 +1,98 @@
+{
+  "_args": [
+    [
+      "maxmin@^2.1.0",
+      "/var/www/yaffs/node_modules/grunt-uncss"
+    ]
+  ],
+  "_from": "maxmin@>=2.1.0 <3.0.0",
+  "_id": "maxmin@2.1.0",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/maxmin",
+  "_nodeVersion": "4.2.4",
+  "_npmUser": {
+    "email": "sindresorhus@gmail.com",
+    "name": "sindresorhus"
+  },
+  "_npmVersion": "3.5.2",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "maxmin",
+    "raw": "maxmin@^2.1.0",
+    "rawSpec": "^2.1.0",
+    "scope": null,
+    "spec": ">=2.1.0 <3.0.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/grunt-uncss"
+  ],
+  "_resolved": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz",
+  "_shasum": "4d3b220903d95eee7eb7ac7fa864e72dc09a3166",
+  "_shrinkwrap": null,
+  "_spec": "maxmin@^2.1.0",
+  "_where": "/var/www/yaffs/node_modules/grunt-uncss",
+  "author": {
+    "email": "sindresorhus@gmail.com",
+    "name": "Sindre Sorhus",
+    "url": "sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/maxmin/issues"
+  },
+  "dependencies": {
+    "chalk": "^1.0.0",
+    "figures": "^1.0.1",
+    "gzip-size": "^3.0.0",
+    "pretty-bytes": "^3.0.0"
+  },
+  "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",
+  "devDependencies": {
+    "ava": "*",
+    "xo": "*"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "4d3b220903d95eee7eb7ac7fa864e72dc09a3166",
+    "tarball": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz"
+  },
+  "engines": {
+    "node": ">=0.12"
+  },
+  "files": [
+    "index.js"
+  ],
+  "gitHead": "f0e0a2e9f9019d5ecf6a57509c2bc21a74bb2ec6",
+  "homepage": "https://github.com/sindresorhus/maxmin#readme",
+  "keywords": [
+    "buffer",
+    "color",
+    "diff",
+    "difference",
+    "gzip",
+    "max",
+    "min",
+    "minified",
+    "pretty",
+    "string"
+  ],
+  "license": "MIT",
+  "maintainers": [
+    {
+      "name": "sindresorhus",
+      "email": "sindresorhus@gmail.com"
+    }
+  ],
+  "name": "maxmin",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/maxmin.git"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "version": "2.1.0"
+}