You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"_from": "write-file-atomic@^1.1.2",
|
|
"_id": "write-file-atomic@1.3.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=",
|
|
"_location": "/write-file-atomic",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "write-file-atomic@^1.1.2",
|
|
"name": "write-file-atomic",
|
|
"escapedName": "write-file-atomic",
|
|
"rawSpec": "^1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/caching-transform",
|
|
"/configstore",
|
|
"/write-json-file"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.4.tgz",
|
|
"_shasum": "f807a4f0b1d9e913ae7a48112e6cc3af1991b45f",
|
|
"_spec": "write-file-atomic@^1.1.2",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/write-json-file",
|
|
"author": {
|
|
"name": "Rebecca Turner",
|
|
"email": "me@re-becca.org",
|
|
"url": "http://re-becca.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/iarna/write-file-atomic/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11",
|
|
"imurmurhash": "^0.1.4",
|
|
"slide": "^1.1.5"
|
|
},
|
|
"deprecated": false,
|
|
"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": "^9.0.2",
|
|
"tap": "^10.3.2"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/iarna/write-file-atomic",
|
|
"keywords": [
|
|
"writeFile",
|
|
"atomic"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "write-file-atomic",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap --coverage test/*.js"
|
|
},
|
|
"version": "1.3.4"
|
|
}
|