{ "_args": [ [ "jsonfile@6.0.1", "/home/runner/work/ghaction-github-pages/ghaction-github-pages" ] ], "_from": "jsonfile@6.0.1", "_id": "jsonfile@6.0.1", "_inBundle": false, "_integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==", "_location": "/jsonfile", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jsonfile@6.0.1", "name": "jsonfile", "escapedName": "jsonfile", "rawSpec": "6.0.1", "saveSpec": null, "fetchSpec": "6.0.1" }, "_requiredBy": [ "/fs-extra" ], "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz", "_spec": "6.0.1", "_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" }, "bugs": { "url": "https://github.com/jprichardson/node-jsonfile/issues" }, "dependencies": { "graceful-fs": "^4.1.6", "universalify": "^1.0.0" }, "description": "Easily read/write JSON files.", "devDependencies": { "mocha": "^5.2.0", "rimraf": "^2.4.0", "standard": "^12.0.1" }, "files": [ "index.js", "utils.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": "6.0.1" }