mirror of https://github.com/lukechilds/node.git
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
57 lines
1.4 KiB
{
|
|
"name": "write-file-atomic",
|
|
"version": "1.1.2",
|
|
"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": "b721f8a71223bcf162f1ee4ff4677f31de1c061f",
|
|
"_id": "write-file-atomic@1.1.2",
|
|
"_shasum": "ff3d61f1c2f5bb71e8ebe491a7157bf7d60435a4",
|
|
"_from": "write-file-atomic@>=1.1.2 <1.2.0",
|
|
"_npmVersion": "2.7.6",
|
|
"_nodeVersion": "1.6.2",
|
|
"_npmUser": {
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"dist": {
|
|
"shasum": "ff3d61f1c2f5bb71e8ebe491a7157bf7d60435a4",
|
|
"tarball": "http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.2.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.2.tgz"
|
|
}
|
|
|