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

24
node_modules/has-flag/package.json generated vendored
View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"has-flag@3.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "has-flag@3.0.0",
"_from": "has-flag@^3.0.0",
"_id": "has-flag@3.0.0",
"_inBundle": false,
"_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
"_location": "/has-flag",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "has-flag@3.0.0",
"raw": "has-flag@^3.0.0",
"name": "has-flag",
"escapedName": "has-flag",
"rawSpec": "3.0.0",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/istanbul-lib-report/supports-color",
@@ -28,8 +21,9 @@
"/supports-color"
],
"_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "b5d454dc2199ae225699f3467e5a07f3b955bafd",
"_spec": "has-flag@^3.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/supports-color",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -38,6 +32,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/has-flag/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if argv has a specific flag",
"devDependencies": {
"ava": "*",