mirror of
https://github.com/actions/labeler
synced 2026-05-08 00:51:02 +02:00
build
This commit is contained in:
24
node_modules/braces/package.json
generated
vendored
24
node_modules/braces/package.json
generated
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user