mirror of
https://github.com/actions/labeler.git
synced 2026-01-14 17:20:52 +08:00
build
This commit is contained in:
24
node_modules/to-regex/package.json
generated
vendored
24
node_modules/to-regex/package.json
generated
vendored
@@ -1,26 +1,19 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"to-regex@3.0.2",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "to-regex@3.0.2",
|
||||
"_from": "to-regex@^3.0.2",
|
||||
"_id": "to-regex@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
|
||||
"_location": "/to-regex",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "to-regex@3.0.2",
|
||||
"raw": "to-regex@^3.0.2",
|
||||
"name": "to-regex",
|
||||
"escapedName": "to-regex",
|
||||
"rawSpec": "3.0.2",
|
||||
"rawSpec": "^3.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.2"
|
||||
"fetchSpec": "^3.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/braces",
|
||||
@@ -30,8 +23,9 @@
|
||||
"/nanomatch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
|
||||
"_spec": "3.0.2",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce",
|
||||
"_spec": "to-regex@^3.0.2",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/micromatch",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -39,12 +33,14 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/to-regex/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"define-property": "^2.0.2",
|
||||
"extend-shallow": "^3.0.2",
|
||||
"regex-not": "^1.0.2",
|
||||
"safe-regex": "^1.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Generate a regex from a string or array of strings.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user