-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnodejs-bin.json
28 lines (28 loc) · 970 Bytes
/
nodejs-bin.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
{
"version": "23.8.0",
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.",
"homepage": "https://nodejs.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v23.8.0/win-x64/node.exe",
"hash": "8a0e6be40de816f334e65eb2de19d4a9b833c413eb866015eac19dceca9c3edf"
}
},
"bin": "node.exe",
"checkver": {
"url": "https://nodejs.org/dist/latest/",
"regex": "node-v([\\d.]+)-x64\\.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v$version/win-x64/node.exe",
"hash": {
"url": "https://nodejs.org/dist/v$version/SHASUMS256.txt.asc",
"regex": "$sha256\\s+win-x64/node\\.exe"
}
}
}
}
}