This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable */ | |
const fs = require("fs"); | |
const colors = require("colors"); | |
const child_process = require("child_process"); | |
const path = require("path"); | |
const events = require("events"); | |
const eventEmitter = new events.EventEmitter(); | |
const monitorEvent = new events.EventEmitter(); | |
const crypto = require("crypto"); | |
const utf8 = require("utf8"); |