Files
html5-restaurant/node_modules/clean-css/package.json

116 lines
2.8 KiB
JSON

{
"_args": [
[
"clean-css@^3.1.9",
"L:\\Git\\repos\\html5-restaurant\\node_modules\\jade"
]
],
"_from": "clean-css@>=3.1.9 <4.0.0",
"_id": "clean-css@3.4.10",
"_inCache": true,
"_installable": true,
"_location": "/clean-css",
"_nodeVersion": "0.12.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/clean-css-3.4.10.tgz_1456729605814_0.9978964275214821"
},
"_npmUser": {
"email": "jakub@goalsmashers.com",
"name": "goalsmashers"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {
"graceful-readlink": "1.0.1"
},
"_requested": {
"name": "clean-css",
"raw": "clean-css@^3.1.9",
"rawSpec": "^3.1.9",
"scope": null,
"spec": ">=3.1.9 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/jade"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.10.tgz",
"_shasum": "7c85ba47448b136a3e4925d397bdfdc5a4086b7f",
"_shrinkwrap": null,
"_spec": "clean-css@^3.1.9",
"_where": "L:\\Git\\repos\\html5-restaurant\\node_modules\\jade",
"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": "7c85ba47448b136a3e4925d397bdfdc5a4086b7f",
"tarball": "http://registry.npmjs.org/clean-css/-/clean-css-3.4.10.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"History.md",
"LICENSE",
"bin",
"index.js",
"lib"
],
"gitHead": "0a8d64b2e6c2370d01582d92cab8b225fe001ce5",
"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.10"
}