{ "name": "load-json-file", "version": "4.0.0", "description": "Read and parse a JSON file", "license": "MIT", "repository": "sindresorhus/load-json-file", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "read", "json", "parse", "file", "fs", "graceful", "load" ], "dependencies": { "graceful-fs": "^4.1.2", "parse-json": "^4.0.0", "pify": "^3.0.0", "strip-bom": "^3.0.0" }, "devDependencies": { "ava": "*", "xo": "*" }, "xo": { "esnext": true } ,"_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz" ,"_integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=" ,"_from": "load-json-file@4.0.0" }