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

20
node_modules/optionator/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "optionator@^0.8.1",
"_id": "optionator@0.8.2",
"_id": "optionator@0.8.3",
"_inBundle": false,
"_integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
"_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
"_location": "/optionator",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/escodegen"
],
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
"_shasum": "364c5e409d3f4d6301d6c0b4c05bba50180aeb64",
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
"_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
"_spec": "optionator@^0.8.1",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\escodegen",
"author": {
@@ -32,18 +32,18 @@
"bundleDependencies": false,
"dependencies": {
"deep-is": "~0.1.3",
"fast-levenshtein": "~2.0.4",
"fast-levenshtein": "~2.0.6",
"levn": "~0.3.0",
"prelude-ls": "~1.1.2",
"type-check": "~0.3.2",
"wordwrap": "~1.0.0"
"word-wrap": "~1.2.3"
},
"deprecated": false,
"description": "option parsing and help generation",
"devDependencies": {
"istanbul": "~0.4.1",
"livescript": "~1.5.0",
"mocha": "~3.0.2"
"istanbul": "~0.4.5",
"livescript": "~1.6.0",
"mocha": "~6.2.2"
},
"engines": {
"node": ">= 0.8.0"
@@ -70,5 +70,5 @@
"scripts": {
"test": "make test"
},
"version": "0.8.2"
"version": "0.8.3"
}