⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
usr
/
share
/
nodejs
/
libtap
/
View File Name :
package.json
{ "name": "libtap", "version": "1.4.0", "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" } }