UNPKG

@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.

42 lines (41 loc) 1.16 kB
{ "name": "@small-tech/syswide-cas", "version": "6.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.", "keywords": [ "tls", "certificate authority", "root certificate authority", "self-signed certificate", "CA", "root", "root CA" ], "homepage": "https://codeberg.org/small-tech/syswide-cas", "files": [], "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", "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": ">=0.10.0" }, "devDependencies": { "@small-tech/tap-monkey": "^1.3.0", "request": "^2.88.2", "tape": "^5.2.2" } }