{ "_from": "clean-css@^3.4.5", "_id": "clean-css@3.4.28", "_inBundle": false, "_integrity": "sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=", "_location": "/clean-css", "_phantomChildren": { "amdefine": "1.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "clean-css@^3.4.5", "name": "clean-css", "escapedName": "clean-css", "rawSpec": "^3.4.5", "saveSpec": null, "fetchSpec": "^3.4.5" }, "_requiredBy": [ "/clean-css-promise" ], "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz", "_shasum": "bf1945e82fc808f55695e6ddeaec01400efd03ff", "_spec": "clean-css@^3.4.5", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/clean-css-promise", "author": { "name": "Jakub Pawlowicz", "email": "contact@jakubpawlowicz.com", "url": "http://twitter.com/jakubpawlowicz" }, "bin": { "cleancss": "./bin/cleancss" }, "bugs": { "url": "https://github.com/jakubpawlowicz/clean-css/issues" }, "bundleDependencies": false, "dependencies": { "commander": "2.8.x", "source-map": "0.4.x" }, "deprecated": false, "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" }, "engines": { "node": ">=0.10.0" }, "files": [ "bin", "lib", "History.md", "index.js", "LICENSE" ], "homepage": "https://github.com/jakubpawlowicz/clean-css", "keywords": [ "css", "minifier" ], "license": "MIT", "main": "index.js", "name": "clean-css", "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.28" }