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.
 
 
 
 
 
 

56 lines
1.4 KiB

{
"name": "write-file-atomic",
"version": "1.1.0",
"description": "Write files in an atomic fashion w/configurable ownership",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:iarna/write-file-atomic.git"
},
"keywords": [
"writeFile",
"atomic"
],
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "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": "^3.0.2",
"slide": "^1.1.5"
},
"devDependencies": {
"require-inject": "^1.1.0",
"tap": "^0.4.12"
},
"gitHead": "28e4df86547c6728eab0b51bca6f00cf44ef392c",
"_id": "write-file-atomic@1.1.0",
"_shasum": "e114cfb8f82188353f98217c5945451c9b4dc060",
"_from": "write-file-atomic@>=1.1.0 <2.0.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "iarna",
"email": "me@re-becca.org"
},
"maintainers": [
{
"name": "iarna",
"email": "me@re-becca.org"
}
],
"dist": {
"shasum": "e114cfb8f82188353f98217c5945451c9b4dc060",
"tarball": "http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.0.tgz"
}