1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_from": "with-open-file@^0.1.6",
- "_id": "with-open-file@0.1.7",
- "_inBundle": false,
- "_integrity": "sha512-ecJS2/oHtESJ1t3ZfMI3B7KIDKyfN0O16miWxdn30zdh66Yd3LsRFebXZXq6GU4xfxLf6nVxp9kIqElb5fqczA==",
- "_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": [
- "/read-chunk"
- ],
- "_resolved": "https://registry.npmjs.org/with-open-file/-/with-open-file-0.1.7.tgz",
- "_shasum": "e2de8d974e8a8ae6e58886be4fe8e7465b58a729",
- "_spec": "with-open-file@^0.1.6",
- "_where": "/Users/christian/Documents/artesanias/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": "^14.1.1",
- "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.7",
- "xo": {
- "space": 2,
- "prettier": true
- }
- }
|