{
	"name": "@tiagonapoli/execa",
	"version": "2.0.4",
	"description": "Process execution for humans",
	"license": "MIT",
	"repository": "tiagonapoli/execa",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"engines": {
		"node": "^8.12.0 || >=9.7.0"
	},
	"scripts": {
		"test": "nyc ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts",
		"lib"
	],
	"keywords": [
		"exec",
		"child",
		"process",
		"execute",
		"fork",
		"execfile",
		"spawn",
		"file",
		"shell",
		"bin",
		"binary",
		"binaries",
		"npm",
		"path",
		"local"
	],
	"dependencies": {
		"cross-spawn": "^6.0.5",
		"end-of-stream": "^1.4.1",
		"get-stream": "^5.0.0",
		"is-stream": "^2.0.0",
		"merge-stream": "^2.0.0",
		"npm-run-path": "^3.0.0",
		"onetime": "^5.1.0",
		"p-finally": "^2.0.0",
		"signal-exit": "^3.0.2",
		"strip-final-newline": "^2.0.0"
	},
	"devDependencies": {
		"@types/node": "^12.0.7",
		"ava": "^2.1.0",
		"coveralls": "^3.0.4",
		"is-running": "^2.1.0",
		"nyc": "^14.1.1",
		"p-event": "^4.1.0",
		"tempfile": "^3.0.0",
		"tsd": "^0.7.3",
		"xo": "^0.24.0"
	},
	"nyc": {
		"exclude": [
			"**/fixtures/**",
			"**/test.js",
			"**/test/**"
		]
	}
}
