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": [
[
"load-json-file@4.0.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "load-json-file@4.0.0",
"_from": "load-json-file@^4.0.0",
"_id": "load-json-file@4.0.0",
"_inBundle": false,
"_integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
"_location": "/load-json-file",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "load-json-file@4.0.0",
"raw": "load-json-file@^4.0.0",
"name": "load-json-file",
"escapedName": "load-json-file",
"rawSpec": "4.0.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/read-pkg"
"/read-pkg-up/read-pkg"
],
"_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "2f5f45ab91e33216234fd53adab668eb4ec0993b",
"_spec": "load-json-file@^4.0.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/read-pkg-up/node_modules/read-pkg",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,12 +30,14 @@
"bugs": {
"url": "https://github.com/sindresorhus/load-json-file/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"parse-json": "^4.0.0",
"pify": "^3.0.0",
"strip-bom": "^3.0.0"
},
"deprecated": false,
"description": "Read and parse a JSON file",
"devDependencies": {
"ava": "*",