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/qs/package.json generated vendored
View File

@@ -1,35 +1,31 @@
{
"_args": [
[
"qs@6.5.2",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "qs@6.5.2",
"_from": "qs@~6.5.2",
"_id": "qs@6.5.2",
"_inBundle": false,
"_integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
"_location": "/qs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "qs@6.5.2",
"raw": "qs@~6.5.2",
"name": "qs",
"escapedName": "qs",
"rawSpec": "6.5.2",
"rawSpec": "~6.5.2",
"saveSpec": null,
"fetchSpec": "6.5.2"
"fetchSpec": "~6.5.2"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
"_spec": "6.5.2",
"_where": "E:\\projects\\p\\minifyfromhtml",
"_shasum": "cb3ae806e8740444584ef154ce8ee98d403f3e36",
"_spec": "qs@~6.5.2",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\request",
"bugs": {
"url": "https://github.com/ljharb/qs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@@ -38,6 +34,7 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",