mirror of
https://github.com/actions/labeler.git
synced 2026-01-13 16:40:53 +08:00
build
This commit is contained in:
24
node_modules/has-flag/package.json
generated
vendored
24
node_modules/has-flag/package.json
generated
vendored
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user