Server IP : 66.29.132.122 / Your IP : 3.141.27.132 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/thread-self/root/opt/alt/alt-nodejs20/root/usr/lib/node_modules/npm/node_modules.bundled/@sigstore/tuf/ |
Upload File : |
{ "name": "@sigstore/tuf", "version": "2.3.4", "description": "Client for the Sigstore TUF repository", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "shx rm -rf dist *.tsbuildinfo", "build": "tsc --build", "test": "jest" }, "files": [ "dist", "seeds.json" ], "author": "bdehamer@github.com", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/sigstore/sigstore-js.git" }, "bugs": { "url": "https://github.com/sigstore/sigstore-js/issues" }, "homepage": "https://github.com/sigstore/sigstore-js/tree/main/packages/tuf#readme", "publishConfig": { "provenance": true }, "devDependencies": { "@sigstore/jest": "^0.0.0", "@tufjs/repo-mock": "^2.0.1", "@types/make-fetch-happen": "^10.0.4" }, "dependencies": { "@sigstore/protobuf-specs": "^0.3.2", "tuf-js": "^2.2.1" }, "engines": { "node": "^16.14.0 || >=18.0.0" } }