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/extglob/package.json
generated
vendored
24
node_modules/extglob/package.json
generated
vendored
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"extglob@2.0.4",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "extglob@2.0.4",
|
||||
"_from": "extglob@^2.0.4",
|
||||
"_id": "extglob@2.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
|
||||
@@ -16,21 +9,22 @@
|
||||
"kind-of": "6.0.3"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "extglob@2.0.4",
|
||||
"raw": "extglob@^2.0.4",
|
||||
"name": "extglob",
|
||||
"escapedName": "extglob",
|
||||
"rawSpec": "2.0.4",
|
||||
"rawSpec": "^2.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.4"
|
||||
"fetchSpec": "^2.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/micromatch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
|
||||
"_spec": "2.0.4",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
|
||||
"_spec": "extglob@^2.0.4",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/micromatch",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -38,6 +32,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/micromatch/extglob/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
@@ -74,6 +69,7 @@
|
||||
"snapdragon": "^0.8.1",
|
||||
"to-regex": "^3.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
|
||||
"devDependencies": {
|
||||
"bash-match": "^1.0.2",
|
||||
|
||||
Reference in New Issue
Block a user