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

update modules

This commit is contained in:
s2
2020-07-20 16:16:07 +02:00
parent 783511ce12
commit 2b23424b86
785 changed files with 91905 additions and 56057 deletions

25
node_modules/acorn/package.json generated vendored
View File

@@ -1,28 +1,28 @@
{
"_from": "acorn@6.4.1",
"_id": "acorn@6.4.1",
"_from": "acorn@^7.1.1",
"_id": "acorn@7.3.1",
"_inBundle": false,
"_integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==",
"_integrity": "sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==",
"_location": "/acorn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "acorn@6.4.1",
"raw": "acorn@^7.1.1",
"name": "acorn",
"escapedName": "acorn",
"rawSpec": "6.4.1",
"rawSpec": "^7.1.1",
"saveSpec": null,
"fetchSpec": "6.4.1"
"fetchSpec": "^7.1.1"
},
"_requiredBy": [
"/acorn-globals",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz",
"_shasum": "531e58ba3f51b9dacb9a6646ca4debf5b14ca474",
"_spec": "acorn@6.4.1",
"_where": "/home/s2/Code/minifyfromhtml/node_modules/jsdom",
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-7.3.1.tgz",
"_shasum": "85010754db53c3fbaf3b9ea3e083aa5c5d147ffd",
"_spec": "acorn@^7.1.1",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"bin": {
"acorn": "bin/acorn"
},
@@ -63,5 +63,6 @@
"scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin"
},
"version": "6.4.1"
"types": "dist/acorn.d.ts",
"version": "7.3.1"
}