1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 20:30:04 +02:00
Files
minifyfromhtml/node_modules/clean-css-cli/package.json
2018-05-05 13:54:07 +02:00

80 lines
1.8 KiB
JSON

{
"_from": "clean-css-cli",
"_id": "clean-css-cli@4.1.11",
"_inBundle": false,
"_integrity": "sha1-AcVonwW8USojKF8d79veALwR2Gw=",
"_location": "/clean-css-cli",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "clean-css-cli",
"name": "clean-css-cli",
"escapedName": "clean-css-cli",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-4.1.11.tgz",
"_shasum": "01c5689f05bc512a23285f1defdbde00bc11d86c",
"_spec": "clean-css-cli",
"_where": "/home/s2/Documents/Code/minifyfromhtml",
"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-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"clean-css": "^4.1.9",
"commander": "2.x",
"glob": "7.x"
},
"deprecated": false,
"description": "A command-line interface to clean-css CSS optimization library",
"devDependencies": {
"http-proxy": "1.x",
"jshint": "2.x",
"source-map": "0.5.x",
"vows": "0.8.x"
},
"engines": {
"node": ">= 4.0"
},
"files": [
"bin",
"History.md",
"index.js",
"LICENSE"
],
"homepage": "https://github.com/jakubpawlowicz/clean-css-cli#readme",
"keywords": [
"css",
"optimizer",
"minifier"
],
"license": "MIT",
"main": "index.js",
"name": "clean-css-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/jakubpawlowicz/clean-css-cli.git"
},
"scripts": {
"check": "jshint ./bin/cleancss .",
"prepublish": "npm run check",
"test": "vows"
},
"version": "4.1.11"
}