promisify-child-process
Version:
seriously like the best async child process library
56 lines (55 loc) • 1.19 kB
JSON
{
"name": "promisify-child-process",
"version": "5.0.1",
"description": "seriously like the best async child process library",
"engines": {
"node": ">=16"
},
"types": "index.d.cts",
"type": "module",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/jcoreio/promisify-child-process.git"
},
"keywords": [
"child",
"process",
"child_process",
"exec",
"spawn",
"execFile",
"fork",
"promise",
"promises",
"async",
"await",
"thenable"
],
"author": "Andy Edwards",
"license": "MIT",
"bugs": {
"url": "https://github.com/jcoreio/promisify-child-process/issues"
},
"homepage": "https://github.com/jcoreio/promisify-child-process#readme",
"main": "index.cjs",
"module": "index.js",
"exports": {
"./package.json": "./package.json",
".": {
"types": {
"import": "./index.d.ts",
"default": "./index.d.cts"
},
"import": "./index.js",
"default": "./index.cjs"
}
},
"packageManager": "pnpm@10.6.5",
"dependencies": {
"@babel/runtime": "^7.26.0"
},
"@jcoreio/toolchain": {
"migratedVersion": "5.8.8"
}
}