{
  "_from": "load-json-file@^5.3.0",
  "_id": "load-json-file@5.3.0",
  "_inBundle": false,
  "_integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==",
  "_location": "/load-json-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "load-json-file@^5.3.0",
    "name": "load-json-file",
    "escapedName": "load-json-file",
    "rawSpec": "^5.3.0",
    "saveSpec": null,
    "fetchSpec": "^5.3.0"
  },
  "_requiredBy": [
    "/@0x-lerna-fork/package",
    "/@0x-lerna-fork/project",
    "/@lerna/package",
    "/@lerna/project",
    "/@lerna/version"
  ],
  "_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
  "_shasum": "4d3c1e01fa1c03ea78a60ac7af932c9ce53403f3",
  "_spec": "load-json-file@^5.3.0",
  "_where": "/mnt/c/Users/Administrator/source/repos/0x-monorepo-development/node_modules/@0x-lerna-fork/project",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/load-json-file/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.15",
    "parse-json": "^4.0.0",
    "pify": "^4.0.1",
    "strip-bom": "^3.0.0",
    "type-fest": "^0.3.0"
  },
  "deprecated": false,
  "description": "Read and parse a JSON file",
  "devDependencies": {
    "ava": "^1.4.1",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/load-json-file#readme",
  "keywords": [
    "read",
    "json",
    "parse",
    "file",
    "fs",
    "graceful",
    "load"
  ],
  "license": "MIT",
  "name": "load-json-file",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/load-json-file.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "5.3.0"
}
