-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
57 lines (57 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "jetson-flash",
"version": "0.5.82",
"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.2.0",
"balena-sdk": "^16.38.0",
"bluebird": "^3.7.2",
"ext2fs": "^3.0.5",
"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": "2024-10-29T02:39:27.076Z"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"tap": "^16.3.4"
}
}