Current section

Files

Jump to
udia assets node_modules clean-css package.json
Raw

assets/node_modules/clean-css/package.json

{
"_args": [
[
{
"raw": "clean-css@^3.4.8",
"scope": null,
"escapedName": "clean-css",
"name": "clean-css",
"rawSpec": "^3.4.8",
"spec": ">=3.4.8 <4.0.0",
"type": "range"
},
"/Users/udia/sandbox/src/github.com/udia-software/udia/assets/node_modules/clean-css-brunch"
]
],
"_from": "clean-css@>=3.4.8 <4.0.0",
"_id": "clean-css@3.4.25",
"_inCache": true,
"_location": "/clean-css",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/clean-css-3.4.25.tgz_1487778205010_0.7687266333959997"
},
"_npmUser": {
"name": "jakub.pawlowicz",
"email": "contact@jakubpawlowicz.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {
"amdefine": "1.0.1",
"graceful-readlink": "1.0.1"
},
"_requested": {
"raw": "clean-css@^3.4.8",
"scope": null,
"escapedName": "clean-css",
"name": "clean-css",
"rawSpec": "^3.4.8",
"spec": ">=3.4.8 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/clean-css-brunch"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.25.tgz",
"_shasum": "9e9a52d5c1e6bc5123e1b2783fa65fe958946ede",
"_shrinkwrap": null,
"_spec": "clean-css@^3.4.8",
"_where": "/Users/udia/sandbox/src/github.com/udia-software/udia/assets/node_modules/clean-css-brunch",
"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"
},
"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": "9e9a52d5c1e6bc5123e1b2783fa65fe958946ede",
"tarball": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.25.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"bin",
"lib",
"History.md",
"index.js",
"LICENSE"
],
"gitHead": "7388fc9a37d967088db88286a50945ad206f731c",
"homepage": "https://github.com/jakubpawlowicz/clean-css",
"keywords": [
"css",
"minifier"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "goalsmashers",
"email": "jakub@goalsmashers.com"
},
{
"name": "jakub.pawlowicz",
"email": "contact@jakubpawlowicz.com"
}
],
"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.25"
}