mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update minify
This commit is contained in:
64
node_modules/html-minifier/package.json
generated
vendored
64
node_modules/html-minifier/package.json
generated
vendored
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"_from": "html-minifier@^3.0.1",
|
||||
"_id": "html-minifier@3.5.21",
|
||||
"_from": "html-minifier@^4.0.0",
|
||||
"_id": "html-minifier@4.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==",
|
||||
"_integrity": "sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==",
|
||||
"_location": "/html-minifier",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "html-minifier@^3.0.1",
|
||||
"raw": "html-minifier@^4.0.0",
|
||||
"name": "html-minifier",
|
||||
"escapedName": "html-minifier",
|
||||
"rawSpec": "^3.0.1",
|
||||
"rawSpec": "^4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.1"
|
||||
"fetchSpec": "^4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/minify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.21.tgz",
|
||||
"_shasum": "d0040e054730e354db008463593194015212d20c",
|
||||
"_spec": "html-minifier@^3.0.1",
|
||||
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\minify",
|
||||
"_resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz",
|
||||
"_shasum": "cca9aad8bce1175e02e17a8c33e46d8988889f56",
|
||||
"_spec": "html-minifier@^4.0.0",
|
||||
"_where": "/home/s2/Code/minifyfromhtml/node_modules/minify",
|
||||
"author": {
|
||||
"name": "Juriy \"kangax\" Zaytsev"
|
||||
},
|
||||
"benchmarkDependencies": {
|
||||
"brotli": "1.3.x",
|
||||
"chalk": "2.4.x",
|
||||
"cli-table": "0.3.x",
|
||||
"lzma": "2.3.x",
|
||||
"minimize": "2.2.x",
|
||||
"progress": "2.0.x"
|
||||
"brotli": "^1.3.2",
|
||||
"chalk": "^2.4.2",
|
||||
"cli-table": "^0.3.1",
|
||||
"lzma": "^2.3.2",
|
||||
"minimize": "^2.2.0",
|
||||
"progress": "^2.0.3"
|
||||
},
|
||||
"bin": {
|
||||
"html-minifier": "./cli.js"
|
||||
"html-minifier": "cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kangax/html-minifier/issues"
|
||||
@@ -55,26 +55,26 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"camel-case": "3.0.x",
|
||||
"clean-css": "4.2.x",
|
||||
"commander": "2.17.x",
|
||||
"he": "1.2.x",
|
||||
"param-case": "2.1.x",
|
||||
"relateurl": "0.2.x",
|
||||
"uglify-js": "3.4.x"
|
||||
"camel-case": "^3.0.0",
|
||||
"clean-css": "^4.2.1",
|
||||
"commander": "^2.19.0",
|
||||
"he": "^1.2.0",
|
||||
"param-case": "^2.1.1",
|
||||
"relateurl": "^0.2.7",
|
||||
"uglify-js": "^3.5.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
|
||||
"devDependencies": {
|
||||
"grunt": "1.0.x",
|
||||
"grunt-browserify": "5.3.x",
|
||||
"grunt-contrib-uglify": "3.4.x",
|
||||
"gruntify-eslint": "4.0.x",
|
||||
"phantomjs-prebuilt": "2.1.x",
|
||||
"qunit": "2.x"
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-browserify": "^5.3.0",
|
||||
"grunt-contrib-uglify": "^4.0.1",
|
||||
"grunt-eslint": "^21.0.0",
|
||||
"phantomjs-prebuilt": "^2.1.16",
|
||||
"qunit": "^2.9.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"src/*.js",
|
||||
@@ -125,5 +125,5 @@
|
||||
"dist": "grunt dist",
|
||||
"test": "grunt test"
|
||||
},
|
||||
"version": "3.5.21"
|
||||
"version": "4.0.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user