2025-04-21 17:35:31 +01:00
|
|
|
{
|
|
|
|
|
"name": "libloot-nodejs-linux-x64-gnu",
|
2025-06-08 17:14:38 +01:00
|
|
|
"version": "0.27.0",
|
2025-04-21 17:35:31 +01:00
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"main": "libloot-nodejs.linux-x64-gnu.node",
|
|
|
|
|
"files": [
|
|
|
|
|
"libloot-nodejs.linux-x64-gnu.node"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10"
|
|
|
|
|
},
|
|
|
|
|
"libc": [
|
|
|
|
|
"glibc"
|
|
|
|
|
]
|
2025-04-22 19:30:15 +01:00
|
|
|
}
|