@small-tech/syswide-cas
Version:
Fork of syswide-cas by a now-defunct company called Capriza. Enable node to use system wide certificate authorities in conjunction with the bundled root CAs.
48 lines (47 loc) • 1.26 kB
JSON
{
"name": "@small-tech/syswide-cas",
"version": "7.0.2",
"description": "Fork of syswide-cas by a now-defunct company called Capriza. Enable node to use system wide certificate authorities in conjunction with the bundled root CAs.",
"type": "module",
"keywords": [
"tls",
"certificate authority",
"root certificate authority",
"self-signed certificate",
"CA",
"root",
"root CA"
],
"homepage": "https://codeberg.org/small-tech/syswide-cas",
"files": [
"index.js",
"index.d.ts",
"CHANGELOG.md"
],
"contributors": [
"Aral Balkan (https://small-tech.org) <aral@small-tech.org>",
"Nadav Fischer – domain non-functional – <nadav.fischer@capriza.com>",
"Capriza Inc. – defunct; domain down – <backend@capriza.com>"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node tests | tap-monkey"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/small-tech/syswide-cas.git"
},
"bugs": {
"url": "https://codeberg.org/small-tech/syswide-cas/issues"
},
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"@small-tech/tap-monkey": "^1.3.0",
"request": "^2.88.2",
"tape": "^5.2.2"
}
}