Linux srv.fwservers.com 4.18.0-477.21.1.el8_8.x86_64 #1 SMP Thu Aug 10 13:51:50 EDT 2023 x86_64
Apache
Server IP : 199.127.63.82 & Your IP : 216.73.217.52
Domains : 56 Domain
User : aconstruction
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
aconstruction /
node_modules /
co /
Delete
Unzip
Name
Size
Permission
Date
Action
History.md
3.54
KB
-rw-rw-r--
2022-09-10 23:30
LICENSE
1.08
KB
-rw-rw-r--
2022-09-10 23:30
Readme.md
5.26
KB
-rw-rw-r--
2022-09-10 23:30
index.js
4.92
KB
-rw-rw-r--
2022-09-10 23:30
package.json
865
B
-rw-rw-r--
2022-09-10 23:30
Save
Rename
{ "name": "co", "version": "4.6.0", "description": "generator async control flow goodness", "keywords": [ "async", "flow", "generator", "coro", "coroutine" ], "devDependencies": { "browserify": "^10.0.0", "istanbul-harmony": "0", "mocha": "^2.0.0", "mz": "^1.0.2" }, "scripts": { "test": "mocha --harmony", "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot", "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot", "prepublish": "npm run browserify", "browserify": "browserify index.js -o ./co-browser.js -s co" }, "files": [ "index.js" ], "license": "MIT", "repository": "tj/co", "engines": { "iojs": ">= 1.0.0", "node": ">= 0.12.0" } }