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.189.192.24
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 /
stream-throttle /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
src
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
test
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
.npmignore
44
B
-rw-rw-r--
2022-08-30 11:49
AUTHORS
33
B
-rw-rw-r--
2022-08-30 11:49
LICENSE
1.41
KB
-rw-rw-r--
2022-08-30 11:49
README.md
1.8
KB
-rw-rw-r--
2022-08-30 11:49
index.js
47
B
-rw-rw-r--
2022-08-30 11:49
package.json
666
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "stream-throttle", "description": "A rate limiter for Node.js streams.", "version": "0.1.3", "author": "Tiago Quelhas <tiagoq@gmail.com>", "license": "BSD-3-Clause", "keywords": [ "streams", "throttling", "ratelimit" ], "engines": { "node": ">= 0.10.0" }, "repository": { "type": "git", "url": "http://github.com/tjgq/node-stream-throttle.git" }, "main": "./index.js", "scripts": { "test": "nodeunit test" }, "bin" : { "throttleproxy" : "./bin/throttleproxy.js" }, "dependencies": { "commander": "^2.2.0", "limiter": "^1.0.5" }, "devDependencies": { "async": "^0.6.2" } }