1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00

use minify

This commit is contained in:
s2
2019-04-15 10:35:12 +02:00
parent 9528e1e8e1
commit 86e1333c3e
9417 changed files with 70210 additions and 462173 deletions

36
node_modules/clean-css/package.json generated vendored
View File

@@ -1,32 +1,28 @@
{
"_args": [
[
"clean-css@4.1.11",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "clean-css@4.1.11",
"_id": "clean-css@4.1.11",
"_from": "clean-css@^4.1.6",
"_id": "clean-css@4.2.1",
"_inBundle": false,
"_integrity": "sha1-Ls3xRaujj1R0DybO/Q/z4D4SXWo=",
"_integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==",
"_location": "/clean-css",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "clean-css@4.1.11",
"raw": "clean-css@^4.1.6",
"name": "clean-css",
"escapedName": "clean-css",
"rawSpec": "4.1.11",
"rawSpec": "^4.1.6",
"saveSpec": null,
"fetchSpec": "4.1.11"
"fetchSpec": "^4.1.6"
},
"_requiredBy": [
"/"
"/html-minifier",
"/minify"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
"_spec": "4.1.11",
"_where": "E:\\projects\\p\\minifyfromhtml",
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz",
"_shasum": "2d411ef76b8569b6d0c84068dabe85b0aa5e5c17",
"_spec": "clean-css@^4.1.6",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\minify",
"author": {
"name": "Jakub Pawlowicz",
"email": "contact@jakubpawlowicz.com",
@@ -35,9 +31,11 @@
"bugs": {
"url": "https://github.com/jakubpawlowicz/clean-css/issues"
},
"bundleDependencies": false,
"dependencies": {
"source-map": "0.5.x"
"source-map": "~0.6.0"
},
"deprecated": false,
"description": "A well-tested CSS minifier",
"devDependencies": {
"browserify": "^14.0.0",
@@ -76,5 +74,5 @@
"prepublish": "npm run check",
"test": "vows"
},
"version": "4.1.11"
"version": "4.2.1"
}