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

update node modules

This commit is contained in:
s2
2020-03-13 23:09:28 +01:00
parent 371a36ff4c
commit 5edcdf96f7
5 changed files with 26 additions and 36 deletions

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

@@ -1,28 +1,28 @@
{
"_from": "acorn@^6.0.4",
"_id": "acorn@6.4.0",
"_from": "acorn@6.4.1",
"_id": "acorn@6.4.1",
"_inBundle": false,
"_integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==",
"_integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==",
"_location": "/acorn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "acorn@^6.0.4",
"raw": "acorn@6.4.1",
"name": "acorn",
"escapedName": "acorn",
"rawSpec": "^6.0.4",
"rawSpec": "6.4.1",
"saveSpec": null,
"fetchSpec": "^6.0.4"
"fetchSpec": "6.4.1"
},
"_requiredBy": [
"/acorn-globals",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz",
"_shasum": "b659d2ffbafa24baf5db1cdbb2c94a983ecd2784",
"_spec": "acorn@^6.0.4",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\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",
"bin": {
"acorn": "bin/acorn"
},
@@ -63,5 +63,5 @@
"scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin"
},
"version": "6.4.0"
"version": "6.4.1"
}