fast-write-atomic
Version:
Fast way to write a file atomically, for Node.js
42 lines (41 loc) • 990 B
JSON
{
"name": "fast-write-atomic",
"version": "0.2.1",
"description": "Fast way to write a file atomically, for Node.js",
"main": "index.js",
"scripts": {
"test": "standard | snazzy && tap test/*test.js",
"cov": "tap --100 test/*test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/fast-write-atomic.git"
},
"keywords": [
"file",
"write",
"atomic"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/fast-write-atomic/issues"
},
"homepage": "https://github.com/mcollina/fast-write-atomic#readme",
"devDependencies": {
"fastbench": "^1.0.1",
"graceful-fs": "^4.1.15",
"husky": "^1.3.0",
"proxyquire": "^2.1.0",
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"tap": "^12.1.1",
"write-file-atomic": "^2.3.0"
},
"dependencies": {},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
}
}