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

update node modules

This commit is contained in:
s2
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

22
node_modules/cssom/package.json generated vendored
View File

@@ -1,28 +1,28 @@
{
"_from": "cssom@>= 0.3.2 < 0.4.0",
"_id": "cssom@0.3.2",
"_from": "cssom@^0.3.4",
"_id": "cssom@0.3.6",
"_inBundle": false,
"_integrity": "sha1-uANhcMefB6kP8vFuIihAJ6JDhIs=",
"_integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==",
"_location": "/cssom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cssom@>= 0.3.2 < 0.4.0",
"raw": "cssom@^0.3.4",
"name": "cssom",
"escapedName": "cssom",
"rawSpec": ">= 0.3.2 < 0.4.0",
"rawSpec": "^0.3.4",
"saveSpec": null,
"fetchSpec": ">= 0.3.2 < 0.4.0"
"fetchSpec": "^0.3.4"
},
"_requiredBy": [
"/cssstyle",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.2.tgz",
"_shasum": "b8036170c79f07a90ff2f16e22284027a243848b",
"_spec": "cssom@>= 0.3.2 < 0.4.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz",
"_shasum": "f85206cee04efa841f3c5982a74ba96ab20d65ad",
"_spec": "cssom@^0.3.4",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
@@ -56,5 +56,5 @@
"scripts": {
"prepublish": "jake lib/index.js"
},
"version": "0.3.2"
"version": "0.3.6"
}