use directories for structure
This commit is contained in:
26
node_modules/html-minifier/package.json
generated
vendored
26
node_modules/html-minifier/package.json
generated
vendored
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"_from": "html-minifier@^4.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"html-minifier@4.0.0",
|
||||
"D:\\Projects\\siag\\vanillajs-seed"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "html-minifier@4.0.0",
|
||||
"_id": "html-minifier@4.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==",
|
||||
"_location": "/html-minifier",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "html-minifier@^4.0.0",
|
||||
"raw": "html-minifier@4.0.0",
|
||||
"name": "html-minifier",
|
||||
"escapedName": "html-minifier",
|
||||
"rawSpec": "^4.0.0",
|
||||
"rawSpec": "4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.0.0"
|
||||
"fetchSpec": "4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/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/vanillajs-seed/node_modules/minify",
|
||||
"_spec": "4.0.0",
|
||||
"_where": "D:\\Projects\\siag\\vanillajs-seed",
|
||||
"author": {
|
||||
"name": "Juriy \"kangax\" Zaytsev"
|
||||
},
|
||||
@@ -34,12 +40,11 @@
|
||||
"progress": "^2.0.3"
|
||||
},
|
||||
"bin": {
|
||||
"html-minifier": "./cli.js"
|
||||
"html-minifier": "cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kangax/html-minifier/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Gilmore Davidson",
|
||||
@@ -63,7 +68,6 @@
|
||||
"relateurl": "^0.2.7",
|
||||
"uglify-js": "^3.5.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.4",
|
||||
|
Reference in New Issue
Block a user