Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
throat /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
1003
B
-rw-r--r--
2023-12-13 10:07
index.js
3.25
KB
-rw-r--r--
2023-12-13 10:07
index.js.flow
354
B
-rw-r--r--
2023-12-13 10:07
package.json
1.01
KB
-rw-r--r--
2023-12-13 10:07
pkgjs-lock.json
431
B
-rw-r--r--
2023-12-13 10:07
Save
Rename
{ "name": "throat", "version": "5.0.0", "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions", "keywords": [ "promise", "aplus", "then", "throttle", "concurrency", "parallelism", "limit" ], "files": [ "index.d.ts", "index.js", "index.js.flow" ], "devDependencies": { "coveralls": "^3.0.0", "istanbul": "^0.4.5", "jest": "^22.1.4", "promise": "^8.0.0", "sauce-test": "^1.0.0", "test-result": "^2.0.0", "testit": "^3.1.0", "typescript": "^3.4.5" }, "jest": { "testEnvironment": "node" }, "scripts": { "tsc": "tsc --noEmit", "test": "node test/index.js && npm run test:types", "test:types": "jest", "coverage": "istanbul cover test/index.js", "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "https://github.com/ForbesLindesay/throat.git" }, "author": "ForbesLindesay", "license": "MIT" }