diff options
Diffstat (limited to 'node_modules/write-file-atomic/package.json')
| -rw-r--r-- | node_modules/write-file-atomic/package.json | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/node_modules/write-file-atomic/package.json b/node_modules/write-file-atomic/package.json deleted file mode 100644 index ee494fcd1..000000000 --- a/node_modules/write-file-atomic/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "write-file-atomic", - "version": "2.3.0", - "description": "Write files in an atomic fashion w/configurable ownership", - "main": "index.js", - "scripts": { - "test": "standard && tap --100 test/*.js" - }, - "repository": { - "type": "git", - "url": "git@github.com:iarna/write-file-atomic.git" - }, - "keywords": [ - "writeFile", - "atomic" - ], - "author": "Rebecca Turner <me@re-becca.org> (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.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "devDependencies": { - "mkdirp": "^0.5.1", - "require-inject": "^1.4.0", - "rimraf": "^2.5.4", - "standard": "^10.0.2", - "tap": "^10.3.2" - }, - "files": [ - "index.js" - ] -} |
