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

28
node_modules/ajv/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "ajv@^6.5.5",
"_id": "ajv@6.10.0",
"_id": "ajv@6.11.0",
"_inBundle": false,
"_integrity": "sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==",
"_integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==",
"_location": "/ajv",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz",
"_shasum": "90d0d54439da587cd7e843bfb7045f50bd22bdf1",
"_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz",
"_shasum": "c3607cbc8ae392d8a5a536f25b21f8e5f3f87fe9",
"_spec": "ajv@^6.5.5",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\har-validator",
"author": {
@@ -30,7 +30,7 @@
},
"bundleDependencies": false,
"dependencies": {
"fast-deep-equal": "^2.0.1",
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
@@ -44,25 +44,25 @@
"browserify": "^16.2.0",
"chai": "^4.0.1",
"coveralls": "^3.0.1",
"del-cli": "^1.1.0",
"del-cli": "^3.0.0",
"dot": "^1.0.3",
"eslint": "^5.0.0",
"eslint": "^6.0.0",
"gh-pages-generator": "^0.2.3",
"glob": "^7.0.0",
"if-node-version": "^1.0.0",
"js-beautify": "^1.7.3",
"jshint": "2.9.7",
"jshint": "^2.10.2",
"json-schema-test": "^2.0.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^1.1.1",
"karma-sauce-launcher": "^2.0.0",
"mocha": "^6.0.0",
"nyc": "^13.2.0",
"nyc": "^15.0.0",
"pre-commit": "^1.1.1",
"require-globify": "^1.3.0",
"typescript": "^2.8.3",
"uglify-js": "^3.3.24",
"uglify-js": "^3.6.9",
"watch": "^1.0.0"
},
"files": [
@@ -109,7 +109,7 @@
"lint": "npm run jshint && npm run eslint",
"prepublish": "npm run build && npm run bundle",
"test": "npm run lint && npm run build && npm run test-all",
"test-all": "npm run test-ts && npm run test-cov && if-node-version 10 npm run test-browser",
"test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
"test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
"test-cov": "nyc npm run test-spec",
"test-debug": "npm run test-spec -- --inspect-brk",
@@ -121,5 +121,5 @@
},
"tonicExampleFilename": ".tonic_example.js",
"typings": "lib/ajv.d.ts",
"version": "6.10.0"
"version": "6.11.0"
}