1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 18:52:50 +00:00
Files
mywebsite/node_modules/clean-css/package.json

112 lines
2.7 KiB
JSON

{
"_args": [
[
"clean-css@^3.1.9",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jade"
]
],
"_from": "clean-css@>=3.1.9 <4.0.0",
"_id": "clean-css@3.4.9",
"_inCache": true,
"_installable": true,
"_location": "/clean-css",
"_nodeVersion": "0.12.0",
"_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.9.tgz",
"_shasum": "954c49c34968763f50b05fd0dde44694cf9d2eb9",
"_shrinkwrap": null,
"_spec": "clean-css@^3.1.9",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/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": "954c49c34968763f50b05fd0dde44694cf9d2eb9",
"tarball": "http://registry.npmjs.org/clean-css/-/clean-css-3.4.9.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"History.md",
"LICENSE",
"bin",
"index.js",
"lib"
],
"gitHead": "feb956f9fbf540b8d870463600bb816640467eaa",
"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.9"
}