fd22b0bf58
V2 (Laravel re-make)
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"_from": "clean-css@^4.2.3 || ^5.1.2",
|
|
"_id": "clean-css@5.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==",
|
|
"_location": "/clean-css",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "clean-css@^4.2.3 || ^5.1.2",
|
|
"name": "clean-css",
|
|
"escapedName": "clean-css",
|
|
"rawSpec": "^4.2.3 || ^5.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.2.3 || ^5.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/laravel-mix"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.4.tgz",
|
|
"_shasum": "982b058f8581adb2ae062520808fb2429bd487a4",
|
|
"_spec": "clean-css@^4.2.3 || ^5.1.2",
|
|
"_where": "C:\\laragon\\www\\idlers\\node_modules\\laravel-mix",
|
|
"author": {
|
|
"name": "Jakub Pawlowicz",
|
|
"email": "contact@jakubpawlowicz.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/clean-css/clean-css/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"source-map": "~0.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A well-tested CSS minifier",
|
|
"devDependencies": {
|
|
"browserify": "^17.0.0",
|
|
"http-proxy": "1.x",
|
|
"jshint": "2.x",
|
|
"nock": "^13.0.0",
|
|
"server-destroy": "1.x",
|
|
"uglify-js": ">=2.6.1",
|
|
"vows": "0.8.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"History.md",
|
|
"index.js",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/clean-css/clean-css",
|
|
"keywords": [
|
|
"css",
|
|
"minifier"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "clean-css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/clean-css/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": "5.2.4"
|
|
}
|