This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

3
node_modules/@napi-rs/nice-linux-x64-gnu/README.md generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# `@napi-rs/nice-linux-x64-gnu`
This is the **x86_64-unknown-linux-gnu** binary for `@napi-rs/nice`

Binary file not shown.

39
node_modules/@napi-rs/nice-linux-x64-gnu/package.json generated vendored Normal file
View File

@@ -0,0 +1,39 @@
{
"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"
]
}