| Current Path : /home/emeraadmin/www/node_modules/npm/node_modules/@tufjs/models/ |
| Current File : /home/emeraadmin/www/node_modules/npm/node_modules/@tufjs/models/package.json |
{
"_id": "@tufjs/models@2.0.1",
"_inBundle": true,
"_location": "/npm/@tufjs/models",
"_phantomChildren": {},
"_requiredBy": [
"/npm/tuf-js"
],
"author": {
"name": "bdehamer@github.com"
},
"bugs": {
"url": "https://github.com/theupdateframework/tuf-js/issues"
},
"dependencies": {
"@tufjs/canonical-json": "2.0.0",
"minimatch": "^9.0.4"
},
"description": "TUF metadata models",
"engines": {
"node": "^16.14.0 || >=18.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme",
"keywords": [
"tuf",
"security",
"update"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@tufjs/models",
"repository": {
"type": "git",
"url": "git+https://github.com/theupdateframework/tuf-js.git"
},
"scripts": {
"build": "tsc --build",
"clean": "rm -rf dist && rm tsconfig.tsbuildinfo",
"test": "jest"
},
"types": "dist/index.d.ts",
"version": "2.0.1"
}