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": [
[
"supports-color@5.5.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "supports-color@5.5.0",
"_from": "supports-color@^5.3.0",
"_id": "supports-color@5.5.0",
"_inBundle": false,
"_integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"_location": "/supports-color",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "supports-color@5.5.0",
"raw": "supports-color@^5.3.0",
"name": "supports-color",
"escapedName": "supports-color",
"rawSpec": "5.5.0",
"rawSpec": "^5.3.0",
"saveSpec": null,
"fetchSpec": "5.5.0"
"fetchSpec": "^5.3.0"
},
"_requiredBy": [
"/chalk"
],
"_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"_spec": "5.5.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "e2e69a44ac8772f78a1ec0b35b689df6530efc8f",
"_spec": "supports-color@^5.3.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/chalk",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -37,9 +31,11 @@
"bugs": {
"url": "https://github.com/chalk/supports-color/issues"
},
"bundleDependencies": false,
"dependencies": {
"has-flag": "^3.0.0"
},
"deprecated": false,
"description": "Detect whether a terminal supports color",
"devDependencies": {
"ava": "^0.25.0",