hz-zhhq-web/node_modules/foreground-child/package.json

147 lines
3.9 KiB
JSON

{
"_from": "foreground-child@^3.1.0",
"_id": "foreground-child@3.3.0",
"_inBundle": false,
"_integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
"_location": "/foreground-child",
"_phantomChildren": {
"isexe": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "foreground-child@^3.1.0",
"name": "foreground-child",
"escapedName": "foreground-child",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/js-beautify/glob"
],
"_resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.0.tgz",
"_shasum": "0ac8644c06e431439f8561db8ecf29a7b5519c77",
"_spec": "foreground-child@^3.1.0",
"_where": "E:\\hz-zhhq-web\\node_modules\\js-beautify\\node_modules\\glob",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/tapjs/foreground-child/issues"
},
"bundleDependencies": false,
"dependencies": {
"cross-spawn": "^7.0.0",
"signal-exit": "^4.0.1"
},
"deprecated": false,
"description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.15.11",
"@types/tap": "^15.0.8",
"prettier": "^3.3.2",
"tap": "^19.2.5",
"tshy": "^1.15.1",
"typedoc": "^0.24.2",
"typescript": "^5.0.2"
},
"engines": {
"node": ">=14"
},
"exports": {
"./watchdog": {
"import": {
"source": "./src/watchdog.ts",
"types": "./dist/esm/watchdog.d.ts",
"default": "./dist/esm/watchdog.js"
},
"require": {
"source": "./src/watchdog.ts",
"types": "./dist/commonjs/watchdog.d.ts",
"default": "./dist/commonjs/watchdog.js"
}
},
"./proxy-signals": {
"import": {
"source": "./src/proxy-signals.ts",
"types": "./dist/esm/proxy-signals.d.ts",
"default": "./dist/esm/proxy-signals.js"
},
"require": {
"source": "./src/proxy-signals.ts",
"types": "./dist/commonjs/proxy-signals.d.ts",
"default": "./dist/commonjs/proxy-signals.js"
}
},
"./package.json": "./package.json",
".": {
"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
}
},
"files": [
"dist"
],
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"homepage": "https://github.com/tapjs/foreground-child#readme",
"license": "ISC",
"main": "./dist/commonjs/index.js",
"name": "foreground-child",
"prettier": {
"experimentalTernaries": true,
"semi": false,
"printWidth": 75,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "lf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/foreground-child.git"
},
"scripts": {
"format": "prettier --write . --log-level warn",
"postversion": "npm publish",
"prepare": "tshy",
"prepublishOnly": "git push origin --follow-tags",
"presnap": "npm run prepare",
"pretest": "npm run prepare",
"preversion": "npm test",
"snap": "tap",
"test": "tap",
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
},
"tap": {
"typecheck": true
},
"tshy": {
"exports": {
"./watchdog": "./src/watchdog.ts",
"./proxy-signals": "./src/proxy-signals.ts",
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"type": "module",
"types": "./dist/commonjs/index.d.ts",
"version": "3.3.0"
}