UNPKG

write-json5-file

Version:
56 lines (55 loc) 1.13 kB
{ "name": "write-json5-file", "version": "3.1.0", "description": "Stringify and write JSON to a file atomically", "main": "index.js", "engines": { "node": ">=10.12" }, "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "standard && tape test.js", "md": "mos" }, "repository": "https://github.com/zkochan/packages/tree/master/write-json5-file", "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } }, "keywords": [ "write", "json5", "stringify", "file", "fs", "graceful", "atomic", "atomically" ], "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", "url": "https://www.kochan.io" }, "license": "MIT", "homepage": "https://github.com/zkochan/packages/tree/master/write-json5-file#readme", "dependencies": { "json5": "^2.2.0", "sort-keys": "^4.2.0", "write-file-atomic": "^3.0.3" }, "devDependencies": { "mos": "2.0.0-alpha.3", "mos-plugin-readme": "^1.0.4", "standard": "^16.0.3", "tape": "^5.1.1", "tempfile": "^3.0.0" } }