13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"name": "native-utils-linux-x64-gnu",
|
|
"version": "0.0.0",
|
|
"os": ["linux"],
|
|
"cpu": ["x64"],
|
|
"main": "native-utils.linux-x64-gnu.node",
|
|
"files": ["native-utils.linux-x64-gnu.node"],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"libc": ["glibc"]
|
|
}
|