100 lines
No EOL
2.8 KiB
JSON
100 lines
No EOL
2.8 KiB
JSON
{
|
|
"name": "@node-rs/bcrypt",
|
|
"version": "1.10.4",
|
|
"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",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"browser": "browser.js",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"binding.js",
|
|
"binding.d.ts",
|
|
"browser.js",
|
|
"LICENSE",
|
|
"LICENSE.rust-bcrypt"
|
|
],
|
|
"napi": {
|
|
"binaryName": "bcrypt",
|
|
"targets": [
|
|
"x86_64-apple-darwin",
|
|
"aarch64-apple-darwin",
|
|
"x86_64-pc-windows-msvc",
|
|
"x86_64-unknown-linux-gnu",
|
|
"aarch64-linux-android",
|
|
"aarch64-unknown-linux-gnu",
|
|
"aarch64-unknown-linux-musl",
|
|
"aarch64-pc-windows-msvc",
|
|
"armv7-unknown-linux-gnueabihf",
|
|
"x86_64-unknown-linux-musl",
|
|
"x86_64-unknown-freebsd",
|
|
"i686-pc-windows-msvc",
|
|
"armv7-linux-androideabi",
|
|
"wasm32-wasip1-threads"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/napi-rs/node-rs.git"
|
|
},
|
|
"scripts": {
|
|
"artifacts": "napi artifacts -d ../../artifacts",
|
|
"bench": "cross-env NODE_ENV=production node benchmark/bcrypt.js",
|
|
"build": "napi build --platform --release --js binding.js --dts binding.d.ts",
|
|
"build:debug": "napi build --platform",
|
|
"prepublishOnly": "napi prepublish",
|
|
"version": "napi version && git add npm"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/napi-rs/node-rs/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^3.0.0-alpha.54",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"bcrypt": "^5.1.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"cross-env": "^7.0.3"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
},
|
|
"gitHead": "7a04bb7c215db35d4b1a4490cf4d2a3624836413",
|
|
"optionalDependencies": {
|
|
"@node-rs/bcrypt-darwin-x64": "1.10.4",
|
|
"@node-rs/bcrypt-darwin-arm64": "1.10.4",
|
|
"@node-rs/bcrypt-win32-x64-msvc": "1.10.4",
|
|
"@node-rs/bcrypt-linux-x64-gnu": "1.10.4",
|
|
"@node-rs/bcrypt-android-arm64": "1.10.4",
|
|
"@node-rs/bcrypt-linux-arm64-gnu": "1.10.4",
|
|
"@node-rs/bcrypt-linux-arm64-musl": "1.10.4",
|
|
"@node-rs/bcrypt-win32-arm64-msvc": "1.10.4",
|
|
"@node-rs/bcrypt-linux-arm-gnueabihf": "1.10.4",
|
|
"@node-rs/bcrypt-linux-x64-musl": "1.10.4",
|
|
"@node-rs/bcrypt-freebsd-x64": "1.10.4",
|
|
"@node-rs/bcrypt-win32-ia32-msvc": "1.10.4",
|
|
"@node-rs/bcrypt-android-arm-eabi": "1.10.4",
|
|
"@node-rs/bcrypt-wasm32-wasi": "1.10.4"
|
|
}
|
|
} |