X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Funcss%2Fpackage.json;fp=node_modules%2Funcss%2Fpackage.json;h=c7783f75b22eb56765f16feaa901a1fd44e62a31;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/uncss/package.json b/node_modules/uncss/package.json new file mode 100644 index 000000000..c7783f75b --- /dev/null +++ b/node_modules/uncss/package.json @@ -0,0 +1,152 @@ +{ + "_args": [ + [ + "uncss@^0.14.0", + "/var/www/yaffs/node_modules/grunt-uncss" + ] + ], + "_from": "uncss@>=0.14.0 <0.15.0", + "_id": "uncss@0.14.1", + "_inCache": true, + "_installable": true, + "_location": "/uncss", + "_nodeVersion": "4.2.6", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/uncss-0.14.1.tgz_1468872824424_0.058798130601644516" + }, + "_npmUser": { + "email": "mlambert@gmail.com", + "name": "mikelambert" + }, + "_npmVersion": "3.7.1", + "_phantomChildren": { + "aws-sign2": "0.6.0", + "aws4": "1.6.0", + "bl": "1.0.3", + "chalk": "1.1.3", + "combined-stream": "1.0.5", + "commander": "2.9.0", + "extend": "3.0.0", + "forever-agent": "0.6.1", + "has-flag": "1.0.0", + "hawk": "3.1.3", + "http-signature": "1.1.1", + "inflight": "1.0.6", + "inherits": "2.0.3", + "is-my-json-valid": "2.16.0", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "js-base64": "2.1.9", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.14", + "minimatch": "3.0.3", + "node-uuid": "1.4.7", + "oauth-sign": "0.8.2", + "once": "1.4.0", + "path-is-absolute": "1.0.1", + "pinkie-promise": "2.0.1", + "source-map": "0.5.6", + "stringstream": "0.0.5", + "tunnel-agent": "0.4.3" + }, + "_requested": { + "name": "uncss", + "raw": "uncss@^0.14.0", + "rawSpec": "^0.14.0", + "scope": null, + "spec": ">=0.14.0 <0.15.0", + "type": "range" + }, + "_requiredBy": [ + "/grunt-uncss" + ], + "_resolved": "https://registry.npmjs.org/uncss/-/uncss-0.14.1.tgz", + "_shasum": "baf4b170beae165b33187131d3b1dcd43236984e", + "_shrinkwrap": null, + "_spec": "uncss@^0.14.0", + "_where": "/var/www/yaffs/node_modules/grunt-uncss", + "author": { + "name": "Giakki" + }, + "bin": { + "uncss": "bin/uncss" + }, + "bugs": { + "url": "https://github.com/giakki/uncss/issues" + }, + "config": { + "blanket": { + "pattern": [ + "src/lib.js", + "src/uncss.js", + "src/utility.js" + ] + } + }, + "dependencies": { + "async": "^1.5.2", + "bluebird": "~3.1.5", + "commander": "~2.9.0", + "glob": "~6.0.1", + "is-absolute-url": "~2.0.0", + "is-html": "~1.0.0", + "lodash": "~4.0.1", + "object-assign": "^4.0.1", + "phridge": "~2.0.0", + "postcss": "~5.0.14", + "request": "~2.69.0" + }, + "description": "Remove unused CSS styles", + "devDependencies": { + "chai": "~3.5.0", + "chai-resemble": "~0.4.1", + "grunt": "~0.4.5", + "grunt-eslint": "^18.0.0", + "grunt-mocha-cov": "~0.4.0", + "load-grunt-tasks": "~3.4.0", + "time-grunt": "~1.3.0" + }, + "directories": {}, + "dist": { + "shasum": "baf4b170beae165b33187131d3b1dcd43236984e", + "tarball": "https://registry.npmjs.org/uncss/-/uncss-0.14.1.tgz" + }, + "engines": { + "node": ">= 0.12.0" + }, + "files": [ + "LICENSE.md", + "bin", + "src" + ], + "gitHead": "d19b523694fa46205189726c291ac1cfb807f7bf", + "homepage": "https://github.com/giakki/uncss", + "keywords": [ + "CSS", + "HTML", + "optimise", + "optimize", + "selector", + "unused" + ], + "license": "MIT", + "main": "src/uncss.js", + "maintainers": [ + { + "name": "giakki", + "email": "martino.giacomo@gmail.com" + } + ], + "name": "uncss", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/giakki/uncss.git" + }, + "scripts": { + "test": "grunt test" + }, + "version": "0.14.1" +}