Files
pyrofetes-frontend/node_modules/@napi-rs/nice-linux-x64-gnu/package.json
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

39 lines
687 B
JSON

{
"name": "@napi-rs/nice-linux-x64-gnu",
"version": "1.1.1",
"cpu": [
"x64"
],
"main": "nice.linux-x64-gnu.node",
"files": [
"nice.linux-x64-gnu.node"
],
"description": "https://linux.die.net/man/2/nice binding for Node.js",
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api",
"nice"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "git+ssh://git@github.com/Brooooooklyn/nice.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
"libc": [
"glibc"
]
}