1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +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

23
node_modules/minimist/package.json generated vendored
View File

@@ -1,32 +1,27 @@
{
"_args": [
[
"minimist@1.2.0",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "minimist@1.2.0",
"_from": "minimist@^1.2.0",
"_id": "minimist@1.2.0",
"_inBundle": false,
"_integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"_location": "/minimist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "minimist@1.2.0",
"raw": "minimist@^1.2.0",
"name": "minimist",
"escapedName": "minimist",
"rawSpec": "1.2.0",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "E:\\projects\\p\\minifyfromhtml",
"_shasum": "a35008b20f41383eec1fb914f4cd5df79a264284",
"_spec": "minimist@^1.2.0",
"_where": "F:\\projects\\p\\minifyfromhtml",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -35,6 +30,8 @@
"bugs": {
"url": "https://github.com/substack/minimist/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "parse argument options",
"devDependencies": {
"covert": "^1.0.0",