This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

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

@@ -1,33 +1,27 @@
{
"_args": [
[
"optionator@0.8.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "optionator@0.8.2",
"_id": "optionator@0.8.2",
"_from": "optionator@^0.8.1",
"_id": "optionator@0.8.3",
"_inBundle": false,
"_integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
"_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
"_location": "/optionator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "optionator@0.8.2",
"raw": "optionator@^0.8.1",
"name": "optionator",
"escapedName": "optionator",
"rawSpec": "0.8.2",
"rawSpec": "^0.8.1",
"saveSpec": null,
"fetchSpec": "0.8.2"
"fetchSpec": "^0.8.1"
},
"_requiredBy": [
"/escodegen"
],
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
"_spec": "0.8.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
"_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
"_spec": "optionator@^0.8.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/escodegen",
"author": {
"name": "George Zahariev",
"email": "z@georgezahariev.com"
@@ -35,19 +29,21 @@
"bugs": {
"url": "https://github.com/gkz/optionator/issues"
},
"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"
@@ -74,5 +70,5 @@
"scripts": {
"test": "make test"
},
"version": "0.8.2"
"version": "0.8.3"
}