62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"_from": "minifyfromhtml@latest",
|
|
"_id": "minifyfromhtml@2.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-tg6rSm32T7f/5EiycLN+fVz8KRXqZ/3b/3EAP0v26RkM0ZbN7jl0WBwVz/i8HyRSydZaf9YOeBRurU1OJaaYxg==",
|
|
"_location": "/minifyfromhtml",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "minifyfromhtml@latest",
|
|
"name": "minifyfromhtml",
|
|
"escapedName": "minifyfromhtml",
|
|
"rawSpec": "latest",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/minifyfromhtml/-/minifyfromhtml-2.0.4.tgz",
|
|
"_shasum": "00addc787dbc581c97aff981edf21fa6a0cd49e0",
|
|
"_spec": "minifyfromhtml@latest",
|
|
"_where": "D:\\Projects\\vanillajs-seed",
|
|
"author": "",
|
|
"bin": {
|
|
"minifyfromhtml": "minifyfromhtml.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/S2-/minifyfromhtml/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"clean-css": "^4.2.3",
|
|
"jsdom": "^16.3.0",
|
|
"minimist": "^1.2.2",
|
|
"terser": "^4.8.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "minify scripts and css starting from an html file",
|
|
"homepage": "https://github.com/S2-/minifyfromhtml#readme",
|
|
"keywords": [
|
|
"minify",
|
|
"javascript",
|
|
"html",
|
|
"css",
|
|
"script"
|
|
],
|
|
"license": "ISC",
|
|
"main": "minifyfromhtml.js",
|
|
"name": "minifyfromhtml",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/S2-/minifyfromhtml.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "2.0.4"
|
|
}
|