update deps

This commit is contained in:
s2
2019-12-20 20:02:44 +01:00
parent 14c1b72301
commit b7fa481dcb
833 changed files with 68364 additions and 18390 deletions

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

@@ -1,8 +1,8 @@
{
"_from": "cssom@^0.3.4",
"_id": "cssom@0.3.6",
"_id": "cssom@0.3.8",
"_inBundle": false,
"_integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==",
"_integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
"_location": "/cssom",
"_phantomChildren": {},
"_requested": {
@@ -19,10 +19,10 @@
"/cssstyle",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz",
"_shasum": "f85206cee04efa841f3c5982a74ba96ab20d65ad",
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
"_shasum": "9f1276f5b2b463f2114d3f2c75250af8c1a36f4a",
"_spec": "cssom@^0.3.4",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\jsdom",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/jsdom",
"author": {
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
@@ -33,9 +33,6 @@
"bundleDependencies": false,
"deprecated": false,
"description": "CSS Object Model implementation and CSS parser",
"devDependencies": {
"jake": "~0.7.3"
},
"files": [
"lib/"
],
@@ -53,8 +50,5 @@
"type": "git",
"url": "git+https://github.com/NV/CSSOM.git"
},
"scripts": {
"prepublish": "jake lib/index.js"
},
"version": "0.3.6"
"version": "0.3.8"
}