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.3",
|
|
"description": "Write files in an atomic fashion w/configurable ownership",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://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": "^4.1.2",
|
|
"slide": "^1.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"require-inject": "^1.1.0",
|
|
"tap": "^0.4.12"
|
|
},
|
|
"gitHead": "65a1e2e156c0d0bfb7acac2e039b943d6ec9876d",
|
|
"_id": "write-file-atomic@1.1.3",
|
|
"_shasum": "60eaca258a0b559b37aca82b21d64a293b4b90d0",
|
|
"_from": "write-file-atomic@1.1.3",
|
|
"_npmVersion": "3.3.0",
|
|
"_nodeVersion": "3.1.0",
|
|
"_npmUser": {
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"dist": {
|
|
"shasum": "60eaca258a0b559b37aca82b21d64a293b4b90d0",
|
|
"tarball": "http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.3.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.3.tgz"
|
|
}
|
|
|