@slicemachine/init 2.3.1-dev-next-release.4 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/SliceMachineInitProcess.cjs +46 -22
- package/dist/SliceMachineInitProcess.cjs.map +1 -1
- package/dist/SliceMachineInitProcess.d.ts +2 -1
- package/dist/SliceMachineInitProcess.js +44 -20
- package/dist/SliceMachineInitProcess.js.map +1 -1
- package/dist/_node_modules/@babel/code-frame/lib/index.cjs +2 -2
- package/dist/_node_modules/@babel/code-frame/lib/index.js +2 -2
- package/dist/_node_modules/@babel/helper-validator-identifier/lib/index.cjs +1 -1
- package/dist/_node_modules/@babel/helper-validator-identifier/lib/index.js +1 -1
- package/dist/_node_modules/@babel/highlight/lib/index.cjs +3 -3
- package/dist/_node_modules/@babel/highlight/lib/index.js +3 -3
- package/dist/_node_modules/@nodelib/fs.scandir/out/index.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.scandir/out/index.js +1 -1
- package/dist/_node_modules/@nodelib/fs.scandir/out/providers/async.cjs +2 -2
- package/dist/_node_modules/@nodelib/fs.scandir/out/providers/async.js +2 -2
- package/dist/_node_modules/@nodelib/fs.scandir/out/providers/sync.cjs +2 -2
- package/dist/_node_modules/@nodelib/fs.scandir/out/providers/sync.js +2 -2
- package/dist/_node_modules/@nodelib/fs.scandir/out/settings.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.scandir/out/settings.js +1 -1
- package/dist/_node_modules/@nodelib/fs.scandir/out/utils/index.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.scandir/out/utils/index.js +1 -1
- package/dist/_node_modules/@nodelib/fs.stat/out/index.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.stat/out/index.js +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/index.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/index.js +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/readers/async.cjs +3 -3
- package/dist/_node_modules/@nodelib/fs.walk/out/readers/async.cjs.map +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/readers/async.js +3 -3
- package/dist/_node_modules/@nodelib/fs.walk/out/readers/async.js.map +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/readers/sync.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/readers/sync.js +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/settings.cjs +1 -1
- package/dist/_node_modules/@nodelib/fs.walk/out/settings.js +1 -1
- package/dist/_node_modules/cross-spawn/index.cjs +30 -0
- package/dist/_node_modules/cross-spawn/index.cjs.map +1 -0
- package/dist/_node_modules/cross-spawn/index.js +31 -0
- package/dist/_node_modules/cross-spawn/index.js.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/enoent.cjs +47 -0
- package/dist/_node_modules/cross-spawn/lib/enoent.cjs.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/enoent.js +47 -0
- package/dist/_node_modules/cross-spawn/lib/enoent.js.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/parse.cjs +64 -0
- package/dist/_node_modules/cross-spawn/lib/parse.cjs.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/parse.js +64 -0
- package/dist/_node_modules/cross-spawn/lib/parse.js.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/util/escape.cjs +22 -0
- package/dist/_node_modules/cross-spawn/lib/util/escape.cjs.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/util/escape.js +23 -0
- package/dist/_node_modules/cross-spawn/lib/util/escape.js.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/util/readShebang.cjs +21 -0
- package/dist/_node_modules/cross-spawn/lib/util/readShebang.cjs.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/util/readShebang.js +21 -0
- package/dist/_node_modules/cross-spawn/lib/util/readShebang.js.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/util/resolveCommand.cjs +42 -0
- package/dist/_node_modules/cross-spawn/lib/util/resolveCommand.cjs.map +1 -0
- package/dist/_node_modules/cross-spawn/lib/util/resolveCommand.js +42 -0
- package/dist/_node_modules/cross-spawn/lib/util/resolveCommand.js.map +1 -0
- package/dist/_node_modules/dir-glob/index.cjs +2 -2
- package/dist/_node_modules/dir-glob/index.js +2 -2
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/core.cjs +275 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/core.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/core.js +275 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/core.js.map +1 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/main.cjs +53 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/main.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/main.js +53 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/main.js.map +1 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/realtime.cjs +18 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/realtime.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/realtime.js +18 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/realtime.js.map +1 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/signals.cjs +27 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/signals.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/signals.js +27 -0
- package/dist/_node_modules/execa/_node_modules/human-signals/build/src/signals.js.map +1 -0
- package/dist/_node_modules/execa/_node_modules/is-stream/index.cjs +11 -0
- package/dist/_node_modules/execa/_node_modules/is-stream/index.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/is-stream/index.js +11 -0
- package/dist/_node_modules/execa/_node_modules/is-stream/index.js.map +1 -0
- package/dist/_node_modules/execa/_node_modules/mimic-fn/index.cjs +46 -0
- package/dist/_node_modules/execa/_node_modules/mimic-fn/index.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/mimic-fn/index.js +47 -0
- package/dist/_node_modules/execa/_node_modules/mimic-fn/index.js.map +1 -0
- package/dist/_node_modules/execa/_node_modules/npm-run-path/index.cjs +34 -0
- package/dist/_node_modules/execa/_node_modules/npm-run-path/index.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/npm-run-path/index.js +34 -0
- package/dist/_node_modules/execa/_node_modules/npm-run-path/index.js.map +1 -0
- package/dist/_node_modules/execa/_node_modules/onetime/index.cjs +32 -0
- package/dist/_node_modules/execa/_node_modules/onetime/index.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/onetime/index.js +33 -0
- package/dist/_node_modules/execa/_node_modules/onetime/index.js.map +1 -0
- package/dist/_node_modules/execa/_node_modules/path-key/index.cjs +13 -0
- package/dist/_node_modules/execa/_node_modules/path-key/index.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/path-key/index.js +14 -0
- package/dist/_node_modules/execa/_node_modules/path-key/index.js.map +1 -0
- package/dist/_node_modules/execa/_node_modules/strip-final-newline/index.cjs +14 -0
- package/dist/_node_modules/execa/_node_modules/strip-final-newline/index.cjs.map +1 -0
- package/dist/_node_modules/execa/_node_modules/strip-final-newline/index.js +15 -0
- package/dist/_node_modules/execa/_node_modules/strip-final-newline/index.js.map +1 -0
- package/dist/_node_modules/execa/index.cjs +147 -0
- package/dist/_node_modules/execa/index.cjs.map +1 -0
- package/dist/_node_modules/execa/index.js +147 -0
- package/dist/_node_modules/execa/index.js.map +1 -0
- package/dist/_node_modules/execa/lib/command.cjs +37 -0
- package/dist/_node_modules/execa/lib/command.cjs.map +1 -0
- package/dist/_node_modules/execa/lib/command.js +37 -0
- package/dist/_node_modules/execa/lib/command.js.map +1 -0
- package/dist/_node_modules/execa/lib/error.cjs +73 -0
- package/dist/_node_modules/execa/lib/error.cjs.map +1 -0
- package/dist/_node_modules/execa/lib/error.js +73 -0
- package/dist/_node_modules/execa/lib/error.js.map +1 -0
- package/dist/_node_modules/execa/lib/kill.cjs +80 -0
- package/dist/_node_modules/execa/lib/kill.cjs.map +1 -0
- package/dist/_node_modules/execa/lib/kill.js +80 -0
- package/dist/_node_modules/execa/lib/kill.js.map +1 -0
- package/dist/_node_modules/execa/lib/pipe.cjs +37 -0
- package/dist/_node_modules/execa/lib/pipe.cjs.map +1 -0
- package/dist/_node_modules/execa/lib/pipe.js +37 -0
- package/dist/_node_modules/execa/lib/pipe.js.map +1 -0
- package/dist/_node_modules/execa/lib/promise.cjs +30 -0
- package/dist/_node_modules/execa/lib/promise.cjs.map +1 -0
- package/dist/_node_modules/execa/lib/promise.js +30 -0
- package/dist/_node_modules/execa/lib/promise.js.map +1 -0
- package/dist/_node_modules/execa/lib/stdio.cjs +26 -0
- package/dist/_node_modules/execa/lib/stdio.cjs.map +1 -0
- package/dist/_node_modules/execa/lib/stdio.js +26 -0
- package/dist/_node_modules/execa/lib/stdio.js.map +1 -0
- package/dist/_node_modules/execa/lib/stream.cjs +81 -0
- package/dist/_node_modules/execa/lib/stream.cjs.map +1 -0
- package/dist/_node_modules/execa/lib/stream.js +81 -0
- package/dist/_node_modules/execa/lib/stream.js.map +1 -0
- package/dist/_node_modules/execa/lib/verbose.cjs +20 -0
- package/dist/_node_modules/execa/lib/verbose.cjs.map +1 -0
- package/dist/_node_modules/execa/lib/verbose.js +20 -0
- package/dist/_node_modules/execa/lib/verbose.js.map +1 -0
- package/dist/_node_modules/fast-glob/out/index.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/index.js +1 -1
- package/dist/_node_modules/fast-glob/out/managers/tasks.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/managers/tasks.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/deep.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/deep.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/entry.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/entry.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/error.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/filters/error.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/matchers/matcher.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/matchers/matcher.js +1 -1
- package/dist/_node_modules/fast-glob/out/providers/transformers/entry.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/providers/transformers/entry.js +1 -1
- package/dist/_node_modules/fast-glob/out/readers/async.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/readers/async.js +1 -1
- package/dist/_node_modules/fast-glob/out/readers/reader.cjs +2 -2
- package/dist/_node_modules/fast-glob/out/readers/reader.js +2 -2
- package/dist/_node_modules/fast-glob/out/readers/stream.cjs +2 -2
- package/dist/_node_modules/fast-glob/out/readers/stream.js +2 -2
- package/dist/_node_modules/fast-glob/out/readers/sync.cjs +2 -2
- package/dist/_node_modules/fast-glob/out/readers/sync.js +2 -2
- package/dist/_node_modules/fast-glob/out/utils/index.cjs +1 -1
- package/dist/_node_modules/fast-glob/out/utils/index.js +1 -1
- package/dist/_node_modules/get-stream/buffer-stream.cjs +43 -0
- package/dist/_node_modules/get-stream/buffer-stream.cjs.map +1 -0
- package/dist/_node_modules/get-stream/buffer-stream.js +43 -0
- package/dist/_node_modules/get-stream/buffer-stream.js.map +1 -0
- package/dist/_node_modules/get-stream/index.cjs +59 -0
- package/dist/_node_modules/get-stream/index.cjs.map +1 -0
- package/dist/_node_modules/get-stream/index.js +60 -0
- package/dist/_node_modules/get-stream/index.js.map +1 -0
- package/dist/_node_modules/globby/utilities.cjs +2 -2
- package/dist/_node_modules/globby/utilities.cjs.map +1 -1
- package/dist/_node_modules/isexe/index.cjs +56 -0
- package/dist/_node_modules/isexe/index.cjs.map +1 -0
- package/dist/_node_modules/isexe/index.js +56 -0
- package/dist/_node_modules/isexe/index.js.map +1 -0
- package/dist/_node_modules/isexe/mode.cjs +40 -0
- package/dist/_node_modules/isexe/mode.cjs.map +1 -0
- package/dist/_node_modules/isexe/mode.js +40 -0
- package/dist/_node_modules/isexe/mode.js.map +1 -0
- package/dist/_node_modules/isexe/windows.cjs +47 -0
- package/dist/_node_modules/isexe/windows.cjs.map +1 -0
- package/dist/_node_modules/isexe/windows.js +47 -0
- package/dist/_node_modules/isexe/windows.js.map +1 -0
- package/dist/_node_modules/js-tokens/index.cjs +1 -1
- package/dist/_node_modules/js-tokens/index.js +1 -1
- package/dist/_node_modules/lines-and-columns/build/index.cjs +1 -1
- package/dist/_node_modules/lines-and-columns/build/index.js +1 -1
- package/dist/_node_modules/meow/_node_modules/find-up/index.cjs +2 -2
- package/dist/_node_modules/meow/_node_modules/find-up/index.cjs.map +1 -1
- package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/index.cjs +1 -1
- package/dist/_node_modules/meow/_node_modules/hosted-git-info/lib/index.js +1 -1
- package/dist/_node_modules/meow/_node_modules/locate-path/index.cjs +2 -2
- package/dist/_node_modules/meow/_node_modules/locate-path/index.cjs.map +1 -1
- package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/index.cjs +1 -1
- package/dist/_node_modules/meow/_node_modules/read-pkg/_node_modules/hosted-git-info/index.js +1 -1
- package/dist/_node_modules/meow/_node_modules/read-pkg/index.cjs +2 -2
- package/dist/_node_modules/meow/_node_modules/read-pkg/index.cjs.map +1 -1
- package/dist/_node_modules/meow/index.cjs +2 -2
- package/dist/_node_modules/meow/index.cjs.map +1 -1
- package/dist/_node_modules/merge-stream/index.cjs +39 -0
- package/dist/_node_modules/merge-stream/index.cjs.map +1 -0
- package/dist/_node_modules/merge-stream/index.js +40 -0
- package/dist/_node_modules/merge-stream/index.js.map +1 -0
- package/dist/_node_modules/parse-json/index.cjs +2 -2
- package/dist/_node_modules/parse-json/index.js +2 -2
- package/dist/_node_modules/path-key/index.cjs +16 -0
- package/dist/_node_modules/path-key/index.cjs.map +1 -0
- package/dist/_node_modules/path-key/index.js +16 -0
- package/dist/_node_modules/path-key/index.js.map +1 -0
- package/dist/_node_modules/path-type/index.cjs +1 -1
- package/dist/_node_modules/path-type/index.js +1 -1
- package/dist/_node_modules/shebang-command/index.cjs +18 -0
- package/dist/_node_modules/shebang-command/index.cjs.map +1 -0
- package/dist/_node_modules/shebang-command/index.js +18 -0
- package/dist/_node_modules/shebang-command/index.js.map +1 -0
- package/dist/_node_modules/shebang-regex/index.cjs +5 -0
- package/dist/_node_modules/shebang-regex/index.cjs.map +1 -0
- package/dist/_node_modules/shebang-regex/index.js +5 -0
- package/dist/_node_modules/shebang-regex/index.js.map +1 -0
- package/dist/_node_modules/signal-exit/index.cjs +150 -0
- package/dist/_node_modules/signal-exit/index.cjs.map +1 -0
- package/dist/_node_modules/signal-exit/index.js +151 -0
- package/dist/_node_modules/signal-exit/index.js.map +1 -0
- package/dist/_node_modules/signal-exit/signals.cjs +45 -0
- package/dist/_node_modules/signal-exit/signals.cjs.map +1 -0
- package/dist/_node_modules/signal-exit/signals.js +45 -0
- package/dist/_node_modules/signal-exit/signals.js.map +1 -0
- package/dist/_node_modules/which/which.cjs +96 -0
- package/dist/_node_modules/which/which.cjs.map +1 -0
- package/dist/_node_modules/which/which.js +96 -0
- package/dist/_node_modules/which/which.js.map +1 -0
- package/dist/_virtual/escape.cjs +5 -0
- package/dist/_virtual/escape.cjs.map +1 -0
- package/dist/_virtual/escape.js +5 -0
- package/dist/_virtual/escape.js.map +1 -0
- package/dist/_virtual/index10.cjs +2 -2
- package/dist/_virtual/index10.js +2 -2
- package/dist/_virtual/index11.cjs +2 -2
- package/dist/_virtual/index11.js +2 -2
- package/dist/_virtual/index12.cjs +2 -2
- package/dist/_virtual/index12.js +2 -2
- package/dist/_virtual/index13.cjs +2 -2
- package/dist/_virtual/index13.js +2 -2
- package/dist/_virtual/index14.cjs +2 -2
- package/dist/_virtual/index14.js +2 -2
- package/dist/_virtual/index15.cjs +2 -2
- package/dist/_virtual/index15.js +2 -2
- package/dist/_virtual/index16.cjs +2 -2
- package/dist/_virtual/index16.js +2 -2
- package/dist/_virtual/index17.cjs +2 -2
- package/dist/_virtual/index17.js +2 -2
- package/dist/_virtual/index18.cjs +5 -0
- package/dist/_virtual/index18.cjs.map +1 -0
- package/dist/_virtual/index18.js +5 -0
- package/dist/_virtual/index18.js.map +1 -0
- package/dist/_virtual/index19.cjs +5 -0
- package/dist/_virtual/index19.cjs.map +1 -0
- package/dist/_virtual/index19.js +5 -0
- package/dist/_virtual/index19.js.map +1 -0
- package/dist/_virtual/index20.cjs +5 -0
- package/dist/_virtual/index20.cjs.map +1 -0
- package/dist/_virtual/index20.js +5 -0
- package/dist/_virtual/index20.js.map +1 -0
- package/dist/_virtual/index21.cjs +5 -0
- package/dist/_virtual/index21.cjs.map +1 -0
- package/dist/_virtual/index21.js +5 -0
- package/dist/_virtual/index21.js.map +1 -0
- package/dist/_virtual/index4.cjs +2 -2
- package/dist/_virtual/index4.js +2 -2
- package/dist/_virtual/index5.cjs +2 -2
- package/dist/_virtual/index5.js +2 -2
- package/dist/_virtual/index6.cjs +2 -2
- package/dist/_virtual/index6.js +2 -2
- package/dist/_virtual/index7.cjs +2 -2
- package/dist/_virtual/index7.js +2 -2
- package/dist/_virtual/index8.cjs +2 -2
- package/dist/_virtual/index8.js +2 -2
- package/dist/_virtual/index9.cjs +2 -2
- package/dist/_virtual/index9.js +2 -2
- package/dist/_virtual/signals.cjs +5 -0
- package/dist/_virtual/signals.cjs.map +1 -0
- package/dist/_virtual/signals.js +5 -0
- package/dist/_virtual/signals.js.map +1 -0
- package/dist/cli.cjs +5 -0
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +5 -0
- package/dist/cli.js.map +1 -1
- package/dist/packages/init/package.json.cjs +5 -5
- package/dist/packages/init/package.json.js +5 -5
- package/package.json +5 -5
- package/src/SliceMachineInitProcess.ts +64 -36
- package/src/cli.ts +5 -0
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const SIGNALS = [
|
|
4
|
+
{
|
|
5
|
+
name: "SIGHUP",
|
|
6
|
+
number: 1,
|
|
7
|
+
action: "terminate",
|
|
8
|
+
description: "Terminal closed",
|
|
9
|
+
standard: "posix"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
name: "SIGINT",
|
|
13
|
+
number: 2,
|
|
14
|
+
action: "terminate",
|
|
15
|
+
description: "User interruption with CTRL-C",
|
|
16
|
+
standard: "ansi"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
name: "SIGQUIT",
|
|
20
|
+
number: 3,
|
|
21
|
+
action: "core",
|
|
22
|
+
description: "User interruption with CTRL-\\",
|
|
23
|
+
standard: "posix"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
name: "SIGILL",
|
|
27
|
+
number: 4,
|
|
28
|
+
action: "core",
|
|
29
|
+
description: "Invalid machine instruction",
|
|
30
|
+
standard: "ansi"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "SIGTRAP",
|
|
34
|
+
number: 5,
|
|
35
|
+
action: "core",
|
|
36
|
+
description: "Debugger breakpoint",
|
|
37
|
+
standard: "posix"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: "SIGABRT",
|
|
41
|
+
number: 6,
|
|
42
|
+
action: "core",
|
|
43
|
+
description: "Aborted",
|
|
44
|
+
standard: "ansi"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: "SIGIOT",
|
|
48
|
+
number: 6,
|
|
49
|
+
action: "core",
|
|
50
|
+
description: "Aborted",
|
|
51
|
+
standard: "bsd"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
name: "SIGBUS",
|
|
55
|
+
number: 7,
|
|
56
|
+
action: "core",
|
|
57
|
+
description: "Bus error due to misaligned, non-existing address or paging error",
|
|
58
|
+
standard: "bsd"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: "SIGEMT",
|
|
62
|
+
number: 7,
|
|
63
|
+
action: "terminate",
|
|
64
|
+
description: "Command should be emulated but is not implemented",
|
|
65
|
+
standard: "other"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
name: "SIGFPE",
|
|
69
|
+
number: 8,
|
|
70
|
+
action: "core",
|
|
71
|
+
description: "Floating point arithmetic error",
|
|
72
|
+
standard: "ansi"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: "SIGKILL",
|
|
76
|
+
number: 9,
|
|
77
|
+
action: "terminate",
|
|
78
|
+
description: "Forced termination",
|
|
79
|
+
standard: "posix",
|
|
80
|
+
forced: true
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
name: "SIGUSR1",
|
|
84
|
+
number: 10,
|
|
85
|
+
action: "terminate",
|
|
86
|
+
description: "Application-specific signal",
|
|
87
|
+
standard: "posix"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: "SIGSEGV",
|
|
91
|
+
number: 11,
|
|
92
|
+
action: "core",
|
|
93
|
+
description: "Segmentation fault",
|
|
94
|
+
standard: "ansi"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
name: "SIGUSR2",
|
|
98
|
+
number: 12,
|
|
99
|
+
action: "terminate",
|
|
100
|
+
description: "Application-specific signal",
|
|
101
|
+
standard: "posix"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: "SIGPIPE",
|
|
105
|
+
number: 13,
|
|
106
|
+
action: "terminate",
|
|
107
|
+
description: "Broken pipe or socket",
|
|
108
|
+
standard: "posix"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: "SIGALRM",
|
|
112
|
+
number: 14,
|
|
113
|
+
action: "terminate",
|
|
114
|
+
description: "Timeout or timer",
|
|
115
|
+
standard: "posix"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
name: "SIGTERM",
|
|
119
|
+
number: 15,
|
|
120
|
+
action: "terminate",
|
|
121
|
+
description: "Termination",
|
|
122
|
+
standard: "ansi"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
name: "SIGSTKFLT",
|
|
126
|
+
number: 16,
|
|
127
|
+
action: "terminate",
|
|
128
|
+
description: "Stack is empty or overflowed",
|
|
129
|
+
standard: "other"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
name: "SIGCHLD",
|
|
133
|
+
number: 17,
|
|
134
|
+
action: "ignore",
|
|
135
|
+
description: "Child process terminated, paused or unpaused",
|
|
136
|
+
standard: "posix"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
name: "SIGCLD",
|
|
140
|
+
number: 17,
|
|
141
|
+
action: "ignore",
|
|
142
|
+
description: "Child process terminated, paused or unpaused",
|
|
143
|
+
standard: "other"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
name: "SIGCONT",
|
|
147
|
+
number: 18,
|
|
148
|
+
action: "unpause",
|
|
149
|
+
description: "Unpaused",
|
|
150
|
+
standard: "posix",
|
|
151
|
+
forced: true
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
name: "SIGSTOP",
|
|
155
|
+
number: 19,
|
|
156
|
+
action: "pause",
|
|
157
|
+
description: "Paused",
|
|
158
|
+
standard: "posix",
|
|
159
|
+
forced: true
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
name: "SIGTSTP",
|
|
163
|
+
number: 20,
|
|
164
|
+
action: "pause",
|
|
165
|
+
description: 'Paused using CTRL-Z or "suspend"',
|
|
166
|
+
standard: "posix"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
name: "SIGTTIN",
|
|
170
|
+
number: 21,
|
|
171
|
+
action: "pause",
|
|
172
|
+
description: "Background process cannot read terminal input",
|
|
173
|
+
standard: "posix"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
name: "SIGBREAK",
|
|
177
|
+
number: 21,
|
|
178
|
+
action: "terminate",
|
|
179
|
+
description: "User interruption with CTRL-BREAK",
|
|
180
|
+
standard: "other"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
name: "SIGTTOU",
|
|
184
|
+
number: 22,
|
|
185
|
+
action: "pause",
|
|
186
|
+
description: "Background process cannot write to terminal output",
|
|
187
|
+
standard: "posix"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
name: "SIGURG",
|
|
191
|
+
number: 23,
|
|
192
|
+
action: "ignore",
|
|
193
|
+
description: "Socket received out-of-band data",
|
|
194
|
+
standard: "bsd"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
name: "SIGXCPU",
|
|
198
|
+
number: 24,
|
|
199
|
+
action: "core",
|
|
200
|
+
description: "Process timed out",
|
|
201
|
+
standard: "bsd"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
name: "SIGXFSZ",
|
|
205
|
+
number: 25,
|
|
206
|
+
action: "core",
|
|
207
|
+
description: "File too big",
|
|
208
|
+
standard: "bsd"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
name: "SIGVTALRM",
|
|
212
|
+
number: 26,
|
|
213
|
+
action: "terminate",
|
|
214
|
+
description: "Timeout or timer",
|
|
215
|
+
standard: "bsd"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
name: "SIGPROF",
|
|
219
|
+
number: 27,
|
|
220
|
+
action: "terminate",
|
|
221
|
+
description: "Timeout or timer",
|
|
222
|
+
standard: "bsd"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
name: "SIGWINCH",
|
|
226
|
+
number: 28,
|
|
227
|
+
action: "ignore",
|
|
228
|
+
description: "Terminal window size changed",
|
|
229
|
+
standard: "bsd"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
name: "SIGIO",
|
|
233
|
+
number: 29,
|
|
234
|
+
action: "terminate",
|
|
235
|
+
description: "I/O is available",
|
|
236
|
+
standard: "other"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
name: "SIGPOLL",
|
|
240
|
+
number: 29,
|
|
241
|
+
action: "terminate",
|
|
242
|
+
description: "Watched event",
|
|
243
|
+
standard: "other"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
name: "SIGINFO",
|
|
247
|
+
number: 29,
|
|
248
|
+
action: "ignore",
|
|
249
|
+
description: "Request for process information",
|
|
250
|
+
standard: "other"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
name: "SIGPWR",
|
|
254
|
+
number: 30,
|
|
255
|
+
action: "terminate",
|
|
256
|
+
description: "Device running out of power",
|
|
257
|
+
standard: "systemv"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
name: "SIGSYS",
|
|
261
|
+
number: 31,
|
|
262
|
+
action: "core",
|
|
263
|
+
description: "Invalid system call",
|
|
264
|
+
standard: "other"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
name: "SIGUNUSED",
|
|
268
|
+
number: 31,
|
|
269
|
+
action: "terminate",
|
|
270
|
+
description: "Invalid system call",
|
|
271
|
+
standard: "other"
|
|
272
|
+
}
|
|
273
|
+
];
|
|
274
|
+
exports.SIGNALS = SIGNALS;
|
|
275
|
+
//# sourceMappingURL=core.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.cjs","sources":["../../../../../../../../../node_modules/execa/node_modules/human-signals/build/src/core.js"],"sourcesContent":["\n\nexport const SIGNALS=[\n{\nname:\"SIGHUP\",\nnumber:1,\naction:\"terminate\",\ndescription:\"Terminal closed\",\nstandard:\"posix\"\n},\n{\nname:\"SIGINT\",\nnumber:2,\naction:\"terminate\",\ndescription:\"User interruption with CTRL-C\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGQUIT\",\nnumber:3,\naction:\"core\",\ndescription:\"User interruption with CTRL-\\\\\",\nstandard:\"posix\"\n},\n{\nname:\"SIGILL\",\nnumber:4,\naction:\"core\",\ndescription:\"Invalid machine instruction\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGTRAP\",\nnumber:5,\naction:\"core\",\ndescription:\"Debugger breakpoint\",\nstandard:\"posix\"\n},\n{\nname:\"SIGABRT\",\nnumber:6,\naction:\"core\",\ndescription:\"Aborted\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGIOT\",\nnumber:6,\naction:\"core\",\ndescription:\"Aborted\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGBUS\",\nnumber:7,\naction:\"core\",\ndescription:\n\"Bus error due to misaligned, non-existing address or paging error\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGEMT\",\nnumber:7,\naction:\"terminate\",\ndescription:\"Command should be emulated but is not implemented\",\nstandard:\"other\"\n},\n{\nname:\"SIGFPE\",\nnumber:8,\naction:\"core\",\ndescription:\"Floating point arithmetic error\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGKILL\",\nnumber:9,\naction:\"terminate\",\ndescription:\"Forced termination\",\nstandard:\"posix\",\nforced:true\n},\n{\nname:\"SIGUSR1\",\nnumber:10,\naction:\"terminate\",\ndescription:\"Application-specific signal\",\nstandard:\"posix\"\n},\n{\nname:\"SIGSEGV\",\nnumber:11,\naction:\"core\",\ndescription:\"Segmentation fault\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGUSR2\",\nnumber:12,\naction:\"terminate\",\ndescription:\"Application-specific signal\",\nstandard:\"posix\"\n},\n{\nname:\"SIGPIPE\",\nnumber:13,\naction:\"terminate\",\ndescription:\"Broken pipe or socket\",\nstandard:\"posix\"\n},\n{\nname:\"SIGALRM\",\nnumber:14,\naction:\"terminate\",\ndescription:\"Timeout or timer\",\nstandard:\"posix\"\n},\n{\nname:\"SIGTERM\",\nnumber:15,\naction:\"terminate\",\ndescription:\"Termination\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGSTKFLT\",\nnumber:16,\naction:\"terminate\",\ndescription:\"Stack is empty or overflowed\",\nstandard:\"other\"\n},\n{\nname:\"SIGCHLD\",\nnumber:17,\naction:\"ignore\",\ndescription:\"Child process terminated, paused or unpaused\",\nstandard:\"posix\"\n},\n{\nname:\"SIGCLD\",\nnumber:17,\naction:\"ignore\",\ndescription:\"Child process terminated, paused or unpaused\",\nstandard:\"other\"\n},\n{\nname:\"SIGCONT\",\nnumber:18,\naction:\"unpause\",\ndescription:\"Unpaused\",\nstandard:\"posix\",\nforced:true\n},\n{\nname:\"SIGSTOP\",\nnumber:19,\naction:\"pause\",\ndescription:\"Paused\",\nstandard:\"posix\",\nforced:true\n},\n{\nname:\"SIGTSTP\",\nnumber:20,\naction:\"pause\",\ndescription:\"Paused using CTRL-Z or \\\"suspend\\\"\",\nstandard:\"posix\"\n},\n{\nname:\"SIGTTIN\",\nnumber:21,\naction:\"pause\",\ndescription:\"Background process cannot read terminal input\",\nstandard:\"posix\"\n},\n{\nname:\"SIGBREAK\",\nnumber:21,\naction:\"terminate\",\ndescription:\"User interruption with CTRL-BREAK\",\nstandard:\"other\"\n},\n{\nname:\"SIGTTOU\",\nnumber:22,\naction:\"pause\",\ndescription:\"Background process cannot write to terminal output\",\nstandard:\"posix\"\n},\n{\nname:\"SIGURG\",\nnumber:23,\naction:\"ignore\",\ndescription:\"Socket received out-of-band data\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGXCPU\",\nnumber:24,\naction:\"core\",\ndescription:\"Process timed out\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGXFSZ\",\nnumber:25,\naction:\"core\",\ndescription:\"File too big\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGVTALRM\",\nnumber:26,\naction:\"terminate\",\ndescription:\"Timeout or timer\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGPROF\",\nnumber:27,\naction:\"terminate\",\ndescription:\"Timeout or timer\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGWINCH\",\nnumber:28,\naction:\"ignore\",\ndescription:\"Terminal window size changed\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGIO\",\nnumber:29,\naction:\"terminate\",\ndescription:\"I/O is available\",\nstandard:\"other\"\n},\n{\nname:\"SIGPOLL\",\nnumber:29,\naction:\"terminate\",\ndescription:\"Watched event\",\nstandard:\"other\"\n},\n{\nname:\"SIGINFO\",\nnumber:29,\naction:\"ignore\",\ndescription:\"Request for process information\",\nstandard:\"other\"\n},\n{\nname:\"SIGPWR\",\nnumber:30,\naction:\"terminate\",\ndescription:\"Device running out of power\",\nstandard:\"systemv\"\n},\n{\nname:\"SIGSYS\",\nnumber:31,\naction:\"core\",\ndescription:\"Invalid system call\",\nstandard:\"other\"\n},\n{\nname:\"SIGUNUSED\",\nnumber:31,\naction:\"terminate\",\ndescription:\"Invalid system call\",\nstandard:\"other\"\n}];"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
const SIGNALS = [
|
|
2
|
+
{
|
|
3
|
+
name: "SIGHUP",
|
|
4
|
+
number: 1,
|
|
5
|
+
action: "terminate",
|
|
6
|
+
description: "Terminal closed",
|
|
7
|
+
standard: "posix"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: "SIGINT",
|
|
11
|
+
number: 2,
|
|
12
|
+
action: "terminate",
|
|
13
|
+
description: "User interruption with CTRL-C",
|
|
14
|
+
standard: "ansi"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
name: "SIGQUIT",
|
|
18
|
+
number: 3,
|
|
19
|
+
action: "core",
|
|
20
|
+
description: "User interruption with CTRL-\\",
|
|
21
|
+
standard: "posix"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
name: "SIGILL",
|
|
25
|
+
number: 4,
|
|
26
|
+
action: "core",
|
|
27
|
+
description: "Invalid machine instruction",
|
|
28
|
+
standard: "ansi"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
name: "SIGTRAP",
|
|
32
|
+
number: 5,
|
|
33
|
+
action: "core",
|
|
34
|
+
description: "Debugger breakpoint",
|
|
35
|
+
standard: "posix"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: "SIGABRT",
|
|
39
|
+
number: 6,
|
|
40
|
+
action: "core",
|
|
41
|
+
description: "Aborted",
|
|
42
|
+
standard: "ansi"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: "SIGIOT",
|
|
46
|
+
number: 6,
|
|
47
|
+
action: "core",
|
|
48
|
+
description: "Aborted",
|
|
49
|
+
standard: "bsd"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "SIGBUS",
|
|
53
|
+
number: 7,
|
|
54
|
+
action: "core",
|
|
55
|
+
description: "Bus error due to misaligned, non-existing address or paging error",
|
|
56
|
+
standard: "bsd"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: "SIGEMT",
|
|
60
|
+
number: 7,
|
|
61
|
+
action: "terminate",
|
|
62
|
+
description: "Command should be emulated but is not implemented",
|
|
63
|
+
standard: "other"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: "SIGFPE",
|
|
67
|
+
number: 8,
|
|
68
|
+
action: "core",
|
|
69
|
+
description: "Floating point arithmetic error",
|
|
70
|
+
standard: "ansi"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: "SIGKILL",
|
|
74
|
+
number: 9,
|
|
75
|
+
action: "terminate",
|
|
76
|
+
description: "Forced termination",
|
|
77
|
+
standard: "posix",
|
|
78
|
+
forced: true
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
name: "SIGUSR1",
|
|
82
|
+
number: 10,
|
|
83
|
+
action: "terminate",
|
|
84
|
+
description: "Application-specific signal",
|
|
85
|
+
standard: "posix"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
name: "SIGSEGV",
|
|
89
|
+
number: 11,
|
|
90
|
+
action: "core",
|
|
91
|
+
description: "Segmentation fault",
|
|
92
|
+
standard: "ansi"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
name: "SIGUSR2",
|
|
96
|
+
number: 12,
|
|
97
|
+
action: "terminate",
|
|
98
|
+
description: "Application-specific signal",
|
|
99
|
+
standard: "posix"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: "SIGPIPE",
|
|
103
|
+
number: 13,
|
|
104
|
+
action: "terminate",
|
|
105
|
+
description: "Broken pipe or socket",
|
|
106
|
+
standard: "posix"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
name: "SIGALRM",
|
|
110
|
+
number: 14,
|
|
111
|
+
action: "terminate",
|
|
112
|
+
description: "Timeout or timer",
|
|
113
|
+
standard: "posix"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: "SIGTERM",
|
|
117
|
+
number: 15,
|
|
118
|
+
action: "terminate",
|
|
119
|
+
description: "Termination",
|
|
120
|
+
standard: "ansi"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: "SIGSTKFLT",
|
|
124
|
+
number: 16,
|
|
125
|
+
action: "terminate",
|
|
126
|
+
description: "Stack is empty or overflowed",
|
|
127
|
+
standard: "other"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
name: "SIGCHLD",
|
|
131
|
+
number: 17,
|
|
132
|
+
action: "ignore",
|
|
133
|
+
description: "Child process terminated, paused or unpaused",
|
|
134
|
+
standard: "posix"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
name: "SIGCLD",
|
|
138
|
+
number: 17,
|
|
139
|
+
action: "ignore",
|
|
140
|
+
description: "Child process terminated, paused or unpaused",
|
|
141
|
+
standard: "other"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
name: "SIGCONT",
|
|
145
|
+
number: 18,
|
|
146
|
+
action: "unpause",
|
|
147
|
+
description: "Unpaused",
|
|
148
|
+
standard: "posix",
|
|
149
|
+
forced: true
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: "SIGSTOP",
|
|
153
|
+
number: 19,
|
|
154
|
+
action: "pause",
|
|
155
|
+
description: "Paused",
|
|
156
|
+
standard: "posix",
|
|
157
|
+
forced: true
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
name: "SIGTSTP",
|
|
161
|
+
number: 20,
|
|
162
|
+
action: "pause",
|
|
163
|
+
description: 'Paused using CTRL-Z or "suspend"',
|
|
164
|
+
standard: "posix"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
name: "SIGTTIN",
|
|
168
|
+
number: 21,
|
|
169
|
+
action: "pause",
|
|
170
|
+
description: "Background process cannot read terminal input",
|
|
171
|
+
standard: "posix"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "SIGBREAK",
|
|
175
|
+
number: 21,
|
|
176
|
+
action: "terminate",
|
|
177
|
+
description: "User interruption with CTRL-BREAK",
|
|
178
|
+
standard: "other"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
name: "SIGTTOU",
|
|
182
|
+
number: 22,
|
|
183
|
+
action: "pause",
|
|
184
|
+
description: "Background process cannot write to terminal output",
|
|
185
|
+
standard: "posix"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
name: "SIGURG",
|
|
189
|
+
number: 23,
|
|
190
|
+
action: "ignore",
|
|
191
|
+
description: "Socket received out-of-band data",
|
|
192
|
+
standard: "bsd"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
name: "SIGXCPU",
|
|
196
|
+
number: 24,
|
|
197
|
+
action: "core",
|
|
198
|
+
description: "Process timed out",
|
|
199
|
+
standard: "bsd"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
name: "SIGXFSZ",
|
|
203
|
+
number: 25,
|
|
204
|
+
action: "core",
|
|
205
|
+
description: "File too big",
|
|
206
|
+
standard: "bsd"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
name: "SIGVTALRM",
|
|
210
|
+
number: 26,
|
|
211
|
+
action: "terminate",
|
|
212
|
+
description: "Timeout or timer",
|
|
213
|
+
standard: "bsd"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
name: "SIGPROF",
|
|
217
|
+
number: 27,
|
|
218
|
+
action: "terminate",
|
|
219
|
+
description: "Timeout or timer",
|
|
220
|
+
standard: "bsd"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
name: "SIGWINCH",
|
|
224
|
+
number: 28,
|
|
225
|
+
action: "ignore",
|
|
226
|
+
description: "Terminal window size changed",
|
|
227
|
+
standard: "bsd"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
name: "SIGIO",
|
|
231
|
+
number: 29,
|
|
232
|
+
action: "terminate",
|
|
233
|
+
description: "I/O is available",
|
|
234
|
+
standard: "other"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
name: "SIGPOLL",
|
|
238
|
+
number: 29,
|
|
239
|
+
action: "terminate",
|
|
240
|
+
description: "Watched event",
|
|
241
|
+
standard: "other"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
name: "SIGINFO",
|
|
245
|
+
number: 29,
|
|
246
|
+
action: "ignore",
|
|
247
|
+
description: "Request for process information",
|
|
248
|
+
standard: "other"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
name: "SIGPWR",
|
|
252
|
+
number: 30,
|
|
253
|
+
action: "terminate",
|
|
254
|
+
description: "Device running out of power",
|
|
255
|
+
standard: "systemv"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
name: "SIGSYS",
|
|
259
|
+
number: 31,
|
|
260
|
+
action: "core",
|
|
261
|
+
description: "Invalid system call",
|
|
262
|
+
standard: "other"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
name: "SIGUNUSED",
|
|
266
|
+
number: 31,
|
|
267
|
+
action: "terminate",
|
|
268
|
+
description: "Invalid system call",
|
|
269
|
+
standard: "other"
|
|
270
|
+
}
|
|
271
|
+
];
|
|
272
|
+
export {
|
|
273
|
+
SIGNALS
|
|
274
|
+
};
|
|
275
|
+
//# sourceMappingURL=core.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.js","sources":["../../../../../../../../../node_modules/execa/node_modules/human-signals/build/src/core.js"],"sourcesContent":["\n\nexport const SIGNALS=[\n{\nname:\"SIGHUP\",\nnumber:1,\naction:\"terminate\",\ndescription:\"Terminal closed\",\nstandard:\"posix\"\n},\n{\nname:\"SIGINT\",\nnumber:2,\naction:\"terminate\",\ndescription:\"User interruption with CTRL-C\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGQUIT\",\nnumber:3,\naction:\"core\",\ndescription:\"User interruption with CTRL-\\\\\",\nstandard:\"posix\"\n},\n{\nname:\"SIGILL\",\nnumber:4,\naction:\"core\",\ndescription:\"Invalid machine instruction\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGTRAP\",\nnumber:5,\naction:\"core\",\ndescription:\"Debugger breakpoint\",\nstandard:\"posix\"\n},\n{\nname:\"SIGABRT\",\nnumber:6,\naction:\"core\",\ndescription:\"Aborted\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGIOT\",\nnumber:6,\naction:\"core\",\ndescription:\"Aborted\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGBUS\",\nnumber:7,\naction:\"core\",\ndescription:\n\"Bus error due to misaligned, non-existing address or paging error\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGEMT\",\nnumber:7,\naction:\"terminate\",\ndescription:\"Command should be emulated but is not implemented\",\nstandard:\"other\"\n},\n{\nname:\"SIGFPE\",\nnumber:8,\naction:\"core\",\ndescription:\"Floating point arithmetic error\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGKILL\",\nnumber:9,\naction:\"terminate\",\ndescription:\"Forced termination\",\nstandard:\"posix\",\nforced:true\n},\n{\nname:\"SIGUSR1\",\nnumber:10,\naction:\"terminate\",\ndescription:\"Application-specific signal\",\nstandard:\"posix\"\n},\n{\nname:\"SIGSEGV\",\nnumber:11,\naction:\"core\",\ndescription:\"Segmentation fault\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGUSR2\",\nnumber:12,\naction:\"terminate\",\ndescription:\"Application-specific signal\",\nstandard:\"posix\"\n},\n{\nname:\"SIGPIPE\",\nnumber:13,\naction:\"terminate\",\ndescription:\"Broken pipe or socket\",\nstandard:\"posix\"\n},\n{\nname:\"SIGALRM\",\nnumber:14,\naction:\"terminate\",\ndescription:\"Timeout or timer\",\nstandard:\"posix\"\n},\n{\nname:\"SIGTERM\",\nnumber:15,\naction:\"terminate\",\ndescription:\"Termination\",\nstandard:\"ansi\"\n},\n{\nname:\"SIGSTKFLT\",\nnumber:16,\naction:\"terminate\",\ndescription:\"Stack is empty or overflowed\",\nstandard:\"other\"\n},\n{\nname:\"SIGCHLD\",\nnumber:17,\naction:\"ignore\",\ndescription:\"Child process terminated, paused or unpaused\",\nstandard:\"posix\"\n},\n{\nname:\"SIGCLD\",\nnumber:17,\naction:\"ignore\",\ndescription:\"Child process terminated, paused or unpaused\",\nstandard:\"other\"\n},\n{\nname:\"SIGCONT\",\nnumber:18,\naction:\"unpause\",\ndescription:\"Unpaused\",\nstandard:\"posix\",\nforced:true\n},\n{\nname:\"SIGSTOP\",\nnumber:19,\naction:\"pause\",\ndescription:\"Paused\",\nstandard:\"posix\",\nforced:true\n},\n{\nname:\"SIGTSTP\",\nnumber:20,\naction:\"pause\",\ndescription:\"Paused using CTRL-Z or \\\"suspend\\\"\",\nstandard:\"posix\"\n},\n{\nname:\"SIGTTIN\",\nnumber:21,\naction:\"pause\",\ndescription:\"Background process cannot read terminal input\",\nstandard:\"posix\"\n},\n{\nname:\"SIGBREAK\",\nnumber:21,\naction:\"terminate\",\ndescription:\"User interruption with CTRL-BREAK\",\nstandard:\"other\"\n},\n{\nname:\"SIGTTOU\",\nnumber:22,\naction:\"pause\",\ndescription:\"Background process cannot write to terminal output\",\nstandard:\"posix\"\n},\n{\nname:\"SIGURG\",\nnumber:23,\naction:\"ignore\",\ndescription:\"Socket received out-of-band data\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGXCPU\",\nnumber:24,\naction:\"core\",\ndescription:\"Process timed out\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGXFSZ\",\nnumber:25,\naction:\"core\",\ndescription:\"File too big\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGVTALRM\",\nnumber:26,\naction:\"terminate\",\ndescription:\"Timeout or timer\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGPROF\",\nnumber:27,\naction:\"terminate\",\ndescription:\"Timeout or timer\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGWINCH\",\nnumber:28,\naction:\"ignore\",\ndescription:\"Terminal window size changed\",\nstandard:\"bsd\"\n},\n{\nname:\"SIGIO\",\nnumber:29,\naction:\"terminate\",\ndescription:\"I/O is available\",\nstandard:\"other\"\n},\n{\nname:\"SIGPOLL\",\nnumber:29,\naction:\"terminate\",\ndescription:\"Watched event\",\nstandard:\"other\"\n},\n{\nname:\"SIGINFO\",\nnumber:29,\naction:\"ignore\",\ndescription:\"Request for process information\",\nstandard:\"other\"\n},\n{\nname:\"SIGPWR\",\nnumber:30,\naction:\"terminate\",\ndescription:\"Device running out of power\",\nstandard:\"systemv\"\n},\n{\nname:\"SIGSYS\",\nnumber:31,\naction:\"core\",\ndescription:\"Invalid system call\",\nstandard:\"other\"\n},\n{\nname:\"SIGUNUSED\",\nnumber:31,\naction:\"terminate\",\ndescription:\"Invalid system call\",\nstandard:\"other\"\n}];"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const os = require("node:os");
|
|
4
|
+
const realtime = require("./realtime.cjs");
|
|
5
|
+
const signals = require("./signals.cjs");
|
|
6
|
+
const getSignalsByName = () => {
|
|
7
|
+
const signals$1 = signals.getSignals();
|
|
8
|
+
return Object.fromEntries(signals$1.map(getSignalByName));
|
|
9
|
+
};
|
|
10
|
+
const getSignalByName = ({
|
|
11
|
+
name,
|
|
12
|
+
number,
|
|
13
|
+
description,
|
|
14
|
+
supported,
|
|
15
|
+
action,
|
|
16
|
+
forced,
|
|
17
|
+
standard
|
|
18
|
+
}) => [name, { name, number, description, supported, action, forced, standard }];
|
|
19
|
+
const signalsByName = getSignalsByName();
|
|
20
|
+
const getSignalsByNumber = () => {
|
|
21
|
+
const signals$1 = signals.getSignals();
|
|
22
|
+
const length = realtime.SIGRTMAX + 1;
|
|
23
|
+
const signalsA = Array.from({ length }, (value, number) => getSignalByNumber(number, signals$1));
|
|
24
|
+
return Object.assign({}, ...signalsA);
|
|
25
|
+
};
|
|
26
|
+
const getSignalByNumber = (number, signals2) => {
|
|
27
|
+
const signal = findSignalByNumber(number, signals2);
|
|
28
|
+
if (signal === void 0) {
|
|
29
|
+
return {};
|
|
30
|
+
}
|
|
31
|
+
const { name, description, supported, action, forced, standard } = signal;
|
|
32
|
+
return {
|
|
33
|
+
[number]: {
|
|
34
|
+
name,
|
|
35
|
+
number,
|
|
36
|
+
description,
|
|
37
|
+
supported,
|
|
38
|
+
action,
|
|
39
|
+
forced,
|
|
40
|
+
standard
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
const findSignalByNumber = (number, signals2) => {
|
|
45
|
+
const signal = signals2.find(({ name }) => os.constants.signals[name] === number);
|
|
46
|
+
if (signal !== void 0) {
|
|
47
|
+
return signal;
|
|
48
|
+
}
|
|
49
|
+
return signals2.find((signalA) => signalA.number === number);
|
|
50
|
+
};
|
|
51
|
+
getSignalsByNumber();
|
|
52
|
+
exports.signalsByName = signalsByName;
|
|
53
|
+
//# sourceMappingURL=main.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.cjs","sources":["../../../../../../../../../node_modules/execa/node_modules/human-signals/build/src/main.js"],"sourcesContent":["import{constants}from\"node:os\";\n\nimport{SIGRTMAX}from\"./realtime.js\";\nimport{getSignals}from\"./signals.js\";\n\n\n\nconst getSignalsByName=()=>{\nconst signals=getSignals();\nreturn Object.fromEntries(signals.map(getSignalByName));\n};\n\nconst getSignalByName=({\nname,\nnumber,\ndescription,\nsupported,\naction,\nforced,\nstandard\n})=>[name,{name,number,description,supported,action,forced,standard}];\n\nexport const signalsByName=getSignalsByName();\n\n\n\n\nconst getSignalsByNumber=()=>{\nconst signals=getSignals();\nconst length=SIGRTMAX+1;\nconst signalsA=Array.from({length},(value,number)=>\ngetSignalByNumber(number,signals));\n\nreturn Object.assign({},...signalsA);\n};\n\nconst getSignalByNumber=(number,signals)=>{\nconst signal=findSignalByNumber(number,signals);\n\nif(signal===undefined){\nreturn{};\n}\n\nconst{name,description,supported,action,forced,standard}=signal;\nreturn{\n[number]:{\nname,\nnumber,\ndescription,\nsupported,\naction,\nforced,\nstandard\n}\n};\n};\n\n\n\nconst findSignalByNumber=(number,signals)=>{\nconst signal=signals.find(({name})=>constants.signals[name]===number);\n\nif(signal!==undefined){\nreturn signal;\n}\n\nreturn signals.find((signalA)=>signalA.number===number);\n};\n\nexport const signalsByNumber=getSignalsByNumber();"],"names":["signals","getSignals","SIGRTMAX","constants"],"mappings":";;;;;AAOA,MAAM,mBAAiB,MAAI;AAC3B,QAAMA,YAAQC,QAAU,WAAA;AACxB,SAAO,OAAO,YAAYD,UAAQ,IAAI,eAAe,CAAC;AACtD;AAEA,MAAM,kBAAgB,CAAC;AAAA,EACvB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACA,MAAI,CAAC,MAAK,EAAC,MAAK,QAAO,aAAY,WAAU,QAAO,QAAO,SAAQ,CAAC;AAExD,MAAC,gBAAc,iBAAmB;AAK9C,MAAM,qBAAmB,MAAI;AAC7B,QAAMA,YAAQC,QAAU,WAAA;AACxB,QAAM,SAAOC,SAAQ,WAAC;AACtB,QAAM,WAAS,MAAM,KAAK,EAAC,OAAM,GAAE,CAAC,OAAM,WAC1C,kBAAkB,QAAOF,SAAO,CAAC;AAEjC,SAAO,OAAO,OAAO,IAAG,GAAG,QAAQ;AACnC;AAEA,MAAM,oBAAkB,CAAC,QAAOA,aAAU;AAC1C,QAAM,SAAO,mBAAmB,QAAOA,QAAO;AAE9C,MAAG,WAAS,QAAU;AACtB,WAAM;EACN;AAEA,QAAK,EAAC,MAAK,aAAY,WAAU,QAAO,QAAO,SAAQ,IAAE;AACzD,SAAM;AAAA,IACN,CAAC,MAAM,GAAE;AAAA,MACT;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AACA;AAIA,MAAM,qBAAmB,CAAC,QAAOA,aAAU;AAC3C,QAAM,SAAOA,SAAQ,KAAK,CAAC,EAAC,KAAI,MAAIG,GAAS,UAAC,QAAQ,IAAI,MAAI,MAAM;AAEpE,MAAG,WAAS,QAAU;AACtB,WAAO;AAAA,EACP;AAEA,SAAOH,SAAQ,KAAK,CAAC,YAAU,QAAQ,WAAS,MAAM;AACtD;AAE6B,mBAAkB;;","x_google_ignoreList":[0]}
|