sodium-native
Version:
Low level bindings for libsodium
63 lines (62 loc) • 1.48 kB
JSON
{
"name": "sodium-native",
"version": "5.1.0",
"description": "Low level bindings for libsodium",
"main": "index.js",
"files": [
"index.js",
"binding.cc",
"binding.js",
"extensions",
"prebuilds",
"CMakeLists.txt"
],
"imports": {
"assert": {
"bare": "bare-assert",
"node": "assert"
}
},
"addon": true,
"dependencies": {
"bare-assert": "^1.2.0",
"require-addon": "^1.1.0",
"which-runtime": "^1.2.1"
},
"devDependencies": {
"bare-compat-napi": "^1.3.5",
"brittle": "^3.16.2",
"cmake-bare": "^1.6.1",
"cmake-fetch": "^1.4.3",
"cmake-napi": "^1.2.1",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^2.0.0"
},
"scripts": {
"test": "prettier . --check && npm run test:node && npm run test:bare",
"test:node": "node test/all.js",
"test:bare": "bare test/all.js"
},
"standard": {
"ignore": [
"/test/fixtures/*.js"
]
},
"engines": {
"bare": ">=1.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/sodium-native.git"
},
"contributors": [
"Emil Bay <github@tixz.dk> (http://bayes.dk)",
"Mathias Buus <mathiasbuus@gmail.com> (https://mafinto.sh)",
"Christophe Diederichs <chm-diederichs@hyperdivision.dk>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/holepunchto/sodium-native/issues"
},
"homepage": "https://github.com/holepunchto/sodium-native"
}