{
  "_from": "write-json-file@^3.2.0",
  "_id": "write-json-file@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==",
  "_location": "/write-json-file",
  "_phantomChildren": {
    "pify": "4.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "write-json-file@^3.2.0",
    "name": "write-json-file",
    "escapedName": "write-json-file",
    "rawSpec": "^3.2.0",
    "saveSpec": null,
    "fetchSpec": "^3.2.0"
  },
  "_requiredBy": [
    "/@0x-lerna-fork/init",
    "/@0x-lerna-fork/project",
    "/@lerna/init",
    "/@lerna/project",
    "/@lerna/version"
  ],
  "_resolved": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.2.0.tgz",
  "_shasum": "65bbdc9ecd8a1458e15952770ccbadfcff5fe62a",
  "_spec": "write-json-file@^3.2.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/write-json-file/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "detect-indent": "^5.0.0",
    "graceful-fs": "^4.1.15",
    "make-dir": "^2.1.0",
    "pify": "^4.0.1",
    "sort-keys": "^2.0.0",
    "write-file-atomic": "^2.4.2"
  },
  "deprecated": false,
  "description": "Stringify and write JSON to a file atomically",
  "devDependencies": {
    "ava": "^1.4.1",
    "tempfile": "^2.0.0",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/write-json-file#readme",
  "keywords": [
    "write",
    "json",
    "stringify",
    "file",
    "fs",
    "graceful",
    "stable",
    "sort",
    "newline",
    "indent",
    "atomic",
    "atomically"
  ],
  "license": "MIT",
  "name": "write-json-file",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/write-json-file.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "3.2.0"
}
