|
@ -2,7 +2,7 @@ import { homedir } from 'os'; |
|
|
import { join as pathJoin } from 'path'; |
|
|
import { join as pathJoin } from 'path'; |
|
|
import readline from 'readline'; |
|
|
import readline from 'readline'; |
|
|
import fs from 'fs-promise'; |
|
|
import fs from 'fs-promise'; |
|
|
import fetch from 'isomorphic-fetch'; |
|
|
import fetch from 'node-fetch'; |
|
|
import { stringify as stringifyQuery } from 'querystring'; |
|
|
import { stringify as stringifyQuery } from 'querystring'; |
|
|
|
|
|
|
|
|
const stdin = process.openStdin(); |
|
|
const stdin = process.openStdin(); |
|
|