{ "_args": [ [ "jsonfile@5.0.0", "/home/runner/work/owncast/owncast/build/javascript" ] ], "_from": "jsonfile@5.0.0", "_id": "jsonfile@5.0.0", "_inBundle": false, "_integrity": "sha512-NQRZ5CRo74MhMMC3/3r5g2k4fjodJ/wh8MxjFbCViWKFjxrnudWSY5vomh+23ZaXzAS7J3fBZIR2dV6WbmfM0w==", "_location": "/jsonfile", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jsonfile@5.0.0", "name": "jsonfile", "escapedName": "jsonfile", "rawSpec": "5.0.0", "saveSpec": null, "fetchSpec": "5.0.0" }, "_requiredBy": [ "/twemoji" ], "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-5.0.0.tgz", "_spec": "5.0.0", "_where": "/home/runner/work/owncast/owncast/build/javascript", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" }, "bugs": { "url": "https://github.com/jprichardson/node-jsonfile/issues" }, "dependencies": { "graceful-fs": "^4.1.6", "universalify": "^0.1.2" }, "description": "Easily read/write JSON files.", "devDependencies": { "mocha": "^5.2.0", "rimraf": "^2.4.0", "standard": "^12.0.1" }, "files": [ "index.js" ], "homepage": "https://github.com/jprichardson/node-jsonfile#readme", "keywords": [ "read", "write", "file", "json", "fs", "fs-extra" ], "license": "MIT", "main": "index.js", "name": "jsonfile", "optionalDependencies": { "graceful-fs": "^4.1.6" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git" }, "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", "unit": "mocha" }, "version": "5.0.0" }