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@6.1.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "supports-color@6.1.0",
"_from": "supports-color@^6.1.0",
"_id": "supports-color@6.1.0",
"_inBundle": false,
"_integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
"_location": "/istanbul-lib-report/supports-color",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "supports-color@6.1.0",
"raw": "supports-color@^6.1.0",
"name": "supports-color",
"escapedName": "supports-color",
"rawSpec": "6.1.0",
"rawSpec": "^6.1.0",
"saveSpec": null,
"fetchSpec": "6.1.0"
"fetchSpec": "^6.1.0"
},
"_requiredBy": [
"/istanbul-lib-report"
],
"_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
"_spec": "6.1.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "0764abc69c63d5ac842dd4867e8d025e880df8f3",
"_spec": "supports-color@^6.1.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/istanbul-lib-report",
"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",

View File

@@ -1,12 +1,5 @@
{
"_args": [
[
"istanbul-lib-report@2.0.8",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "istanbul-lib-report@2.0.8",
"_from": "istanbul-lib-report@^2.0.4",
"_id": "istanbul-lib-report@2.0.8",
"_inBundle": false,
"_integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==",
@@ -15,21 +8,22 @@
"has-flag": "3.0.0"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "istanbul-lib-report@2.0.8",
"raw": "istanbul-lib-report@^2.0.4",
"name": "istanbul-lib-report",
"escapedName": "istanbul-lib-report",
"rawSpec": "2.0.8",
"rawSpec": "^2.0.4",
"saveSpec": null,
"fetchSpec": "2.0.8"
"fetchSpec": "^2.0.4"
},
"_requiredBy": [
"/@jest/reporters"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz",
"_spec": "2.0.8",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "5a8113cd746d43c4889eba36ab10e7d50c9b4f33",
"_spec": "istanbul-lib-report@^2.0.4",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/reporters",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
@@ -37,11 +31,13 @@
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"bundleDependencies": false,
"dependencies": {
"istanbul-lib-coverage": "^2.0.5",
"make-dir": "^2.1.0",
"supports-color": "^6.1.0"
},
"deprecated": false,
"description": "Base reporting library for istanbul",
"engines": {
"node": ">=6"