![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/write-file-atomic/ |
{ "name": "write-file-atomic", "version": "2.4.3", "description": "Write files in an atomic fashion w/configurable ownership", "main": "index.js", "scripts": { "test": "standard && tap --100 test/*.js", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "repository": { "type": "git", "url": "[email protected]:iarna/write-file-atomic.git" }, "keywords": [ "writeFile", "atomic" ], "author": "Rebecca Turner <[email protected]> (http://re-becca.org)", "license": "ISC", "bugs": { "url": "https://github.com/iarna/write-file-atomic/issues" }, "homepage": "https://github.com/iarna/write-file-atomic", "dependencies": { "graceful-fs": "^4.1.11", "imurmurhash": "^0.1.4", "signal-exit": "^3.0.2" }, "devDependencies": { "mkdirp": "^0.5.1", "require-inject": "^1.4.0", "rimraf": "^2.5.4", "standard": "^12.0.1", "tap": "^12.1.3" }, "files": [ "index.js" ] }