Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
asyncro /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
package.json
1.35
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "asyncro", "version": "3.0.0", "description": "Asynchronous Array Utilities (for await)", "main": "dist/asyncro.js", "module": "dist/asyncro.m.js", "source": "src/index.js", "scripts": { "build": "microbundle && npm run -s docs", "prepublish": "npm run -s build && npm t", "transpile": "rollup -c rollup.config.js -m ${npm_package_main}.map -f umd -n $npm_package_name $npm_package_jsnext_main -o $npm_package_main", "docs": "documentation readme src/*.js -q -s API && documentation build src/*.js -f html -o docs", "test": "eslint src test && npm run -s build && ava --verbose", "release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish" }, "eslintConfig": { "extends": "eslint-config-developit" }, "repository": "developit/asyncro", "keywords": [ "async", "await", "arrays" ], "files": [ "src", "dist" ], "author": "Jason Miller <jason@developit.ca>", "license": "MIT", "bugs": { "url": "https://github.com/developit/asyncro/issues" }, "homepage": "https://github.com/developit/asyncro", "devDependencies": { "ava": "^0.16.0", "documentation": "^4.0.0-beta11", "eslint": "^3.19.0", "eslint-config-developit": "^1.1.1", "microbundle": "^0.3.1", "sinon": "^1.17.6" } }
Close