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

@@ -1,12 +1,5 @@
{
"_args": [
[
"braces@2.3.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "braces@2.3.2",
"_from": "braces@^2.3.1",
"_id": "braces@2.3.2",
"_inBundle": false,
"_integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
@@ -15,21 +8,22 @@
"is-extendable": "0.1.1"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "braces@2.3.2",
"raw": "braces@^2.3.1",
"name": "braces",
"escapedName": "braces",
"rawSpec": "2.3.2",
"rawSpec": "^2.3.1",
"saveSpec": null,
"fetchSpec": "2.3.2"
"fetchSpec": "^2.3.1"
},
"_requiredBy": [
"/micromatch"
],
"_resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
"_spec": "2.3.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "5979fd3f14cd531565e5fa2df1abfff1dfaee729",
"_spec": "braces@^2.3.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -37,6 +31,7 @@
"bugs": {
"url": "https://github.com/micromatch/braces/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
@@ -71,6 +66,7 @@
"split-string": "^3.0.2",
"to-regex": "^3.0.1"
},
"deprecated": false,
"description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
"devDependencies": {
"ansi-cyan": "^0.1.1",