{
	"name": "write-json-file",
	"versions": {
		"1.0.0": {
			"name": "write-json-file",
			"version": "1.0.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"json",
				"write",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"object-assign": "^4.0.1",
				"pify": "^1.1.0",
				"pinkie-promise": "^1.0.0",
				"sort-keys": "^1.1.1",
				"write-file-atomic": "^1.1.2"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^1.1.1",
				"xo": "*"
			},
			"gitHead": "0ce9ff5815c4bf9c52aa428067f367e786e923ff",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@1.0.0",
			"_shasum": "56f33e6683bb160b7b106781cc66c22399d47c57",
			"_from": ".",
			"_npmVersion": "2.13.3",
			"_nodeVersion": "3.0.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "56f33e6683bb160b7b106781cc66c22399d47c57",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "write-json-file",
			"version": "1.1.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"json",
				"write",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.1",
				"object-assign": "^4.0.1",
				"pify": "^1.1.0",
				"pinkie-promise": "^1.0.0",
				"sort-keys": "^1.1.1",
				"write-file-atomic": "^1.1.2"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^1.1.1",
				"xo": "*"
			},
			"gitHead": "42f344cfa1114de61db2c7c44e7c6f912b8b8528",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@1.1.0",
			"_shasum": "298dfd2e19df5b2b5c09e0001161dbd9d38fdd59",
			"_from": ".",
			"_npmVersion": "2.13.3",
			"_nodeVersion": "3.0.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "298dfd2e19df5b2b5c09e0001161dbd9d38fdd59",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "write-json-file",
			"version": "1.1.1",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/sindresorhus/write-json-file"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"json",
				"write",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.1",
				"object-assign": "^4.0.1",
				"pify": "^2.0.0",
				"pinkie-promise": "^1.0.0",
				"sort-keys": "^1.1.1",
				"write-file-atomic": "^1.1.2"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^1.1.1",
				"xo": "*"
			},
			"gitHead": "2a619f4f5c1a0853ecab5e21bba1fabc6568b93c",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file",
			"_id": "write-json-file@1.1.1",
			"_shasum": "823fb95489d8bcf569465115b34b16c5cf9ef4f8",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "823fb95489d8bcf569465115b34b16c5cf9ef4f8",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "write-json-file",
			"version": "1.2.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/sindresorhus/write-json-file"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"json",
				"write",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.1",
				"object-assign": "^4.0.1",
				"pify": "^2.0.0",
				"pinkie-promise": "^2.0.0",
				"sort-keys": "^1.1.1",
				"write-file-atomic": "^1.1.2"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^1.1.1",
				"xo": "*"
			},
			"xo": {
				"ignores": [
					"test.js"
				]
			},
			"gitHead": "6dcedb880a8ec481eb65dc8cb66e2e781250effc",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file",
			"_id": "write-json-file@1.2.0",
			"_shasum": "2d5dfe96abc3c889057c93971aa4005efb548134",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.1",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "2d5dfe96abc3c889057c93971aa4005efb548134",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "write-json-file",
			"version": "2.0.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.1",
				"pify": "^2.0.0",
				"sort-keys": "^1.1.1",
				"write-file-atomic": "^1.1.2"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^1.1.1",
				"xo": "*"
			},
			"xo": {
				"esnext": true
			},
			"gitHead": "55318c25dc03efc63707c6fd9fa0b676aea3750a",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@2.0.0",
			"_shasum": "0eaec981fcf9288dbc2806cbd26e06ab9bdca4ed",
			"_from": ".",
			"_npmVersion": "2.15.0",
			"_nodeVersion": "4.4.2",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "0eaec981fcf9288dbc2806cbd26e06ab9bdca4ed",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/write-json-file-2.0.0.tgz_1462037149159_0.17005165573209524"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "write-json-file",
			"version": "2.1.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"pify": "^2.0.0",
				"sort-keys": "^1.1.1",
				"write-file-atomic": "^2.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^2.0.0",
				"xo": "*"
			},
			"gitHead": "8c111fc3a619e7793bceea9b400cfafa820767be",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@2.1.0",
			"_shasum": "ba1cf3ac7ee89db26c3d528986e48421389046b7",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "ba1cf3ac7ee89db26c3d528986e48421389046b7",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/write-json-file-2.1.0.tgz_1494572265898_0.31343368883244693"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "write-json-file",
			"version": "2.2.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^5.0.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"pify": "^2.0.0",
				"sort-keys": "^1.1.1",
				"write-file-atomic": "^2.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^2.0.0",
				"xo": "*"
			},
			"gitHead": "f69d6e1ac33db25e84d72e8528e5a3f6e64455ba",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@2.2.0",
			"_shasum": "51862506bbb3b619eefab7859f1fd6c6d0530876",
			"_from": ".",
			"_npmVersion": "2.15.11",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "51862506bbb3b619eefab7859f1fd6c6d0530876",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file-2.2.0.tgz_1495892659499_0.9785234299488366"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.0": {
			"name": "write-json-file",
			"version": "2.3.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^5.0.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"pify": "^3.0.0",
				"sort-keys": "^2.0.0",
				"write-file-atomic": "^2.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^2.0.0",
				"xo": "*"
			},
			"gitHead": "e4c9b991192adeb0e9b9f47ae691e2c46b4f3974",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@2.3.0",
			"_shasum": "2b64c8a33004d54b8698c76d585a77ceb61da32f",
			"_from": ".",
			"_npmVersion": "2.15.11",
			"_nodeVersion": "4.8.3",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "2b64c8a33004d54b8698c76d585a77ceb61da32f",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file-2.3.0.tgz_1507725714157_0.048371047247201204"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "write-json-file",
			"version": "3.0.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js",
				"index.d.ts"
			],
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^5.0.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"pify": "^4.0.0",
				"sort-keys": "^2.0.0",
				"write-file-atomic": "^2.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^2.0.0",
				"xo": "*"
			},
			"xo": {
				"ignores": [
					"index.d.ts"
				]
			},
			"gitHead": "182dd9428ca452b9a3d1fa0e0152ca06bc9cbbb8",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@3.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-hBVT4C9AShevAza7D8L6A/PoET4fabMHTbMEyP+ZFSeSDD81J60y0m1GKJUaCwNRBfMoUwWNA3Kdv5I60s6WPA==",
				"shasum": "fb0b2ecaa6636644ebdb26d8b9265cf9701a33f1",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 7279,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbg6noCRA9TVsSAnZWagAA+rkP/ip81T7g2+/ePbsIEyIS\nxC+NEwKrsLcli8GCyfVz/7io3O80Ad+89tmEEY3WlB5lbZdXnVL8oq6LS2F1\nH8Uc//ikbo42ngbQyxgNIYTWMm07tBhKGLCVU/PGflS4yfBcndWIoZQhmo3u\nT7H9fg7pQ0iBrpKhKCj8W5VKmkzaFbSIz3tcwszR1JiSvNlPbspLTjY8UG1e\nwagi/aIiwulQrsATGWz+VPraZWHnbepWsCPRteQaepA2BZIHaQmXlqXHO7E7\nRP1RS27Zou4ljLTJTeDZzUmh0pS4ThGi2OirokLR91O/VbL7cMhrrDZzKCkO\n8OSuwbyo5JJAs35tgT8qDANb0YDHZ6iNevKMHNYMjELpa3yhPzBj5fKP4hCh\nor0qwlPv+aXcScEmjn+aq5ZwlYwWK0sM3bP7VnOrIUab3aul6+6oWXe0YunG\nAZ0u/Xv3kRBnhuNg0QUUqGXwFaBuRwsJjgzoGI2UFxFRa86ajChA1q/ix5Rc\nOBqULJj5Ck8EOJ2hWdtDxD00BWYdLREM3a9waGaFKt409tLI8DOAsI3ELarn\n+9C1cIJe/T2mzeBAlnO3iyWzQs5Y1MVszcqlRmlELsxF5NfsmdFjgB1ni39W\nco4CGgfb8rsNkM/Z8MmSqlhQl22/a8VjV6NPgChlC8ISVoft+fnP0HIEAfks\nRzl0\r\n=3hyg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_3.0.0_1535355368289_0.06037771826131633"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "write-json-file",
			"version": "3.0.1",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava && tsd-check"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^5.0.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"pify": "^4.0.0",
				"sort-keys": "^2.0.0",
				"write-file-atomic": "^2.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^2.0.0",
				"tsd-check": "^0.1.0",
				"xo": "*"
			},
			"xo": {
				"ignores": [
					"*.ts"
				]
			},
			"gitHead": "41abd90b5b7224555177c42885ff5d6cf0531a8c",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@3.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.11.4",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-EuyKbUhp2iomuj3GaoLFZugM0QKAe0R82Aze9rOLY5jKuCvvt70MeI8fOsGgyQZduTWzTZL3g4gH3/ziINVFFA==",
				"shasum": "8f0ee42defa4f0423ba2894a04ca81b87f1777e9",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.0.1.tgz",
				"fileCount": 5,
				"unpackedSize": 7327,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjMZoCRA9TVsSAnZWagAAGQkP/1+1rK41qcdF+cT6cLI2\nMCtMTD6pvFKlUZ6JOFC8zDmVyq0ecGdCqwpYAbHJaDeIQag73Wa1QM466OQH\ns86d3SwxwY67XVQCIBbb6aPBDrDQ7PvWsMV1/YrF3+azb4w/1FHeULVVmFtE\nlN4AskENy6ElMmcUD26BOdxhxJV1r7KiKcSqQydAIveuj9PHhiq/Iyhd9o7Y\niW1jeNewbBjION5TUYLvTBdUQgDrsDpLLl0T1P4r3J9kadU5xyeIVpQa3MXs\nj9RGsmqP5ZEv6lHQZrPooYYVXNzkNAd7hOHWik09u/ASdM6XT7BihXq8hNAJ\nmKLn/NRHgI2h9pqhGJLy7i1HTXCZrHHvQ6m1KvZGoJ2GvJc7AdpIfoWKjTZO\ncETyze6OxP6Kg1l9ZqqmDn7KnHGMsbwYQC1vWS5Qljv24tgKHkLFNbaFYBCe\nDmUi7atJGfznPIHnPg0UjxShHToSEej+7kyN+Fga5ey5JEuD1hV2bLd8euP/\n2QHMSZxyTJG8Awya6/1v1xyI00+ktk6/QdCCaeSwfqIDkJzOHGGRigXOoQJs\nqZ5PA8sddni1LX37pEkU+l9u5TNnxig7OadB4PydMyvFkR+RZkXiPcyvggti\nHCFgPycOalneW7cabdKRSTY186KZBHS74brY7T0jX631GcjcWCR4Ftwz6RId\nSLXT\r\n=cA9c\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_3.0.1_1535952487826_0.8546839158588324"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.2": {
			"name": "write-json-file",
			"version": "3.0.2",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava && tsd-check"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^5.0.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"pify": "^4.0.0",
				"sort-keys": "^2.0.0",
				"write-file-atomic": "^2.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^2.0.0",
				"tsd-check": "^0.2.1",
				"xo": "*"
			},
			"gitHead": "ff3ce3a2ea41f4863d9bef3c3832315f3f485938",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@3.0.2",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-VE2pKv0vNAi2xzAYE187/a6Zfe5Y1Pblmeu3gS0sKmdyZgtEqDGUWWjwu5MJ4XzdHTiy4/VBQqoIco3dlJ/diQ==",
				"shasum": "e2eba1a2c88271382198a49e4e8655253e4886e7",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.0.2.tgz",
				"fileCount": 5,
				"unpackedSize": 7296,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmN8pCRA9TVsSAnZWagAAC3wP/2+tk14qcCuA/Dp0zrA7\nTgt8OGPV9NX+xTQ3VnhxW+aZxQwSTesgUGPUx7/75MCuG+gLBH+dEMtR1ojT\nrdZebJgfXaoltgC8wuEASdGHeobAJEUqy+rrG4kAvNE5jN0td3eoUYtJyyLJ\nH9evPENsi+UKdW9jgl/w1xODEIWo/OoBkByRZBF1sODjV78B4L45R4elmXof\nkhf3pDi/W2UmweHAQd3z1vlO+LTUeg/KrCqyqCZAgwW6mehK4CDuYho226d3\ni1Lb/z9viUo5DYiZ16UanxfH9SKk2IM4PVi9gBi6lhjp5osMIE4RsNXdQE8t\n3ulIv8FLVfDlFLgyRUq+BZvyLithuilVy3HCOAbWRU1zdDSGzDv1eqfdVJ38\nr9trKCadO2WpnDKzzEUNeGsNOZI0rJ+554GzcE5WTCnfz1YRtOztsKwjrhYy\nYHqeCoNuphXMj5UPnqejVyqPOoou3IorA/Wxp+heTzcwZdM+hU3T1ldkzdax\n63yly9ywJvSihjFQiLz8Kwtire1U4TZJDKQRgM2sXtRw14jhVLeRPdkvFKlu\n9UC77VlgUPVx1rzAaqeseXVTWEdGDCU63r7wdPtsRwKCLUd2HGHlb3jdJ2n6\n0NQMxGUqywLrAa72i3R5sls6CBdKO8F4KQUadrAUXiQtem0g7yvQr0fr2hn1\nlzVC\r\n=SfZe\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_3.0.2_1536745257033_0.12113898616737062"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "write-json-file",
			"version": "3.1.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava && tsd-check"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^5.0.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"pify": "^4.0.0",
				"sort-keys": "^2.0.0",
				"write-file-atomic": "^2.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"tempfile": "^2.0.0",
				"tsd-check": "^0.2.1",
				"xo": "*"
			},
			"gitHead": "70ebfd1db217a44dc645288a3aea0db43b8352d1",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@3.1.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-37tm31CeWsTKZtM6UZYcxNBv/Vs1ta4oTm5h3bxiNkIxwU7KxXgSb4OL/g8M/XAEJL4dIi2muYSRzeJOWCqBZw==",
				"shasum": "4f1d95a37d1348acd1f5a741e060261036b40b24",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.1.0.tgz",
				"fileCount": 5,
				"unpackedSize": 7273,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYpjpCRA9TVsSAnZWagAAsG0QAII7I+2s6ieFXDkpK/1g\nqDxdR5gtODzmw2ynptndm7KEFKLR80N8tgZnCR42Etc0ET8OT4TFv8CkDVd7\nk+SGJlsj2CrIA+BHxWBBQyMCFZlar5Cp2opR69dkbLX9VzLmSb8GBeguggrV\n5c45C1/nNNyrglODIph3BoYDU/ZpY5SZQl7CN1KHOG0kcpaLVytzp8dVNgD0\nvCOZqh+Qnbj1aP2fN6f5KCEGpZqSiBIIeR/IFOOvpbk5x2lnAwAWR09FIEaR\nwVVl6044+kDA4AXvYlXLtvowHCmQ4ZQBZXisAP30tJqaqbpV6ygGarLd/kEh\npvuD/eINc7+2gksmByh/p+TdYeAf6foYsghkD1cNPDxwtuk4Hztk4//yFyTn\nMcW70iUOpXLnPmT5IiE47FJsN6QKxcjZQV81E5TRUj7QrB8U+MG0fOn7JuuU\ngOpG9EGxHMHstJ+T7P7OJqnU8S9iLjoifB/C+SC2sU77cP2FUI4IJcvnvS6s\n5rHkPLtYvpHZdmkTv4ho/APpf+H3anrBTvFPwJt9GPptfaKVGkvF9w5c8mGV\nKRwBzENoS8IxxUcAQLXo/XodDKfVXO6DYis5vKEpMGwq6YHHQFdEoUojBd/r\nzyehKw+ljXfCmxa3W378ec0NSISxpk1OmUJbPdI052gmH7WL9yuzC7O0gNpD\nXpBp\r\n=kyM9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_3.1.0_1549965545055_0.14646493470187538"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "write-json-file",
			"version": "3.2.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"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"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tempfile": "^2.0.0",
				"tsd": "^0.7.2",
				"xo": "^0.24.0"
			},
			"gitHead": "6b5ca11b1f4f3996b5e9ce290c445c8c4a2f50db",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@3.2.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.15.1",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==",
				"shasum": "65bbdc9ecd8a1458e15952770ccbadfcff5fe62a",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.2.0.tgz",
				"fileCount": 5,
				"unpackedSize": 7461,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcqM2ACRA9TVsSAnZWagAAnYAP/jZtZ3gLWR2jiDFxgLxg\n9lnlM4/zsw55Tb8IcUgQIWTlvtBdQAwL4fI1kZtz1tKdZZH6ON3TgNiWpQOW\n4nWVh5ZN5NVg1wCahDn9JnD0bt/5wx7RAZcXn1rcoM4yD0wZxsANTzf7n+/e\nApBXC0nDQSZN6Rt2/bQ1NBMVd+J0vwi7YMh0ZEnfX0waL43Vt0vLyr8+J6m+\noOMpeuq0IPNC2Yq0xtGcsHBYFNKHVcplHKdm/h0Xdsx4SFR0GTRJNZ2qgDpg\nvSiSapx4t8h+XyDE6ldvem3VqeclJMXdKh3HBHW5Ay4N1cqL8XSXidXHK9l1\no2UYKWzeVCpG2xxFdeSugvMXk9tPKWACEzJloDTd4hd/hWrS+s4GewhVrElj\nwVRtnPAapI2QCJoEUpkztV9oH6zSf7Oe65ws75+ADRjTcnrgJVXg6WOMCD93\n2OaU6s5RyfRDi3EnmLd4kiRDxJLB17wfMI5FrkXmvM9Y4067zDh85Ota2vjH\n10u7IIBaBUU2wP69s7ATZbEd5y0/i9xDcFooRfTfK6jzbg+lyfdbB/vpaiPt\nZ54DBEBKFMwmGypv+kMIh/HbfB+PIartdFGv+mMWiyqUAcJ0yDEsOfHgqvCz\ndSs3b1QVCe+yQOgfrMibmuAF+rrEBeN1sTIL0tQzoDzQvC2x83urX/hzrcQ8\nCL/O\r\n=up7L\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_3.2.0_1554566527667_0.3441063625854759"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "write-json-file",
			"version": "4.0.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=8"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^6.0.0",
				"graceful-fs": "^4.1.15",
				"make-dir": "^3.0.0",
				"sort-keys": "^3.0.0",
				"write-file-atomic": "^2.4.2"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tempy": "^0.3.0",
				"tsd": "^0.7.3",
				"xo": "^0.24.0"
			},
			"gitHead": "79f7061a70da64d2fc38b2e9bd56eaea126c7413",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@4.0.0",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ak8Ww3Me8G9jD1XcFyXV4HTX0HGISBrJu09JYx/v+WINBOdJAge7wVH1BGhOnJxaFM1ufUevjlrrgiZz8Vwj7w==",
				"shasum": "a04889c36fde42ac4100f05dfd9793d09c97d6c5",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 7206,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc47fpCRA9TVsSAnZWagAA824P/iuJpVRdM60c7sPFQZZO\nPG0iuKhjB7RJnxzkyAiAMlZKShbDFOXmCtmVRWHh8djJl7q7FcJHPMipIF0G\nLIjBemcd0n6IlMBEzwv6Fu0J13LNgFK1iNFKfMnOTSFzsdN8/FFf6bcQVsxU\nNu+0LnfPSQ+BmQxwn+gRUfo8HoOiP+S372olXeQ2E99uGPbCYtgmxDwvgYWB\nF77CGJVP5xoy7revH+QOsU3IxsNYDgRSFqwzU1q3TVwbs7go/0IT00NVJ6QM\nPVc8fBKtwXTRs6m9Ot1SIBvMPGVp+yptRVeZmlGRqxqY4i+QhigKlhLkmvW2\ngu0dQsAuSJ25EZ7NY+swSL6lz9WpiVolPXpS6aIM4LzyUSGzkyHY5OlPj04r\nUQ43lswh7izWK9R6sSzRA5DhS0+NJ5ryULRXaO/esuWjjFnUcOFtzYVae0QG\nJGupWvsMa9AG4PVEy7bjmaRdt24jSGSDCQgnSPadL7KgnbwZHcBBPiEc1Ig5\nYJI8y3MIUfqRIGdMZJUFSt27RplGulo6mSWCY3+j6K+ZoTxgDOuDeXn6XHeR\nvZChWuVTiLMiKDIzuQwKkJV6ind4e1RvGLmjlQOox70P7+XYVTj1NmcvczE9\nYz98ee0LfryPPvIgyFkeMCyKpBsX+WXM9hJdOMw2uEYFSVLKK6EiyIPUOLX+\ncVng\r\n=/Exw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_4.0.0_1558427625329_0.3037884876251329"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.1.0": {
			"name": "write-json-file",
			"version": "4.1.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=8"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^6.0.0",
				"graceful-fs": "^4.1.15",
				"make-dir": "^3.0.0",
				"sort-keys": "^3.0.0",
				"write-file-atomic": "^3.0.0"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tempy": "^0.3.0",
				"tsd": "^0.7.3",
				"xo": "^0.24.0"
			},
			"gitHead": "34a5a177a67c9ed539689ad85c8d8890819dc4fb",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@4.1.0",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-6k5DbY25RqGahOesErT6rLynAVorm4HhG7+40NkYyPpMApwQDsnx8jP3/tY84iMIb3WmbXlhpoHGNEPAbE1y1w==",
				"shasum": "2271477275eb9a0fe89e87bcfe5c72a0d87c3efa",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.1.0.tgz",
				"fileCount": 5,
				"unpackedSize": 7152,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6NLICRA9TVsSAnZWagAAbbMQAIEHTV1+te25DvaMFsOU\nChnGPOPqBLE4q2ewSHkjc3l/VfJkeFO24Hc4duH96PRQX0RVqjV+R9gTEMQ/\nsKYkdc0+GeqMteZvw4m1MTXK77JQljNVZkfGln5cHUZ+FJrcfGHZ/2Cjw1wS\nV61hgwlisdpd3dOe0vq4C3mhbegWrm/Q5LgmVVk3iki5ZFf0chhZQBt244ft\nPZthEB1OWFFdkeWA8eiV1GMO90+wZuztPysM9/XdKCcXoFfsurTt1DbiQzL2\nJlKx27RGL2/mHbg7jwyy6qO0fDMw3/16hUQwVfbzHK3otq/xxYHwZCDePYWP\nRwkxKNgybsBOLVkIiQpzDQfg7GzTAq0s957hwqkuqY6K0Pi5BWTwQkvGlyPH\nA+h8uNCiBb7yRFdQ/JKOKlQ544isVLapGyLB/csGlQ/uRqF7bnD1HKmtjE+N\nsdbAMq9viJ1ac4xLBpN/QK//l0TXDT0ZhHAzDOdmdPpLKImL33FI7PQW1/pW\nodwAb1hIvwi8XPB3r71bdXpS47OKN5y1nBGrNSi/fMBp9oJLFIOJWLOEmyX9\nyjTEfwC+ZBK2svpeK7dDv/Larpv7H107E6inaDfJlVpji42UM/gxLBxNPlLO\nkETLumRZfGK3E7W1xiGRWTquq0N4z8rbpUo82P58/boY1LZXtxXBTya8Ot2U\nvmLK\r\n=icFU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_4.1.0_1558762183845_0.2942794972433571"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.1.1": {
			"name": "write-json-file",
			"version": "4.1.1",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=8"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^6.0.0",
				"graceful-fs": "^4.1.15",
				"is-plain-obj": "^2.0.0",
				"make-dir": "^3.0.0",
				"sort-keys": "^3.0.0",
				"write-file-atomic": "^3.0.0"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tempy": "^0.3.0",
				"tsd": "^0.7.3",
				"xo": "^0.24.0"
			},
			"gitHead": "5b66b0eb5f5ddba9b44d6f6f66c4b7b90950efea",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@4.1.1",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-wHI383JJbaZeaxWAk57LeX8iq7od/nfDbp/Hkk31al5rmYvc0gtt4lkw+nt8KJW8u9Uy9GcoHeYE3v6BUl0ZUw==",
				"shasum": "d527936d9f32696ac5a0448c6d424db3724036c4",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.1.1.tgz",
				"fileCount": 5,
				"unpackedSize": 7244,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdGZ0PCRA9TVsSAnZWagAA710P/A+HWy2WN+T9qGmgx+N4\nX7bnHcIzXchvqJ2/LkW80gZOCQVySM0aEEiS9w1cMKNdzNrOIa8E74Atsoa2\naXoCcM6uBdWaPklm3VjLh9XPq1PPXWeswC3wvw+KL1pjEivRJk2GUp3q0YRx\nFXOCREouBH2gW+MRS0EDbhviN3MFNkyta1hzp00sIUI9I99kjF4a4uFRC+UB\nFUOehuh1EhLftT9K2lL7W4z1wD9OfSEttGrgD+fuCMW18kxyCn94ZLLtTbpn\nyPKrDXMO8v78FkXj22Q0pss+gKsQ7YCJLWz7EgZQ+VGdhCrGxz4cOCYE/J8f\nDEKUZICO7bSPJ+6fptRHFkr7T6pCuv/d7Eyf0s+RRU9h/IUzkYT/JBrMkQs5\nA7cSixDDEpE4+cgAbGMd0mUdRxaSJFH83mXrna32hzj28KU0npJAvOvV9trB\niw+fcwOGmm9XNdrFHWy2JGjX2VA12GDHJBAiualWUzx8IHB+LeFJtxyFFMpm\nF90SzRAiHtdq1ss9jT/H+TCWxrPTpUB75HHbRAZTj+Fr/NscSTtOGkTxgOuc\nK012cNyhjpJd7fIp4M1qV7ChZx0iC12BvLZUSSDxi35lkKE1pymC6gM9h9bD\nwKQgmn4HzI46jhSWNMuh22jptfkuSMQQc1XpUqkplIc7+TZYnzak0biBaREV\nR8V2\r\n=nfp7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_4.1.1_1561959694437_0.6597226320607832"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.2.0": {
			"name": "write-json-file",
			"version": "4.2.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=8"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^6.0.0",
				"graceful-fs": "^4.1.15",
				"is-plain-obj": "^2.0.0",
				"make-dir": "^3.0.0",
				"sort-keys": "^3.0.0",
				"write-file-atomic": "^3.0.0"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tempy": "^0.3.0",
				"tsd": "^0.7.3",
				"xo": "^0.24.0"
			},
			"gitHead": "909f83531b2691fc1e2cc0b1b3ccd53ef449d973",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@4.2.0",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-PUmPZDcQZRO+w69pGGepxt5r8USK3KTDy5758dOAEzDaL5a6gbe5EPkyOfo28DRT/cruPRiMaAy9XZnDHHoBjQ==",
				"shasum": "85a853ef1c28feb206bd56c2903fe19a6803c7ac",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.2.0.tgz",
				"fileCount": 5,
				"unpackedSize": 7506,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQIr4CRA9TVsSAnZWagAASA0P/1yNH2MxA/5UO+qWF6IE\nEHSqcBTBrwbPpyHBFc1Ft0uJMTLuO87vcGFNL8mLRD4L+nY8XSNOuJsKcMLm\nKlyhNcEcqweERU1a8Ix7xA0yccerraZoppLnGEVeqlMQQMjVQnReCko+0xWP\njKeOY2BtxCPNNujs7VuTrgquS7mtpWM44teXtMlquhMfGH3YD8J8xuUzA/lf\nbJxUPIFWIoSkD9/joTYLOiZTC9xCX3YxK0PFSr9orrGvV1f6WbcOrLVPlTXv\nTAGjrhaT1C6kW+Qu/qMzxmTaMbrdvcxrEz3T7AHwTuYu7z5zscx61dhw7b4V\nQ16XI6iWpptd0rYklbaAt0uY9n0Np5oKOzsnl83vGEvNfv4rN9J/rMEox3Sc\n67v/UVvEYu/7iqqtuQAdqVIFwPFiejLtTtj9fFqb7JrOrOzgKnO5d/4Nn00y\n2tM8v9NzN3X6pmS7UTnXpsrqi1daEr94VIY/mQXtm4XNfMdKXrerm/ZLvRsF\nqTOneryV77g1ZxHfMLPiSNnQEy1cSk+puTWEI4gUFg4bB8fqyX5qVZCajmLb\nbJaS2rHx/ioenGohJJ3GIcgHaPk3JjjjXhxc+qNTd8C6KUZ+7wSMeJLBP0Ah\nZJgnpp7pyLRM8z/5BGaKU0YoNO9CULaIEgN29n4bFnKl/fSQen1auYcRRdo9\n9ytY\r\n=iZso\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_4.2.0_1564510967711_0.31841075436550814"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.2.1": {
			"name": "write-json-file",
			"version": "4.2.1",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=8.3"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^6.0.0",
				"graceful-fs": "^4.1.15",
				"is-plain-obj": "^2.0.0",
				"make-dir": "^3.0.0",
				"sort-keys": "^3.0.0",
				"write-file-atomic": "^3.0.0"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tempy": "^0.3.0",
				"tsd": "^0.7.3",
				"xo": "^0.24.0"
			},
			"gitHead": "ff4e4b4d994992feeca5cbbc55692216a6654560",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@4.2.1",
			"_nodeVersion": "10.17.0",
			"_npmVersion": "6.11.3",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-nkmp9weFMmE0Zev48m6sr9zU2iHO2BemwqfIasXny4DzIKIoKt9WEbgdMW0pwk9DmzC8jzSwixkjgK2vu1zw4g==",
				"shasum": "ddd5ef9d9bae6f8129629410caaa9c79556b8541",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.2.1.tgz",
				"fileCount": 5,
				"unpackedSize": 8013,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0CJVCRA9TVsSAnZWagAAG8AP/0NGCwyTDEdJQEjoys0O\npK5aBiPBn0qXoaH+qgc0T0CLVqfOJk/HDym5pceSjmQuQDYfWSQFeMQ4Rzcs\nFSc+7mTbw87QTO5S58M75IsSsZOp/pjUeJNpGBIMGM9oMsWrmAw2GU1j1Fph\nPdTkEf+gtvoWlbsfwhqY74tXQwodEoK8rtC6gC8RxdsDeam1TL0rsFJlNzLA\n+yShhs5yNH+nPxtV0dBwkV3EOL7VJqIbKm1kF1OD6xJJzCu7a+yIuK/885F2\nnRnJkyhqwaxEkTGNuoeZZXUiHrR4nz4FQhu4T73Rbt8bXLOE0PEqZgQ0VFP3\n4rL1q9rAnw2MuD+CPMCelFuPUVd0r3GwoEL7VBQ+jH9AISwapJUYtSFbQr2r\nYHvsOAMNLwSifTyFds0s9yykFoxkboC1wpHEsYQVZUjEDyzytHmkGsXjEy8c\n4Dbe8KfGz+mb35/WcyiTrn9ZPvVZjiiQ/rF99Vykzyz6PaeTpwFdk+ANAmlB\n2O2EChyZA6Jge7zES2Y7PmBbm0S4phuaN8jfmLJJ6YmfbgbbJA6QSyEA1NLU\n/qscRv8twCazQ4a6mtoxiCaZVaNStlVDFuxcSu7EEcZkjV+EW4VwP/APQI+w\nEge8Mnh5x7pds5BP0m0CpcjVL6+FEROAZprlIuJakycKKjTHvIjAY+ruhWG/\nj3iC\r\n=5F8C\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_4.2.1_1573921364949_0.5567712625334045"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.3.0": {
			"name": "write-json-file",
			"version": "4.3.0",
			"description": "Stringify and write JSON to a file atomically",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/write-json-file.git"
			},
			"funding": "https://github.com/sponsors/sindresorhus",
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=8.3"
			},
			"scripts": {
				"test": "xo && ava && tsd"
			},
			"keywords": [
				"write",
				"json",
				"stringify",
				"file",
				"fs",
				"graceful",
				"stable",
				"sort",
				"newline",
				"indent",
				"atomic",
				"atomically"
			],
			"dependencies": {
				"detect-indent": "^6.0.0",
				"graceful-fs": "^4.1.15",
				"is-plain-obj": "^2.0.0",
				"make-dir": "^3.0.0",
				"sort-keys": "^4.0.0",
				"write-file-atomic": "^3.0.0"
			},
			"devDependencies": {
				"ava": "^1.4.1",
				"tempy": "^0.3.0",
				"tsd": "^0.8.0",
				"xo": "^0.25.3"
			},
			"gitHead": "f5368def23b3b3668fc7ea1b5b4571f41d6cd886",
			"bugs": {
				"url": "https://github.com/sindresorhus/write-json-file/issues"
			},
			"homepage": "https://github.com/sindresorhus/write-json-file#readme",
			"_id": "write-json-file@4.3.0",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.7",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-PxiShnxf0IlnQuMYOPPhPkhExoCQuTUNPOa/2JWCYTmBquU9njyyDuwRKN26IZBlp4yn1nt+Agh2HOOBl+55HQ==",
				"shasum": "908493d6fd23225344af324016e4ca8f702dd12d",
				"tarball": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.3.0.tgz",
				"fileCount": 5,
				"unpackedSize": 8013,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePSXZCRA9TVsSAnZWagAAkZ0P/0Xen3PE70UIn1z/UDUz\nINz/dI/lhie2O7+nHCmy0dSgeruB85BJPozGj8ukBOkI+MIqNONNT61nP/r8\nMABxRP5hcz2YW5FMlI0byEscbu9Euk/halt8htZOSp2KpzgYn6dLwypZrCyD\nM+BZV0MeP2lknGfJvKv4wVVF7u1xrCfEUwUglzJzM2L/30E3TF+yg/8YSEab\nwyOYwGukU1sauzH46LWvgfXHGX9CzHau13+b5eQRzd7kKNYM/TcrwcdOu/2d\nllahC53hGP8E4v2B1TCqeN2UrI6/yTpLGeTJkR1WUb5vyqFKDoek+W35JDfj\ngpu4azAyMPCPuEc6SOnk4B1RdYHc/ZYYWWRyFfkZgwbF8YVuwRoanPxnH/WJ\nmFgjas/D2qtQyEZJioVVUpGkRMhzJOEYBsuva6PjJEN7wRpSJzJU2qox54aV\n3NkRc88EOc7f6VGtusPGvN+8/zLddjZOBtLeVySgIiVJzJFWOxtvXvsVmoap\nMPKBZLeV5q2OxGsQ+6/8AZ+gX/gaiuFTN8O6y8nIY39AcIvvEqbQUMM1sQxk\nhfcWukQ3EicyzlrMcEfajnAbH6PBLSetSUjyXyuX59bV2zwEVv0f4R2xHHOr\n33fK+WUs6shE0EN3BI+sGwNtX10yPP6tK7PITLnPVH+1z9pS5vnEu5wGmiZo\nlq2M\r\n=+0Wk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/write-json-file_4.3.0_1581065689358_0.9744439218400434"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-02-07T08:54:55.082Z",
		"created": "2015-09-02T06:34:15.268Z",
		"1.0.0": "2015-09-02T06:34:15.268Z",
		"1.1.0": "2015-09-02T08:30:19.965Z",
		"1.1.1": "2015-09-04T07:54:26.809Z",
		"1.2.0": "2015-11-14T19:48:20.213Z",
		"2.0.0": "2016-04-30T17:25:49.591Z",
		"2.1.0": "2017-05-12T06:57:46.132Z",
		"2.2.0": "2017-05-27T13:44:19.599Z",
		"2.3.0": "2017-10-11T12:41:54.241Z",
		"3.0.0": "2018-08-27T07:36:08.444Z",
		"3.0.1": "2018-09-03T05:28:08.026Z",
		"3.0.2": "2018-09-12T09:40:57.169Z",
		"3.1.0": "2019-02-12T09:59:05.200Z",
		"3.2.0": "2019-04-06T16:02:07.889Z",
		"4.0.0": "2019-05-21T08:33:45.412Z",
		"4.1.0": "2019-05-25T05:29:44.054Z",
		"4.1.1": "2019-07-01T05:41:34.605Z",
		"4.2.0": "2019-07-30T18:22:47.809Z",
		"4.2.1": "2019-11-16T16:22:45.087Z",
		"4.3.0": "2020-02-07T08:54:49.528Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.3.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"061839e4730d0e494ca099cbff21ac6b\"",
			"fetched": 1600679790595
		}
	},
	"_distfiles": {
		"write-json-file-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-1.0.0.tgz",
			"sha": "56f33e6683bb160b7b106781cc66c22399d47c57",
			"registry": "npmjs"
		},
		"write-json-file-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-1.1.0.tgz",
			"sha": "298dfd2e19df5b2b5c09e0001161dbd9d38fdd59",
			"registry": "npmjs"
		},
		"write-json-file-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-1.1.1.tgz",
			"sha": "823fb95489d8bcf569465115b34b16c5cf9ef4f8",
			"registry": "npmjs"
		},
		"write-json-file-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-1.2.0.tgz",
			"sha": "2d5dfe96abc3c889057c93971aa4005efb548134",
			"registry": "npmjs"
		},
		"write-json-file-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.0.0.tgz",
			"sha": "0eaec981fcf9288dbc2806cbd26e06ab9bdca4ed",
			"registry": "npmjs"
		},
		"write-json-file-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.1.0.tgz",
			"sha": "ba1cf3ac7ee89db26c3d528986e48421389046b7",
			"registry": "npmjs"
		},
		"write-json-file-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.2.0.tgz",
			"sha": "51862506bbb3b619eefab7859f1fd6c6d0530876",
			"registry": "npmjs"
		},
		"write-json-file-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.3.0.tgz",
			"sha": "2b64c8a33004d54b8698c76d585a77ceb61da32f",
			"registry": "npmjs"
		},
		"write-json-file-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.0.0.tgz",
			"sha": "fb0b2ecaa6636644ebdb26d8b9265cf9701a33f1",
			"registry": "npmjs"
		},
		"write-json-file-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.0.1.tgz",
			"sha": "8f0ee42defa4f0423ba2894a04ca81b87f1777e9",
			"registry": "npmjs"
		},
		"write-json-file-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.0.2.tgz",
			"sha": "e2eba1a2c88271382198a49e4e8655253e4886e7",
			"registry": "npmjs"
		},
		"write-json-file-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.1.0.tgz",
			"sha": "4f1d95a37d1348acd1f5a741e060261036b40b24",
			"registry": "npmjs"
		},
		"write-json-file-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.2.0.tgz",
			"sha": "65bbdc9ecd8a1458e15952770ccbadfcff5fe62a",
			"registry": "npmjs"
		},
		"write-json-file-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.0.0.tgz",
			"sha": "a04889c36fde42ac4100f05dfd9793d09c97d6c5",
			"registry": "npmjs"
		},
		"write-json-file-4.1.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.1.0.tgz",
			"sha": "2271477275eb9a0fe89e87bcfe5c72a0d87c3efa",
			"registry": "npmjs"
		},
		"write-json-file-4.1.1.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.1.1.tgz",
			"sha": "d527936d9f32696ac5a0448c6d424db3724036c4",
			"registry": "npmjs"
		},
		"write-json-file-4.2.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.2.0.tgz",
			"sha": "85a853ef1c28feb206bd56c2903fe19a6803c7ac",
			"registry": "npmjs"
		},
		"write-json-file-4.2.1.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.2.1.tgz",
			"sha": "ddd5ef9d9bae6f8129629410caaa9c79556b8541",
			"registry": "npmjs"
		},
		"write-json-file-4.3.0.tgz": {
			"url": "https://registry.npmjs.org/write-json-file/-/write-json-file-4.3.0.tgz",
			"sha": "908493d6fd23225344af324016e4ca8f702dd12d",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"write-json-file-2.3.0.tgz": {
			"shasum": "2b64c8a33004d54b8698c76d585a77ceb61da32f"
		},
		"write-json-file-3.2.0.tgz": {
			"shasum": "65bbdc9ecd8a1458e15952770ccbadfcff5fe62a"
		}
	},
	"_rev": "3-f13154ed2089efe9",
	"_id": "write-json-file",
	"readme": "# write-json-file [![Build Status](https://travis-ci.org/sindresorhus/write-json-file.svg?branch=master)](https://travis-ci.org/sindresorhus/write-json-file)\n\n> Stringify and write JSON to a file [atomically](https://github.com/npm/write-file-atomic)\n\nCreates directories for you as needed.\n\n## Install\n\n```\n$ npm install write-json-file\n```\n\n## Usage\n\n```js\nconst writeJsonFile = require('write-json-file');\n\n(async () => {\n\tawait writeJsonFile('foo.json', {foo: true});\n})();\n```\n\n## API\n\n### writeJsonFile(filePath, data, options?)\n\nReturns a `Promise`.\n\n### writeJsonFile.sync(filePath, data, options?)\n\n#### options\n\nType: `object`\n\n##### indent\n\nType: `string | number`\\\nDefault: `'\\t'`\n\nIndentation as a string or number of spaces.\n\nPass in `undefined` for no formatting.\n\n##### detectIndent\n\nType: `boolean`\\\nDefault: `false`\n\nDetect indentation automatically if the file exists.\n\n##### sortKeys\n\nType: `boolean | Function`\\\nDefault: `false`\n\nSort the keys recursively.\n\nOptionally pass in a [`compare`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort) function.\n\n##### replacer\n\nType: `Function`\n\nPassed into [`JSON.stringify`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#The_replacer_parameter).\n\n##### mode\n\nType: `number`\\\nDefault: `0o666`\n\n[Mode](https://en.wikipedia.org/wiki/File_system_permissions#Numeric_notation) used when writing the file.\n\n## write-json-file for enterprise\n\nAvailable as part of the Tidelift Subscription.\n\nThe maintainers of write-json-file and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-write-json-file?utm_source=npm-write-json-file&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)\n\n## Related\n\n- [load-json-file](https://github.com/sindresorhus/load-json-file) - Read and parse a JSON file\n- [make-dir](https://github.com/sindresorhus/make-dir) - Make a directory and its parents if needed"
}