|
Server IP : 161.35.85.9 / Your IP : 216.73.217.138 Web Server : nginx/1.30.4 System : Linux cheapdeb-ams3 7.1.13+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.1.13-1 (2026-09-03) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/node_modules/libnpmpublish/node_modules/tuf-js/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
{
"name": "tuf-js",
"version": "6.0.0",
"description": "JavaScript implementation of The Update Framework (TUF)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build tsconfig.build.json",
"clean": "rm -rf dist && rm tsconfig.build.tsbuildinfo",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theupdateframework/tuf-js.git"
},
"files": [
"dist"
],
"keywords": [
"tuf",
"security",
"update"
],
"author": "bdehamer@github.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/theupdateframework/tuf-js/issues"
},
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/client#readme",
"devDependencies": {
"@tufjs/repo-mock": "5.0.0",
"@types/debug": "^4.1.13",
"@types/retry": "^0.12.5"
},
"dependencies": {
"@gar/promise-retry": "^1.0.3",
"@tufjs/models": "5.0.0",
"debug": "^4.4.3"
},
"engines": {
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
}
}