update node modules

This commit is contained in:
s2
2020-07-20 16:20:39 +02:00
parent dcb748f037
commit f9fb05e4db
906 changed files with 124011 additions and 93468 deletions

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

@@ -1,34 +1,27 @@
{
"_args": [
[
"cssom@0.3.8",
"D:\\Projects\\vanillajs-seed"
]
],
"_development": true,
"_from": "cssom@0.3.8",
"_id": "cssom@0.3.8",
"_from": "cssom@^0.4.4",
"_id": "cssom@0.4.4",
"_inBundle": false,
"_integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
"_integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
"_location": "/cssom",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "cssom@0.3.8",
"raw": "cssom@^0.4.4",
"name": "cssom",
"escapedName": "cssom",
"rawSpec": "0.3.8",
"rawSpec": "^0.4.4",
"saveSpec": null,
"fetchSpec": "0.3.8"
"fetchSpec": "^0.4.4"
},
"_requiredBy": [
"/cssstyle",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
"_spec": "0.3.8",
"_where": "D:\\Projects\\vanillajs-seed",
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
"_shasum": "5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10",
"_spec": "cssom@^0.4.4",
"_where": "D:\\Projects\\vanillajs-seed\\node_modules\\jsdom",
"author": {
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
@@ -36,6 +29,8 @@
"bugs": {
"url": "https://github.com/NV/CSSOM/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "CSS Object Model implementation and CSS parser",
"files": [
"lib/"
@@ -54,5 +49,5 @@
"type": "git",
"url": "git+https://github.com/NV/CSSOM.git"
},
"version": "0.3.8"
"version": "0.4.4"
}