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": [
[
"read-pkg@3.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "read-pkg@3.0.0",
"_from": "read-pkg@^3.0.0",
"_id": "read-pkg@3.0.0",
"_inBundle": false,
"_integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
"_location": "/read-pkg-up/read-pkg",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "read-pkg@3.0.0",
"raw": "read-pkg@^3.0.0",
"name": "read-pkg",
"escapedName": "read-pkg",
"rawSpec": "3.0.0",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/read-pkg-up"
],
"_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "9cbc686978fee65d16c00e2b19c237fcf6e38389",
"_spec": "read-pkg@^3.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/read-pkg-up",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,11 +30,13 @@
"bugs": {
"url": "https://github.com/sindresorhus/read-pkg/issues"
},
"bundleDependencies": false,
"dependencies": {
"load-json-file": "^4.0.0",
"normalize-package-data": "^2.3.2",
"path-type": "^3.0.0"
},
"deprecated": false,
"description": "Read a package.json file",
"devDependencies": {
"ava": "*",

View File

@@ -1,33 +1,31 @@
{
"_args": [
[
"read-pkg-up@4.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "read-pkg-up@4.0.0",
"_from": "read-pkg-up@^4.0.0",
"_id": "read-pkg-up@4.0.0",
"_inBundle": false,
"_integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==",
"_location": "/read-pkg-up",
"_phantomChildren": {},
"_phantomChildren": {
"load-json-file": "4.0.0",
"normalize-package-data": "2.5.0",
"path-type": "3.0.0"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "read-pkg-up@4.0.0",
"raw": "read-pkg-up@^4.0.0",
"name": "read-pkg-up",
"escapedName": "read-pkg-up",
"rawSpec": "4.0.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/test-exclude"
],
"_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "1b221c6088ba7799601c808f91161c66e58f8978",
"_spec": "read-pkg-up@^4.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/test-exclude",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,10 +34,12 @@
"bugs": {
"url": "https://github.com/sindresorhus/read-pkg-up/issues"
},
"bundleDependencies": false,
"dependencies": {
"find-up": "^3.0.0",
"read-pkg": "^3.0.0"
},
"deprecated": false,
"description": "Read the closest package.json file",
"devDependencies": {
"ava": "*",