Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 52.14.238.102
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
laravel-echo /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
src
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
tests
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
typings
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.editorconfig
252
B
-rw-r--r--
1985-10-26 08:15
.gitattributes
143
B
-rw-r--r--
1985-10-26 08:15
.travis.yml
41
B
-rw-r--r--
1985-10-26 08:15
LICENSE.txt
1.05
KB
-rw-r--r--
1985-10-26 08:15
package.json
2.17
KB
-rw-r--r--
2021-02-04 21:24
readme.md
1009
B
-rw-r--r--
1985-10-26 08:15
rollup.config.js
436
B
-rw-r--r--
1985-10-26 08:15
tsconfig.json
446
B
-rw-r--r--
1985-10-26 08:15
Save
Rename
import typescript from 'rollup-plugin-typescript'; import babel from 'rollup-plugin-babel'; export default { input: './src/echo.ts', output: [ { file: './dist/echo.js', format: 'esm' }, { file: './dist/echo.common.js', format: 'cjs' }, ], plugins: [ typescript(), babel({ exclude: 'node_modules/**', presets: ['es2015-rollup', 'stage-2'], plugins: ['transform-object-assign'] }) ] }