1{ 2 "_args": [ 3 [ 4 "fs-write-stream-atomic@1.0.10", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "fs-write-stream-atomic@1.0.10", 9 "_id": "fs-write-stream-atomic@1.0.10", 10 "_inBundle": false, 11 "_integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", 12 "_location": "/fs-write-stream-atomic", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "fs-write-stream-atomic@1.0.10", 18 "name": "fs-write-stream-atomic", 19 "escapedName": "fs-write-stream-atomic", 20 "rawSpec": "1.0.10", 21 "saveSpec": null, 22 "fetchSpec": "1.0.10" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/copy-concurrently", 27 "/move-concurrently" 28 ], 29 "_resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", 30 "_spec": "1.0.10", 31 "_where": "/Users/rebecca/code/npm", 32 "author": { 33 "name": "Isaac Z. Schlueter", 34 "email": "i@izs.me", 35 "url": "http://blog.izs.me/" 36 }, 37 "bugs": { 38 "url": "https://github.com/npm/fs-write-stream-atomic/issues" 39 }, 40 "dependencies": { 41 "graceful-fs": "^4.1.2", 42 "iferr": "^0.1.5", 43 "imurmurhash": "^0.1.4", 44 "readable-stream": "1 || 2" 45 }, 46 "description": "Like `fs.createWriteStream(...)`, but atomic.", 47 "devDependencies": { 48 "rimraf": "^2.4.4", 49 "standard": "^5.4.1", 50 "tap": "^2.3.1" 51 }, 52 "directories": { 53 "test": "test" 54 }, 55 "homepage": "https://github.com/npm/fs-write-stream-atomic", 56 "license": "ISC", 57 "main": "index.js", 58 "name": "fs-write-stream-atomic", 59 "repository": { 60 "type": "git", 61 "url": "git+https://github.com/npm/fs-write-stream-atomic.git" 62 }, 63 "scripts": { 64 "test": "standard && tap --coverage test/*.js" 65 }, 66 "version": "1.0.10" 67} 68