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

23
node_modules/nwsapi/package.json generated vendored
View File

@@ -1,26 +1,26 @@
{
"_from": "nwsapi@^2.0.9",
"_id": "nwsapi@2.1.3",
"_from": "nwsapi@^2.1.3",
"_id": "nwsapi@2.2.0",
"_inBundle": false,
"_integrity": "sha512-RowAaJGEgYXEZfQ7tvvdtAQUKPyTR6T6wNu0fwlNsGQYr/h3yQc6oI8WnVZh3Y/Sylwc+dtAlvPqfFZjhTyk3A==",
"_integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==",
"_location": "/nwsapi",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nwsapi@^2.0.9",
"raw": "nwsapi@^2.1.3",
"name": "nwsapi",
"escapedName": "nwsapi",
"rawSpec": "^2.0.9",
"rawSpec": "^2.1.3",
"saveSpec": null,
"fetchSpec": "^2.0.9"
"fetchSpec": "^2.1.3"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.1.3.tgz",
"_shasum": "25f3a5cec26c654f7376df6659cdf84b99df9558",
"_spec": "nwsapi@^2.0.9",
"_resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
"_shasum": "204879a9e3d068ff2a55139c2c772780681a38b7",
"_spec": "nwsapi@^2.1.3",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Diego Perini",
@@ -33,6 +33,9 @@
"bundleDependencies": false,
"deprecated": false,
"description": "Fast CSS Selectors API Engine",
"directories": {
"test": "test"
},
"homepage": "http://javascript.nwbox.com/nwsapi/",
"keywords": [
"css",
@@ -64,5 +67,5 @@
"scripts": {
"lint": "eslint ./src/nwsapi.js"
},
"version": "2.1.3"
"version": "2.2.0"
}