| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/tuf-js/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/tuf-js/package.json |
{
"_id": "tuf-js@2.2.1",
"_inBundle": true,
"_location": "/npm/tuf-js",
"_phantomChildren": {},
"_requiredBy": [
"/npm/@sigstore/tuf"
],
"author": {
"name": "bdehamer@github.com"
},
"bugs": {
"url": "https://github.com/theupdateframework/tuf-js/issues"
},
"dependencies": {
"@tufjs/models": "2.0.1",
"debug": "^4.3.4",
"make-fetch-happen": "^13.0.1"
},
"description": "JavaScript implementation of The Update Framework (TUF)",
"devDependencies": {
"@tufjs/repo-mock": "2.0.1",
"@types/debug": "^4.1.12",
"@types/make-fetch-happen": "^10.0.4"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/client#readme",
"keywords": [
"tuf",
"security",
"update"
],
"license": "MIT",
"main": "dist/index.js",
"name": "tuf-js",
"repository": {
"type": "git",
"url": "git+https://github.com/theupdateframework/tuf-js.git"
},
"scripts": {
"build": "tsc --build",
"clean": "rm -rf dist",
"test": "jest"
},
"types": "dist/index.d.ts",
"version": "2.2.1"
}