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.

82 lines
1.9 KiB

{
"_args": [
[
"write-file-atomic@~1.1.2",
"/Users/rebecca/code/npm"
]
],
"_from": "write-file-atomic@>=1.1.2 <1.2.0",
"_id": "write-file-atomic@1.1.3",
"_inCache": true,
"_location": "/write-file-atomic",
"_nodeVersion": "3.1.0",
"_npmUser": {
"email": "me@re-becca.org",
"name": "iarna"
},
"_npmVersion": "3.3.0",
"_phantomChildren": {},
"_requested": {
"name": "write-file-atomic",
"raw": "write-file-atomic@~1.1.2",
"rawSpec": "~1.1.2",
"scope": null,
"spec": ">=1.1.2 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_shasum": "60eaca258a0b559b37aca82b21d64a293b4b90d0",
"_shrinkwrap": null,
"_spec": "write-file-atomic@~1.1.2",
"_where": "/Users/rebecca/code/npm",
"author": {
"email": "me@re-becca.org",
"name": "Rebecca Turner",
"url": "http://re-becca.org"
},
"bugs": {
"url": "https://github.com/iarna/write-file-atomic/issues"
},
"dependencies": {
"graceful-fs": "^4.1.2",
"slide": "^1.1.5"
},
"description": "Write files in an atomic fashion w/configurable ownership",
"devDependencies": {
"require-inject": "^1.1.0",
"tap": "^0.4.12"
},
"directories": {},
"dist": {
"shasum": "60eaca258a0b559b37aca82b21d64a293b4b90d0",
"tarball": "http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.3.tgz"
},
"gitHead": "65a1e2e156c0d0bfb7acac2e039b943d6ec9876d",
"homepage": "https://github.com/iarna/write-file-atomic",
"installable": true,
"keywords": [
"atomic",
"writeFile"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "iarna",
"email": "me@re-becca.org"
}
],
"name": "write-file-atomic",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.1.3"
}