aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nodemon/lib/monitor/signals.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/nodemon/lib/monitor/signals.js')
-rw-r--r--node_modules/nodemon/lib/monitor/signals.js34
1 files changed, 0 insertions, 34 deletions
diff --git a/node_modules/nodemon/lib/monitor/signals.js b/node_modules/nodemon/lib/monitor/signals.js
deleted file mode 100644
index daff6e0..0000000
--- a/node_modules/nodemon/lib/monitor/signals.js
+++ /dev/null
@@ -1,34 +0,0 @@
-module.exports = {
- SIGHUP: 1,
- SIGINT: 2,
- SIGQUIT: 3,
- SIGILL: 4,
- SIGTRAP: 5,
- SIGABRT: 6,
- SIGBUS: 7,
- SIGFPE: 8,
- SIGKILL: 9,
- SIGUSR1: 10,
- SIGSEGV: 11,
- SIGUSR2: 12,
- SIGPIPE: 13,
- SIGALRM: 14,
- SIGTERM: 15,
- SIGSTKFLT: 16,
- SIGCHLD: 17,
- SIGCONT: 18,
- SIGSTOP: 19,
- SIGTSTP: 20,
- SIGTTIN: 21,
- SIGTTOU: 22,
- SIGURG: 23,
- SIGXCPU: 24,
- SIGXFSZ: 25,
- SIGVTALRM: 26,
- SIGPROF: 27,
- SIGWINCH: 28,
- SIGIO: 29,
- SIGPWR: 30,
- SIGSYS: 31,
- SIGRTMIN: 35,
-}