1
|
{
|
2
|
"name": "fs-write-stream-atomic",
|
3
|
"version": "1.0.10",
|
4
|
"description": "Like `fs.createWriteStream(...)`, but atomic.",
|
5
|
"main": "index.js",
|
6
|
"directories": {
|
7
|
"test": "test"
|
8
|
},
|
9
|
"dependencies": {
|
10
|
"graceful-fs": "^4.1.2",
|
11
|
"iferr": "^0.1.5",
|
12
|
"imurmurhash": "^0.1.4",
|
13
|
"readable-stream": "1 || 2"
|
14
|
},
|
15
|
"devDependencies": {
|
16
|
"rimraf": "^2.4.4",
|
17
|
"standard": "^5.4.1",
|
18
|
"tap": "^2.3.1"
|
19
|
},
|
20
|
"scripts": {
|
21
|
"test": "standard && tap --coverage test/*.js"
|
22
|
},
|
23
|
"repository": {
|
24
|
"type": "git",
|
25
|
"url": "https://github.com/npm/fs-write-stream-atomic"
|
26
|
},
|
27
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
28
|
"license": "ISC",
|
29
|
"bugs": {
|
30
|
"url": "https://github.com/npm/fs-write-stream-atomic/issues"
|
31
|
},
|
32
|
"homepage": "https://github.com/npm/fs-write-stream-atomic"
|
33
|
}
|