OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
@tufjs
/
models
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Name
Size
Modified
Perms
Actions
📁
..
-
10/21/2025 06:56:31 AM
rwxr-xr-x
📄
LICENSE
1.06 KB
08/28/2025 01:56:05 PM
rw-r--r--
Delete
📁
dist
-
10/21/2025 06:56:31 AM
rwxr-xr-x
📄
package.json
845 bytes
08/28/2025 01:56:05 PM
rw-r--r--
Delete
Editing: package.json
Close
{ "name": "@tufjs/models", "version": "2.0.1", "description": "TUF metadata models", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc --build", "clean": "rm -rf dist && rm tsconfig.tsbuildinfo", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/theupdateframework/tuf-js.git" }, "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/models#readme", "dependencies": { "@tufjs/canonical-json": "2.0.0", "minimatch": "^9.0.4" }, "engines": { "node": "^16.14.0 || >=18.0.0" } }