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/nanomatch/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"nanomatch@1.2.13",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "nanomatch@1.2.13",
"_from": "nanomatch@^1.2.9",
"_id": "nanomatch@1.2.13",
"_inBundle": false,
"_integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
"_location": "/nanomatch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "nanomatch@1.2.13",
"raw": "nanomatch@^1.2.9",
"name": "nanomatch",
"escapedName": "nanomatch",
"rawSpec": "1.2.13",
"rawSpec": "^1.2.9",
"saveSpec": null,
"fetchSpec": "1.2.13"
"fetchSpec": "^1.2.9"
},
"_requiredBy": [
"/micromatch"
],
"_resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
"_spec": "1.2.13",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "b87a8aa4fc0de8fe6be88895b38983ff265bd119",
"_spec": "nanomatch@^1.2.9",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -35,6 +29,7 @@
"bugs": {
"url": "https://github.com/micromatch/nanomatch/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Devon Govett",
@@ -58,6 +53,7 @@
"snapdragon": "^0.8.1",
"to-regex": "^3.0.1"
},
"deprecated": false,
"description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
"devDependencies": {
"bash-match": "^1.0.2",