webservices/node_modules/@node-rs/bcrypt-linux-x64-gnu/package.json

46 lines
No EOL
862 B
JSON

{
"name": "@node-rs/bcrypt-linux-x64-gnu",
"version": "1.10.4",
"cpu": [
"x64"
],
"main": "bcrypt.linux-x64-gnu.node",
"files": [
"bcrypt.linux-x64-gnu.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": [
"glibc"
]
}