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

View File

@@ -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": "*",