UNPKG

jetson-flash

Version:

This tool allows users to flash BalenaOS on specific Jetson devices using Nvidia flashing tools.

58 lines (57 loc) 1.45 kB
{ "name": "jetson-flash", "version": "0.5.90", "description": "This tool allows users to flash BalenaOS on specific Jetson devices using Nvidia flashing tools.", "scripts": { "test": "tap --timeout=0 --no-coverage --after=tests/cleanup.js", "start": "bin/cmd.js" }, "repository": { "type": "git", "url": "git+https://github.com/balena-os/jetson-flash.git" }, "keywords": [ "flash", "balenaOS", "USB" ], "author": "Theodor Gherzan", "license": "Apache-2.0", "bugs": { "url": "https://github.com/balena-os/jetson-flash/issues" }, "homepage": "https://github.com/balena-os/jetson-flash#readme", "dependencies": { "apply-patch": "^0.1.2", "balena-image-fs": "^7.4.1", "balena-sdk": "^16.38.0", "bluebird": "^3.7.2", "ext2fs": "^4.2.4", "file-disk": "^7.0.1", "fs-extra": "^9.1.0", "hasha": "^5.2.2", "install": "^0.13.0", "lodash": "^4.17.21", "make-dir": "^3.1.0", "npm": "^7.11.1", "partitioninfo": "^6.0.2", "progress-stream": "^2.0.0", "request": "^2.88.2", "resin-cli-visuals": "^1.8.0", "stream-to-string": "^1.2.0", "string-to-stream": "^3.0.1", "tar-fs": "^2.1.1", "unbzip2-stream": "^1.4.3", "xml-js": "^1.6.11", "yargs": "^16.2.0" }, "versionist": { "publishedAt": "2025-07-16T16:44:31.469Z" }, "engines": { "node": ">=16" }, "devDependencies": { "tap": "^16.3.4" } }