46 lines
No EOL
864 B
JSON
46 lines
No EOL
864 B
JSON
{
|
|
"name": "@node-rs/bcrypt-linux-x64-musl",
|
|
"version": "1.10.4",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "bcrypt.linux-x64-musl.node",
|
|
"files": [
|
|
"bcrypt.linux-x64-musl.node"
|
|
],
|
|
"description": "Rust bcrypt binding",
|
|
"keywords": [
|
|
"bcrypt",
|
|
"auth",
|
|
"password",
|
|
"authentication",
|
|
"encryption",
|
|
"crypto",
|
|
"N-API",
|
|
"napi-rs",
|
|
"node-rs"
|
|
],
|
|
"author": "LongYinan <lynweklm@gmail.com>",
|
|
"homepage": "https://github.com/napi-rs/node-rs",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/napi-rs/node-rs.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/napi-rs/node-rs/issues"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"libc": [
|
|
"musl"
|
|
]
|
|
} |