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

File diff suppressed because one or more lines are too long

22
node_modules/tr46/lib/regexes.js generated vendored

File diff suppressed because one or more lines are too long

11
node_modules/tr46/lib/statusMapping.js generated vendored Normal file
View File

@@ -0,0 +1,11 @@
"use strict";
module.exports.STATUS_MAPPING = {
mapped: 1,
valid: 2,
disallowed: 3,
disallowed_STD3_valid: 4, // eslint-disable-line camelcase
disallowed_STD3_mapped: 5, // eslint-disable-line camelcase
deviation: 6,
ignored: 7
};