1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10: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

16
node_modules/commander/package.json generated vendored
View File

@@ -1,5 +1,5 @@
{
"_from": "commander@^2.19.0",
"_from": "commander@^2.20.0",
"_id": "commander@2.20.3",
"_inBundle": false,
"_integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
@@ -8,22 +8,20 @@
"_requested": {
"type": "range",
"registry": true,
"raw": "commander@^2.19.0",
"raw": "commander@^2.20.0",
"name": "commander",
"escapedName": "commander",
"rawSpec": "^2.19.0",
"rawSpec": "^2.20.0",
"saveSpec": null,
"fetchSpec": "^2.19.0"
"fetchSpec": "^2.20.0"
},
"_requiredBy": [
"/html-minifier",
"/terser",
"/uglify-js"
"/terser"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"_shasum": "fd485e84c03eb4881c20722ba48035e8531aeb33",
"_spec": "commander@^2.19.0",
"_where": "/home/s2/Code/minifyfromhtml/node_modules/html-minifier",
"_spec": "commander@^2.20.0",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\terser",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"