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.
107 lines
2.6 KiB
107 lines
2.6 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "write-file-atomic@1.3.1",
|
|
"scope": null,
|
|
"escapedName": "write-file-atomic",
|
|
"name": "write-file-atomic",
|
|
"rawSpec": "1.3.1",
|
|
"spec": "1.3.1",
|
|
"type": "version"
|
|
},
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "write-file-atomic@1.3.1",
|
|
"_id": "write-file-atomic@1.3.1",
|
|
"_inCache": true,
|
|
"_location": "/write-file-atomic",
|
|
"_nodeVersion": "7.3.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/write-file-atomic-1.3.1.tgz_1483776142964_0.11427561868913472"
|
|
},
|
|
"_npmUser": {
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"_npmVersion": "4.1.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "write-file-atomic@1.3.1",
|
|
"scope": null,
|
|
"escapedName": "write-file-atomic",
|
|
"name": "write-file-atomic",
|
|
"rawSpec": "1.3.1",
|
|
"spec": "1.3.1",
|
|
"type": "version"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.1.tgz",
|
|
"_shasum": "7d45ba32316328dd1ec7d90f60ebc0d845bb759a",
|
|
"_shrinkwrap": null,
|
|
"_spec": "write-file-atomic@1.3.1",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"name": "Rebecca Turner",
|
|
"email": "me@re-becca.org",
|
|
"url": "http://re-becca.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/iarna/write-file-atomic/issues"
|
|
},
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11",
|
|
"imurmurhash": "^0.1.4",
|
|
"slide": "^1.1.5"
|
|
},
|
|
"description": "Write files in an atomic fashion w/configurable ownership",
|
|
"devDependencies": {
|
|
"mkdirp": "^0.5.1",
|
|
"require-inject": "^1.4.0",
|
|
"rimraf": "^2.5.4",
|
|
"standard": "^5.4.1",
|
|
"tap": "^2.3.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "7d45ba32316328dd1ec7d90f60ebc0d845bb759a",
|
|
"tarball": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.1.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "56fef5763513905d7e43aa685adad80002445474",
|
|
"homepage": "https://github.com/iarna/write-file-atomic",
|
|
"keywords": [
|
|
"writeFile",
|
|
"atomic"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
}
|
|
],
|
|
"name": "write-file-atomic",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap --coverage test/*.js"
|
|
},
|
|
"version": "1.3.1"
|
|
}
|
|
|