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

View File

@@ -1,8 +1,8 @@
{
"_from": "request-promise-native@^1.0.5",
"_id": "request-promise-native@1.0.7",
"_id": "request-promise-native@1.0.8",
"_inBundle": false,
"_integrity": "sha512-rIMnbBdgNViL37nZ1b3L/VfPOpSi0TqVDQPAvO6U14lMzOLrt5nilxCQqtDKhZeDiW0/hkCXGoQjhgJd/tCh6w==",
"_integrity": "sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==",
"_location": "/request-promise-native",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.7.tgz",
"_shasum": "a49868a624bdea5069f1251d0a836e0d89aa2c59",
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.8.tgz",
"_shasum": "a455b960b826e44e2bf8999af64dff2bfe58cb36",
"_spec": "request-promise-native@^1.0.5",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
"author": {
@@ -31,7 +31,7 @@
},
"bundleDependencies": false,
"dependencies": {
"request-promise-core": "1.1.2",
"request-promise-core": "1.1.3",
"stealthy-require": "^1.1.1",
"tough-cookie": "^2.3.3"
},
@@ -82,5 +82,5 @@
"test": "gulp ci",
"test-publish": "gulp ci-no-cov"
},
"version": "1.0.7"
"version": "1.0.8"
}