1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 12:20:04 +02:00

update modules

This commit is contained in:
s2
2020-07-20 16:16:07 +02:00
parent 783511ce12
commit 2b23424b86
785 changed files with 91905 additions and 56057 deletions

38
node_modules/terser/package.json generated vendored
View File

@@ -1,27 +1,27 @@
{
"_from": "terser@^4.6.3",
"_id": "terser@4.6.3",
"_from": "terser@^4.8.0",
"_id": "terser@4.8.0",
"_inBundle": false,
"_integrity": "sha512-Lw+ieAXmY69d09IIc/yqeBqXpEQIpDGZqT34ui1QWXIUpR2RjbqEkT8X7Lgex19hslSqcWM5iMN2kM11eMsESQ==",
"_integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==",
"_location": "/terser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "terser@^4.6.3",
"raw": "terser@^4.8.0",
"name": "terser",
"escapedName": "terser",
"rawSpec": "^4.6.3",
"rawSpec": "^4.8.0",
"saveSpec": null,
"fetchSpec": "^4.6.3"
"fetchSpec": "^4.8.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/terser/-/terser-4.6.3.tgz",
"_shasum": "e33aa42461ced5238d352d2df2a67f21921f8d87",
"_spec": "terser@^4.6.3",
"_where": "F:\\projects\\p\\minifyfromhtml",
"_resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz",
"_shasum": "63056343d7c70bb29f3af665865a46fe03a0df17",
"_spec": "terser@^4.8.0",
"_where": "D:\\Projects\\minifyfromhtml",
"author": {
"name": "Mihai Bazon",
"email": "mihai.bazon@gmail.com",
@@ -42,17 +42,17 @@
"deprecated": false,
"description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
"devDependencies": {
"acorn": "^7.0.0",
"acorn": "^7.1.1",
"astring": "^1.4.1",
"eslint": "^6.3.0",
"eslump": "^2.0.0",
"mocha": "^5.2.0",
"mocha": "^7.1.2",
"mochallel": "^2.0.0",
"pre-commit": "^1.2.2",
"rimraf": "^3.0.0",
"rollup": "^1.20.3",
"rollup-plugin-terser": "^5.1.1",
"semver": "^6.3.0"
"rollup": "2.0.6",
"rollup-plugin-terser": "5.3.0",
"semver": "^7.1.3"
},
"engines": {
"node": ">=6.0.0"
@@ -86,6 +86,12 @@
],
"no-debugger": "error",
"no-undef": "error",
"no-unused-vars": [
"error",
{
"varsIgnorePattern": "^_$"
}
],
"no-tabs": "error",
"semi": [
"error",
@@ -156,5 +162,5 @@
"test:mocha": "npm run build -- --configTest && node test/mocha.js"
},
"types": "tools/terser.d.ts",
"version": "4.6.3"
"version": "4.8.0"
}