mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
update minify
This commit is contained in:
60
node_modules/minify/package.json
generated
vendored
60
node_modules/minify/package.json
generated
vendored
@@ -1,27 +1,28 @@
|
||||
{
|
||||
"_from": "minify@^4.1.1",
|
||||
"_id": "minify@4.1.1",
|
||||
"_from": "minify",
|
||||
"_id": "minify@5.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-D99KM2lBtJbAAAtKkekL5R1rCFQqhx2dMeFl5etybEdTwGjMYvPsWPDH0CSxTXWSmI2Q7Tx7Gx4rRxik5ahgQA==",
|
||||
"_integrity": "sha512-qlvHtYYjhDpdp05jfxFEdZ7u37tqaltOuuH4TbqyEcjubpY5BBOesJa513wBwjOFI0GmrLVENLooGRX/j2IoDQ==",
|
||||
"_location": "/minify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "minify@^4.1.1",
|
||||
"raw": "minify",
|
||||
"name": "minify",
|
||||
"escapedName": "minify",
|
||||
"rawSpec": "^4.1.1",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.1.1"
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/minify/-/minify-4.1.1.tgz",
|
||||
"_shasum": "06d7a6faf5c171ac3075b79e5afdbe606c0c1fe5",
|
||||
"_spec": "minify@^4.1.1",
|
||||
"_where": "F:\\projects\\p\\minifyfromhtml",
|
||||
"_resolved": "https://registry.npmjs.org/minify/-/minify-5.1.0.tgz",
|
||||
"_shasum": "ccfd406c8b37eecc32db49cb894f6e87d7cd4efd",
|
||||
"_spec": "minify",
|
||||
"_where": "/home/s2/Code/minifyfromhtml",
|
||||
"author": {
|
||||
"name": "coderaiser",
|
||||
"email": "mnemonic.enemy@gmail.com",
|
||||
@@ -38,24 +39,25 @@
|
||||
"clean-css": "^4.1.6",
|
||||
"css-b64-images": "~0.2.5",
|
||||
"debug": "^4.1.0",
|
||||
"html-minifier": "^3.0.1",
|
||||
"terser": "^3.16.1",
|
||||
"html-minifier": "^4.0.0",
|
||||
"terser": "^4.0.0",
|
||||
"try-catch": "^2.0.0",
|
||||
"try-to-catch": "^1.0.2"
|
||||
"try-to-catch": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Minifier of js, css, html and img",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.0",
|
||||
"eslint": "^5.7.0",
|
||||
"eslint-plugin-node": "^8.0.0",
|
||||
"nyc": "^13.1.0",
|
||||
"redrun": "^7.0.2",
|
||||
"rimraf": "^2.6.1",
|
||||
"tape": "^4.2.2"
|
||||
"eslint": "^6.0.0",
|
||||
"eslint-plugin-node": "^11.0.0",
|
||||
"eslint-plugin-putout": "^3.0.0",
|
||||
"madrun": "^5.0.1",
|
||||
"nyc": "^15.0.0",
|
||||
"putout": "^7.3.1",
|
||||
"supertape": "^1.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.0.0"
|
||||
"node": ">= 10"
|
||||
},
|
||||
"homepage": "http://coderaiser.github.io/minify",
|
||||
"keywords": [
|
||||
@@ -78,12 +80,14 @@
|
||||
"url": "git+ssh://git@github.com/coderaiser/minify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "nyc npm test",
|
||||
"lint": "redrun lint:*",
|
||||
"lint:bin": "eslint --rule no-console:0 bin",
|
||||
"lint:lib": "eslint lib test",
|
||||
"report": "nyc report --reporter=text-lcov | coveralls",
|
||||
"test": "tape test/minify.js"
|
||||
"coverage": "madrun coverage",
|
||||
"fix:lint": "madrun fix:lint",
|
||||
"lint": "madrun lint",
|
||||
"lint:bin": "madrun lint:bin",
|
||||
"lint:lib": "madrun lint:lib",
|
||||
"putout": "madrun putout",
|
||||
"report": "madrun report",
|
||||
"test": "madrun test"
|
||||
},
|
||||
"version": "4.1.1"
|
||||
"version": "5.1.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user