UNPKG

ut-tools

Version:

Build and Release management automation package.

52 lines (51 loc) 929 B
{ "name": "write-json-file", "version": "4.3.0", "description": "Stringify and write JSON to a file atomically", "license": "MIT", "repository": "sindresorhus/write-json-file", "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" }, "files": [ "index.js", "index.d.ts" ], "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" } }