1
0
mirror of https://github.com/actions/labeler synced 2026-05-09 20:51:03 +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/strip-ansi/package.json generated vendored
View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"strip-ansi@5.2.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "strip-ansi@5.2.0",
"_from": "strip-ansi@^5.0.0",
"_id": "strip-ansi@5.2.0",
"_inBundle": false,
"_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
"_location": "/strip-ansi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "strip-ansi@5.2.0",
"raw": "strip-ansi@^5.0.0",
"name": "strip-ansi",
"escapedName": "strip-ansi",
"rawSpec": "5.2.0",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/@jest/core",
@@ -29,8 +22,9 @@
"/wrap-ansi"
],
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
"_spec": "5.2.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae",
"_spec": "strip-ansi@^5.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/core",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -39,9 +33,11 @@
"bugs": {
"url": "https://github.com/chalk/strip-ansi/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-regex": "^4.1.0"
},
"deprecated": false,
"description": "Strip ANSI escape codes from a string",
"devDependencies": {
"ava": "^1.3.1",