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": [
[
"debug@4.1.1",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "debug@4.1.1",
"_from": "debug@^4.1.1",
"_id": "debug@4.1.1",
"_inBundle": false,
"_integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
"_location": "/istanbul-lib-source-maps/debug",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "debug@4.1.1",
"raw": "debug@^4.1.1",
"name": "debug",
"escapedName": "debug",
"rawSpec": "4.1.1",
"rawSpec": "^4.1.1",
"saveSpec": null,
"fetchSpec": "4.1.1"
"fetchSpec": "^4.1.1"
},
"_requiredBy": [
"/istanbul-lib-source-maps"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
"_spec": "4.1.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "3b72260255109c6b589cee050f1d516139664791",
"_spec": "debug@^4.1.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/istanbul-lib-source-maps",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@@ -36,6 +30,7 @@
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nathan Rajlich",
@@ -50,6 +45,7 @@
"dependencies": {
"ms": "^2.1.1"
},
"deprecated": false,
"description": "small debugging utility",
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,36 +1,32 @@
{
"_args": [
[
"ms@2.1.2",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "ms@2.1.2",
"_from": "ms@^2.1.1",
"_id": "ms@2.1.2",
"_inBundle": false,
"_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"_location": "/istanbul-lib-source-maps/ms",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "ms@2.1.2",
"raw": "ms@^2.1.1",
"name": "ms",
"escapedName": "ms",
"rawSpec": "2.1.2",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.2"
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/istanbul-lib-source-maps/debug"
],
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"_spec": "2.1.2",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "d09d1f357b443f493382a8eb3ccd183872ae6009",
"_spec": "ms@^2.1.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/istanbul-lib-source-maps/node_modules/debug",
"bugs": {
"url": "https://github.com/zeit/ms/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tiny millisecond conversion utility",
"devDependencies": {
"eslint": "4.12.1",

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"istanbul-lib-source-maps@3.0.6",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "istanbul-lib-source-maps@3.0.6",
"_from": "istanbul-lib-source-maps@^3.0.1",
"_id": "istanbul-lib-source-maps@3.0.6",
"_inBundle": false,
"_integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==",
"_location": "/istanbul-lib-source-maps",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "istanbul-lib-source-maps@3.0.6",
"raw": "istanbul-lib-source-maps@^3.0.1",
"name": "istanbul-lib-source-maps",
"escapedName": "istanbul-lib-source-maps",
"rawSpec": "3.0.6",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.6"
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/@jest/reporters"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz",
"_spec": "3.0.6",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "284997c48211752ec486253da97e3879defba8c8",
"_spec": "istanbul-lib-source-maps@^3.0.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/reporters",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
@@ -35,6 +29,7 @@
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.1.1",
"istanbul-lib-coverage": "^2.0.5",
@@ -42,6 +37,7 @@
"rimraf": "^2.6.3",
"source-map": "^0.6.1"
},
"deprecated": false,
"description": "Source maps support for istanbul",
"devDependencies": {
"ts-node": "^8.1.0"