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": [
[
"find-up@4.1.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "find-up@4.1.0",
"_from": "find-up@^4.0.0",
"_id": "find-up@4.1.0",
"_inBundle": false,
"_integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
"_location": "/pkg-dir/find-up",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "find-up@4.1.0",
"raw": "find-up@^4.0.0",
"name": "find-up",
"escapedName": "find-up",
"rawSpec": "4.1.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/pkg-dir"
],
"_resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19",
"_spec": "find-up@^4.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/pkg-dir",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,10 +30,12 @@
"bugs": {
"url": "https://github.com/sindresorhus/find-up/issues"
},
"bundleDependencies": false,
"dependencies": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
},
"deprecated": false,
"description": "Find a file or directory by walking up parent directories",
"devDependencies": {
"ava": "^2.1.0",

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"locate-path@5.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "locate-path@5.0.0",
"_from": "locate-path@^5.0.0",
"_id": "locate-path@5.0.0",
"_inBundle": false,
"_integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
"_location": "/pkg-dir/locate-path",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "locate-path@5.0.0",
"raw": "locate-path@^5.0.0",
"name": "locate-path",
"escapedName": "locate-path",
"rawSpec": "5.0.0",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/pkg-dir/find-up"
],
"_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
"_spec": "5.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "1afba396afd676a6d42504d0a67a3a7eb9f62aa0",
"_spec": "locate-path@^5.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/pkg-dir/node_modules/find-up",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,9 +30,11 @@
"bugs": {
"url": "https://github.com/sindresorhus/locate-path/issues"
},
"bundleDependencies": false,
"dependencies": {
"p-locate": "^4.1.0"
},
"deprecated": false,
"description": "Get the first path that exists on disk of multiple paths",
"devDependencies": {
"ava": "^1.4.1",

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"p-locate@4.1.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "p-locate@4.1.0",
"_from": "p-locate@^4.1.0",
"_id": "p-locate@4.1.0",
"_inBundle": false,
"_integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
"_location": "/pkg-dir/p-locate",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "p-locate@4.1.0",
"raw": "p-locate@^4.1.0",
"name": "p-locate",
"escapedName": "p-locate",
"rawSpec": "4.1.0",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/pkg-dir/locate-path"
],
"_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "a3428bb7088b3a60292f66919278b7c297ad4f07",
"_spec": "p-locate@^4.1.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/pkg-dir/node_modules/locate-path",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,9 +30,11 @@
"bugs": {
"url": "https://github.com/sindresorhus/p-locate/issues"
},
"bundleDependencies": false,
"dependencies": {
"p-limit": "^2.2.0"
},
"deprecated": false,
"description": "Get the first fulfilled promise that satisfies the provided testing function",
"devDependencies": {
"ava": "^1.4.1",

View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"path-exists@4.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "path-exists@4.0.0",
"_from": "path-exists@^4.0.0",
"_id": "path-exists@4.0.0",
"_inBundle": false,
"_integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
"_location": "/pkg-dir/path-exists",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "path-exists@4.0.0",
"raw": "path-exists@^4.0.0",
"name": "path-exists",
"escapedName": "path-exists",
"rawSpec": "4.0.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/pkg-dir/find-up"
],
"_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "513bdbe2d3b95d7762e8c1137efa195c6c61b5b3",
"_spec": "path-exists@^4.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/pkg-dir/node_modules/find-up",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,6 +30,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/path-exists/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if a path exists",
"devDependencies": {
"ava": "^1.4.1",

26
node_modules/pkg-dir/package.json generated vendored
View File

@@ -1,35 +1,29 @@
{
"_args": [
[
"pkg-dir@4.2.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "pkg-dir@4.2.0",
"_from": "pkg-dir@^4.1.0",
"_id": "pkg-dir@4.2.0",
"_inBundle": false,
"_integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
"_location": "/pkg-dir",
"_phantomChildren": {
"p-limit": "2.2.0"
"p-limit": "2.3.0"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "pkg-dir@4.2.0",
"raw": "pkg-dir@^4.1.0",
"name": "pkg-dir",
"escapedName": "pkg-dir",
"rawSpec": "4.2.0",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "4.2.0"
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/husky"
],
"_resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
"_spec": "4.2.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "f099133df7ede422e81d1d8448270eeb3e4261f3",
"_spec": "pkg-dir@^4.1.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/husky",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -38,9 +32,11 @@
"bugs": {
"url": "https://github.com/sindresorhus/pkg-dir/issues"
},
"bundleDependencies": false,
"dependencies": {
"find-up": "^4.0.0"
},
"deprecated": false,
"description": "Find the root directory of a Node.js project or npm package",
"devDependencies": {
"ava": "^1.4.1",