You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.0 KiB
36 lines
1.0 KiB
5 years ago
|
{
|
||
|
"name": "fs-write-stream-atomic",
|
||
|
"version": "1.0.10",
|
||
|
"description": "Like `fs.createWriteStream(...)`, but atomic.",
|
||
|
"main": "index.js",
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"graceful-fs": "^4.1.2",
|
||
|
"iferr": "^0.1.5",
|
||
|
"imurmurhash": "^0.1.4",
|
||
|
"readable-stream": "1 || 2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"rimraf": "^2.4.4",
|
||
|
"standard": "^5.4.1",
|
||
|
"tap": "^2.3.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "standard && tap --coverage test/*.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/npm/fs-write-stream-atomic"
|
||
|
},
|
||
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/npm/fs-write-stream-atomic/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/npm/fs-write-stream-atomic",
|
||
|
"__npminstall_done": "Fri Jan 03 2020 18:02:10 GMT+0800 (GMT+08:00)",
|
||
|
"_from": "fs-write-stream-atomic@1.0.10",
|
||
|
"_resolved": "https://registry.npm.taobao.org/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz"
|
||
|
}
|