+12
-17
lines changedFilter options
+12
-17
lines changed Original file line number Diff line number Diff line change
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
};
5
5
Object.defineProperty(exports, "__esModule", { value: true });
6
-
exports.foregroundChild = exports.normalizeFgArgs = void 0;
6
+
exports.normalizeFgArgs = void 0;
7
+
exports.foregroundChild = foregroundChild;
7
8
const child_process_1 = require("child_process");
8
9
const cross_spawn_1 = __importDefault(require("cross-spawn"));
9
10
const signal_exit_1 = require("signal-exit");
@@ -118,6 +119,5 @@ function foregroundChild(...fgArgs) {
118
119
}
119
120
return child;
120
121
}
121
-
exports.foregroundChild = foregroundChild;
122
122
const isPromise = (o) => !!o && typeof o === 'object' && typeof o.then === 'function';
123
123
//# sourceMappingURL=index.js.map
Original file line number Diff line number Diff line change
@@ -1,43 +1,37 @@
1
1
{
2
2
"name": "foreground-child",
3
-
"version": "3.3.0",
3
+
"version": "3.3.1",
4
4
"description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
5
5
"main": "./dist/commonjs/index.js",
6
6
"types": "./dist/commonjs/index.d.ts",
7
7
"exports": {
8
8
"./watchdog": {
9
9
"import": {
10
-
"source": "./src/watchdog.ts",
11
10
"types": "./dist/esm/watchdog.d.ts",
12
11
"default": "./dist/esm/watchdog.js"
13
12
},
14
13
"require": {
15
-
"source": "./src/watchdog.ts",
16
14
"types": "./dist/commonjs/watchdog.d.ts",
17
15
"default": "./dist/commonjs/watchdog.js"
18
16
}
19
17
},
20
18
"./proxy-signals": {
21
19
"import": {
22
-
"source": "./src/proxy-signals.ts",
23
20
"types": "./dist/esm/proxy-signals.d.ts",
24
21
"default": "./dist/esm/proxy-signals.js"
25
22
},
26
23
"require": {
27
-
"source": "./src/proxy-signals.ts",
28
24
"types": "./dist/commonjs/proxy-signals.d.ts",
29
25
"default": "./dist/commonjs/proxy-signals.js"
30
26
}
31
27
},
32
28
"./package.json": "./package.json",
33
29
".": {
34
30
"import": {
35
-
"source": "./src/index.ts",
36
31
"types": "./dist/esm/index.d.ts",
37
32
"default": "./dist/esm/index.js"
38
33
},
39
34
"require": {
40
-
"source": "./src/index.ts",
41
35
"types": "./dist/commonjs/index.d.ts",
42
36
"default": "./dist/commonjs/index.js"
43
37
}
@@ -50,7 +44,7 @@
50
44
"node": ">=14"
51
45
},
52
46
"dependencies": {
53
-
"cross-spawn": "^7.0.0",
47
+
"cross-spawn": "^7.0.6",
54
48
"signal-exit": "^4.0.1"
55
49
},
56
50
"scripts": {
@@ -91,8 +85,8 @@
91
85
"@types/node": "^18.15.11",
92
86
"@types/tap": "^15.0.8",
93
87
"prettier": "^3.3.2",
94
-
"tap": "^19.2.5",
95
-
"tshy": "^1.15.1",
88
+
"tap": "^21.1.0",
89
+
"tshy": "^3.0.2",
96
90
"typedoc": "^0.24.2",
97
91
"typescript": "^5.0.2"
98
92
},
@@ -107,5 +101,6 @@
107
101
".": "./src/index.ts"
108
102
}
109
103
},
110
-
"type": "module"
104
+
"type": "module",
105
+
"module": "./dist/esm/index.js"
111
106
}
Original file line number Diff line number Diff line change
@@ -8457,13 +8457,13 @@
8457
8457
}
8458
8458
},
8459
8459
"node_modules/foreground-child": {
8460
-
"version": "3.3.0",
8461
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
8462
-
"integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
8460
+
"version": "3.3.1",
8461
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
8462
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
8463
8463
"inBundle": true,
8464
8464
"license": "ISC",
8465
8465
"dependencies": {
8466
-
"cross-spawn": "^7.0.0",
8466
+
"cross-spawn": "^7.0.6",
8467
8467
"signal-exit": "^4.0.1"
8468
8468
},
8469
8469
"engines": {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4