1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 12:20:04 +02:00

use terser and clean-css directly

create a sourcemap as well by default
This commit is contained in:
s2
2020-02-13 15:39:37 +01:00
parent db9b32db65
commit a4b62da0ba
535 changed files with 33708 additions and 63052 deletions

15
node_modules/clean-css/package.json generated vendored
View File

@@ -1,5 +1,5 @@
{
"_from": "clean-css@^4.1.6",
"_from": "clean-css@^4.2.3",
"_id": "clean-css@4.2.3",
"_inBundle": false,
"_integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==",
@@ -8,21 +8,20 @@
"_requested": {
"type": "range",
"registry": true,
"raw": "clean-css@^4.1.6",
"raw": "clean-css@^4.2.3",
"name": "clean-css",
"escapedName": "clean-css",
"rawSpec": "^4.1.6",
"rawSpec": "^4.2.3",
"saveSpec": null,
"fetchSpec": "^4.1.6"
"fetchSpec": "^4.2.3"
},
"_requiredBy": [
"/html-minifier",
"/minify"
"/"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz",
"_shasum": "507b5de7d97b48ee53d84adb0160ff6216380f78",
"_spec": "clean-css@^4.1.6",
"_where": "/home/s2/Code/minifyfromhtml/node_modules/minify",
"_spec": "clean-css@^4.2.3",
"_where": "F:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Jakub Pawlowicz",
"email": "contact@jakubpawlowicz.com",