mirror of
https://github.com/actions/labeler.git
synced 2025-12-16 06:56:51 +00:00
build
This commit is contained in:
24
node_modules/astral-regex/package.json
generated
vendored
24
node_modules/astral-regex/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"astral-regex@1.0.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "astral-regex@1.0.0",
|
||||
"_from": "astral-regex@^1.0.0",
|
||||
"_id": "astral-regex@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
|
||||
"_location": "/astral-regex",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "astral-regex@1.0.0",
|
||||
"raw": "astral-regex@^1.0.0",
|
||||
"name": "astral-regex",
|
||||
"escapedName": "astral-regex",
|
||||
"rawSpec": "1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0"
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/string-length"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "6c8c3fb827dd43ee3918f27b82782ab7658a6fd9",
|
||||
"_spec": "astral-regex@^1.0.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/string-length",
|
||||
"author": {
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
@@ -36,7 +30,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevva/astral-regex/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Regular expression for matching astral symbols",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
|
||||
Reference in New Issue
Block a user