1
0
mirror of https://github.com/actions/labeler synced 2026-05-07 22:01:03 +02:00
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/micromatch/package.json generated vendored
View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"micromatch@3.1.10",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "micromatch@3.1.10",
"_from": "micromatch@^3.1.10",
"_id": "micromatch@3.1.10",
"_inBundle": false,
"_integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
"_location": "/micromatch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "micromatch@3.1.10",
"raw": "micromatch@^3.1.10",
"name": "micromatch",
"escapedName": "micromatch",
"rawSpec": "3.1.10",
"rawSpec": "^3.1.10",
"saveSpec": null,
"fetchSpec": "3.1.10"
"fetchSpec": "^3.1.10"
},
"_requiredBy": [
"/@jest/core",
@@ -32,8 +25,9 @@
"/sane"
],
"_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
"_spec": "3.1.10",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "70859bc95c9840952f359a068a3fc49f9ecfac23",
"_spec": "micromatch@^3.1.10",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/core",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -41,6 +35,7 @@
"bugs": {
"url": "https://github.com/micromatch/micromatch/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Amila Welihinda",
@@ -109,6 +104,7 @@
"snapdragon": "^0.8.1",
"to-regex": "^3.0.2"
},
"deprecated": false,
"description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
"devDependencies": {
"bash-match": "^1.0.2",