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 /
libtap /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
package.json
1.78
KB
-rw-r--r--
2023-12-12 09:48
settings.js
3.84
KB
-rw-r--r--
2023-12-12 09:48
versions.js
243
B
-rw-r--r--
2023-12-12 09:48
Save
Rename
{ "name": "libtap", "version": "1.4.1", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", "description": "A Test-Anything-Protocol library for JavaScript", "homepage": "http://www.node-tap.org/", "main": "lib/tap.js", "exports": { ".": { "import": "./lib/tap.mjs", "default": "./lib/tap.js" }, "./settings": "./settings.js", "./versions": "./versions.js" }, "engines": { "node": ">=10" }, "dependencies": { "async-hook-domain": "^2.0.4", "bind-obj-methods": "^3.0.0", "diff": "^4.0.2", "function-loop": "^2.0.1", "minipass": "^3.1.5", "own-or": "^1.0.0", "own-or-env": "^1.0.2", "signal-exit": "^3.0.4", "stack-utils": "^2.0.4", "tap-parser": "^11.0.0", "tap-yaml": "^1.0.0", "tcompare": "^5.0.6", "trivial-deferred": "^1.0.1" }, "devDependencies": { "@babel/core": "^7.15.5", "@istanbuljs/esm-loader-hook": "^0.1.0", "foreground-child": "^2.0.0", "glob": "^7.1.7", "nyc": "^15.1.0", "rimraf": "^3.0.0", "semver": "^7.1.3", "source-map-support": "^0.5.20", "tap-mocha-reporter": "^5.0.1" }, "keywords": [ "assert", "tap", "test", "testing" ], "license": "ISC", "repository": "https://github.com/tapjs/libtap.git", "scripts": { "presnap": "rimraf tap-snapshots", "snap": "TAP_SNAPSHOT=1 npm test", "tests-only": "nyc --silent=true --no-check-coverage node npm-run-test.js | tap-mocha-reporter classic", "test": "npm run -s tests-only", "posttest": "nyc report", "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags" }, "files": [ "settings.js", "versions.js", "lib" ], "funding": { "url": "https://github.com/sponsors/isaacs" } }