use directories for structure
This commit is contained in:
40
node_modules/minify/package.json
generated
vendored
40
node_modules/minify/package.json
generated
vendored
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"_from": "minify@^4.1.1",
|
||||
"_id": "minify@4.1.3",
|
||||
"_from": "minify@^5.1.0",
|
||||
"_id": "minify@5.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ykuscavxivSmVpcCzsXmsVTukWYLUUtPhHj0w2ILvHDGqC+hsuTCihBn9+PJBd58JNvWTNg9132J9nrrI2anzA==",
|
||||
"_integrity": "sha512-1aAsFXuW+CpkqzHe1sQpJuPDMuX3o13laF1hs0rH0BhQTRwvYDuzrYgB5qXqR/8WafaqK3+oHQVaaSHHMFw3Pg==",
|
||||
"_location": "/minify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "minify@^4.1.1",
|
||||
"raw": "minify@^5.1.0",
|
||||
"name": "minify",
|
||||
"escapedName": "minify",
|
||||
"rawSpec": "^4.1.1",
|
||||
"rawSpec": "^5.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.1.1"
|
||||
"fetchSpec": "^5.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/minifyfromhtml"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/minify/-/minify-4.1.3.tgz",
|
||||
"_shasum": "58467922d14303f55a3a28fa79641371955b8fbd",
|
||||
"_spec": "minify@^4.1.1",
|
||||
"_where": "/home/s2/Code/vanillajs-seed/node_modules/minifyfromhtml",
|
||||
"_resolved": "https://registry.npmjs.org/minify/-/minify-5.1.1.tgz",
|
||||
"_shasum": "6b361361859d3a562ff6a097ae064c20bccb5b40",
|
||||
"_spec": "minify@^5.1.0",
|
||||
"_where": "D:\\Projects\\siag\\vanillajs-seed\\node_modules\\minifyfromhtml",
|
||||
"author": {
|
||||
"name": "coderaiser",
|
||||
"email": "mnemonic.enemy@gmail.com",
|
||||
@@ -40,25 +40,23 @@
|
||||
"debug": "^4.1.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"terser": "^4.0.0",
|
||||
"try-catch": "^2.0.0",
|
||||
"try-to-catch": "^1.0.2"
|
||||
"try-catch": "^3.0.0",
|
||||
"try-to-catch": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Minifier of js, css, html and img",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.0",
|
||||
"eslint": "^6.0.0",
|
||||
"eslint-plugin-node": "^9.1.0",
|
||||
"eslint-plugin-putout": "^1.5.0",
|
||||
"madrun": "^2.1.2",
|
||||
"nyc": "^14.1.1",
|
||||
"putout": "^4.32.0",
|
||||
"redrun": "^7.0.2",
|
||||
"rimraf": "^2.6.1",
|
||||
"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": [
|
||||
@@ -90,5 +88,5 @@
|
||||
"report": "madrun report",
|
||||
"test": "madrun test"
|
||||
},
|
||||
"version": "4.1.3"
|
||||
"version": "5.1.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user