{ "_from": "clean-css-promise@^0.1.0", "_id": "clean-css-promise@0.1.1", "_inBundle": false, "_integrity": "sha1-Q/PSyN/LK/BxSBJSzZt2QzwI7ss=", "_location": "/clean-css-promise", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "clean-css-promise@^0.1.0", "name": "clean-css-promise", "escapedName": "clean-css-promise", "rawSpec": "^0.1.0", "saveSpec": null, "fetchSpec": "^0.1.0" }, "_requiredBy": [ "/broccoli-clean-css" ], "_resolved": "https://registry.npmjs.org/clean-css-promise/-/clean-css-promise-0.1.1.tgz", "_shasum": "43f3d2c8dfcb2bf071481252cd9b76433c08eecb", "_spec": "clean-css-promise@^0.1.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-clean-css", "author": { "name": "Shinnosuke Watanabe", "url": "https://github.com/shinnn" }, "bugs": { "url": "https://github.com/shinnn/clean-css-promise/issues" }, "bundleDependencies": false, "dependencies": { "array-to-error": "^1.0.0", "clean-css": "^3.4.5", "pinkie-promise": "^2.0.0" }, "deprecated": false, "description": "Promises/A+ version of clean-css", "devDependencies": { "@shinnn/eslint-config-node": "^1.0.1", "babel-cli": "^6.2.0", "babel-preset-es2015": "^6.1.18", "eslint": "^1.6.0", "istanbul": "^0.3.22", "istanbul-coveralls": "^1.0.3", "tape": "^4.2.1" }, "files": [ "index.js" ], "homepage": "https://github.com/shinnn/clean-css-promise#readme", "keywords": [ "css", "clean-css", "cleancss", "style", "styles", "stylesheet", "minifier", "minification", "compress", "optimization", "optimize", "optimizer", "promise", "promises", "promisified", "then", "thenable" ], "license": "MIT", "name": "clean-css-promise", "repository": { "type": "git", "url": "git+https://github.com/shinnn/clean-css-promise.git" }, "scripts": { "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js", "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls", "pretest": "eslint --config @shinnn/node src.js test.js && babel --presets es2015 src.js --out-file index.js", "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js" }, "version": "0.1.1" }