Commit 84530471 authored by nanahira's avatar nanahira

use default import

parent c8427c02
......@@ -106,3 +106,4 @@ dist
/*.js
/config.yaml
/*.txt
/*.js.map
import * as dgram from "dgram";
import * as _ from "underscore";
import dgram from "dgram";
import _ from "underscore";
const messageStage1 = [
1, 2, 0, 42, 49, 127, 0, 0, 1, 0,
......
......@@ -21,9 +21,9 @@
}
},
"@types/node": {
"version": "14.0.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.11.tgz",
"integrity": "sha512-lCvvI24L21ZVeIiyIUHZ5Oflv1hhHQ5E1S25IRlKIXaRkVgmXpJMI3wUJkmym2bTbCe+WoIibQnMVAU3FguaOg=="
"version": "14.0.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz",
"integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA=="
},
"@types/underscore": {
"version": "1.10.0",
......
import * as bunyan from "bunyan";
import * as fs from "fs";
import * as CQHttp from "cqhttp";
import * as _ from "underscore";
import * as yaml from "yaml";
import bunyan from "bunyan";
import fs from "fs";
import CQHttp from "cqhttp";
import _ from "underscore";
import yaml from "yaml";
import { spawn } from "child_process";
import { Attacker } from "./attacker";
import * as moment from "moment";
import moment from "moment";
interface CoolQConfig {
apiRoot: string;
......
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"esModuleInterop": true,
"sourceMap": true
},
"compileOnSave": true,
"allowJs": true,
"include": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment