{ "_from": "with-open-file@^0.1.6", "_id": "with-open-file@0.1.6", "_inBundle": false, "_integrity": "sha512-SQS05JekbtwQSgCYlBsZn/+m2gpn4zWsqpCYIrCHva0+ojXcnmUEPsBN6Ipoz3vmY/81k5PvYEWSxER2g4BTqA==", "_location": "/with-open-file", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "with-open-file@^0.1.6", "name": "with-open-file", "escapedName": "with-open-file", "rawSpec": "^0.1.6", "saveSpec": null, "fetchSpec": "^0.1.6" }, "_requiredBy": [ "/@expo/schemer/read-chunk" ], "_resolved": "https://registry.npmjs.org/with-open-file/-/with-open-file-0.1.6.tgz", "_shasum": "0bc178ecab75f6baac8ae11c85e07445d690ea50", "_spec": "with-open-file@^0.1.6", "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/schemer/node_modules/read-chunk", "author": { "name": "Raphael von der GrĂ¼n", "email": "raphinesse@gmail.com" }, "bugs": { "url": "https://github.com/raphinesse/with-open-file/issues" }, "bundleDependencies": false, "dependencies": { "p-finally": "^1.0.0", "p-try": "^2.1.0", "pify": "^4.0.1" }, "deprecated": false, "description": "Do stuff with an open file, knowing it will finally be closed", "devDependencies": { "ava": "^1.4.1", "delay": "^4.1.0", "nyc": "^13.3.0", "rewire": "^4.0.1", "sinon": "^7.3.1", "xo": "^0.24.0" }, "engines": { "node": ">=6" }, "files": [ "index.js" ], "homepage": "https://github.com/raphinesse/with-open-file#readme", "keywords": [ "node", "node.js", "close", "fd", "file", "finally", "fs", "open", "with" ], "license": "MIT", "name": "with-open-file", "prettier": { "bracketSpacing": true, "semi": false, "singleQuote": true, "trailingComma": "es5" }, "repository": { "type": "git", "url": "git+https://github.com/raphinesse/with-open-file.git" }, "scripts": { "test": "xo && nyc ava" }, "version": "0.1.6", "xo": { "space": 2, "prettier": true } }