2017-09-13 07:52:34 +02:00

118 lines
2.9 KiB
JSON

{
"_args": [
[
{
"raw": "clean-css@^4.0.7",
"scope": null,
"escapedName": "clean-css",
"name": "clean-css",
"rawSpec": "^4.0.7",
"spec": ">=4.0.7 <5.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix"
]
],
"_from": "clean-css@>=4.0.7 <5.0.0",
"_id": "clean-css@4.1.3",
"_inCache": true,
"_location": "/clean-css",
"_nodeVersion": "4.6.2",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/clean-css-4.1.3.tgz_1495135671218_0.5492716014850885"
},
"_npmUser": {
"name": "jakub.pawlowicz",
"email": "contact@jakubpawlowicz.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"raw": "clean-css@^4.0.7",
"scope": null,
"escapedName": "clean-css",
"name": "clean-css",
"rawSpec": "^4.0.7",
"spec": ">=4.0.7 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/html-minifier",
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.3.tgz",
"_shasum": "07cfe8980edb20d455ddc23aadcf1e04c6e509ce",
"_shrinkwrap": null,
"_spec": "clean-css@^4.0.7",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix",
"author": {
"name": "Jakub Pawlowicz",
"email": "contact@jakubpawlowicz.com",
"url": "http://twitter.com/jakubpawlowicz"
},
"bugs": {
"url": "https://github.com/jakubpawlowicz/clean-css/issues"
},
"dependencies": {
"source-map": "0.5.x"
},
"description": "A well-tested CSS minifier",
"devDependencies": {
"browserify": "^14.0.0",
"http-proxy": "1.x",
"jshint": "2.x",
"nock": "9.x",
"server-destroy": "1.x",
"uglify-js": ">=2.6.1",
"vows": "0.8.x"
},
"directories": {},
"dist": {
"shasum": "07cfe8980edb20d455ddc23aadcf1e04c6e509ce",
"tarball": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.3.tgz"
},
"engines": {
"node": ">= 4.0"
},
"files": [
"lib",
"History.md",
"index.js",
"LICENSE"
],
"gitHead": "4661d6e4cafca6fe2368e3e4a3c4dce4934b4d96",
"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 .",
"prepublish": "npm run check",
"test": "vows"
},
"version": "4.1.3"
}