UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

124 lines (123 loc) 3.11 kB
{ "_args": [ [ { "name": "clean-css", "raw": "clean-css@~3.4.2", "rawSpec": "~3.4.2", "scope": null, "spec": ">=3.4.2 <3.5.0", "type": "range" }, "/home/fgreiner/prog/js/Nodulator/node_modules/grunt-contrib-cssmin" ] ], "_from": "clean-css@>=3.4.2 <3.5.0", "_id": "clean-css@3.4.18", "_inCache": true, "_installable": true, "_location": "/clean-css", "_nodeVersion": "5.10.1", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/clean-css-3.4.18.tgz_1465972482897_0.4637693043332547" }, "_npmUser": { "email": "jakub@goalsmashers.com", "name": "goalsmashers" }, "_npmVersion": "3.8.3", "_phantomChildren": { "amdefine": "1.0.0", "graceful-readlink": "1.0.1" }, "_requested": { "name": "clean-css", "raw": "clean-css@~3.4.2", "rawSpec": "~3.4.2", "scope": null, "spec": ">=3.4.2 <3.5.0", "type": "range" }, "_requiredBy": [ "/grunt-contrib-cssmin" ], "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.18.tgz", "_shasum": "295e2dec9dfabc7c9d82b13df268b93afd2e84cb", "_shrinkwrap": null, "_spec": "clean-css@~3.4.2", "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/grunt-contrib-cssmin", "author": { "email": "contact@jakubpawlowicz.com", "name": "Jakub Pawlowicz", "url": "http://twitter.com/jakubpawlowicz" }, "bin": { "cleancss": "./bin/cleancss" }, "bugs": { "url": "https://github.com/jakubpawlowicz/clean-css/issues" }, "dependencies": { "commander": "2.8.x", "source-map": "0.4.x" }, "description": "A well-tested CSS minifier", "devDependencies": { "browserify": "11.x", "http-proxy": "1.x", "jshint": "2.8.x", "nock": "2.x", "server-destroy": "1.x", "uglify-js": "2.4.x", "vows": "0.8.x" }, "directories": {}, "dist": { "shasum": "295e2dec9dfabc7c9d82b13df268b93afd2e84cb", "tarball": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.18.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "bin", "lib", "History.md", "index.js", "LICENSE" ], "gitHead": "76520d5096d53109b8d958636e95a3a4c38d45f2", "homepage": "https://github.com/jakubpawlowicz/clean-css", "keywords": [ "css", "minifier" ], "license": "MIT", "main": "index.js", "maintainers": [ { "email": "jakub@goalsmashers.com", "name": "goalsmashers" }, { "email": "contact@jakubpawlowicz.com", "name": "jakub.pawlowicz" } ], "name": "clean-css", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/jakubpawlowicz/clean-css.git" }, "scripts": { "bench": "node ./test/bench.js", "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js", "check": "jshint ./bin/cleancss .", "prepublish": "npm run check", "test": "vows" }, "version": "3.4.18" }