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 : 3.134.253.166
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
shellwords /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
LICENSE
1.03
KB
-rw-rw-r--
2022-08-30 11:49
README.md
539
B
-rw-rw-r--
2022-08-30 11:49
package.json
607
B
-rw-rw-r--
2022-08-30 11:49
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\\?' ```