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.
 
 
 
 
 
 

57 lines
1.4 KiB

{
"name": "fs-write-stream-atomic",
"version": "1.0.3",
"description": "Like `fs.createWriteStream(...)`, but atomic.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"graceful-fs": "^3.0.2"
},
"devDependencies": {
"tap": "^0.4.12"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/fs-write-stream-atomic"
},
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "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",
"gitHead": "78573c09271f3ec672740862dad80be3d75e1963",
"_id": "fs-write-stream-atomic@1.0.3",
"_shasum": "c8fe17f66d7d3f50e9aee59195c358e7710372cc",
"_from": "fs-write-stream-atomic@1.0.3",
"_npmVersion": "2.7.6",
"_nodeVersion": "1.6.2",
"_npmUser": {
"name": "iarna",
"email": "me@re-becca.org"
},
"dist": {
"shasum": "c8fe17f66d7d3f50e9aee59195c358e7710372cc",
"tarball": "http://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.3.tgz"
},
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
},
{
"name": "iarna",
"email": "me@re-becca.org"
}
],
"_resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.3.tgz"
}