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

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

@@ -1,8 +1,8 @@
{
"_from": "optionator@^0.8.1",
"_id": "optionator@0.8.2",
"_id": "optionator@0.8.3",
"_inBundle": false,
"_integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
"_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
"_location": "/optionator",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/escodegen"
],
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
"_shasum": "364c5e409d3f4d6301d6c0b4c05bba50180aeb64",
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
"_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
"_spec": "optionator@^0.8.1",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\escodegen",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/escodegen",
"author": {
"name": "George Zahariev",
"email": "z@georgezahariev.com"
@@ -32,18 +32,18 @@
"bundleDependencies": false,
"dependencies": {
"deep-is": "~0.1.3",
"fast-levenshtein": "~2.0.4",
"fast-levenshtein": "~2.0.6",
"levn": "~0.3.0",
"prelude-ls": "~1.1.2",
"type-check": "~0.3.2",
"wordwrap": "~1.0.0"
"word-wrap": "~1.2.3"
},
"deprecated": false,
"description": "option parsing and help generation",
"devDependencies": {
"istanbul": "~0.4.1",
"livescript": "~1.5.0",
"mocha": "~3.0.2"
"istanbul": "~0.4.5",
"livescript": "~1.6.0",
"mocha": "~6.2.2"
},
"engines": {
"node": ">= 0.8.0"
@@ -70,5 +70,5 @@
"scripts": {
"test": "make test"
},
"version": "0.8.2"
"version": "0.8.3"
}