UNPKG

node-opcua-pki

Version:
55 lines (54 loc) 1.4 kB
{ "name": "node-opcua-pki", "version": "6.17.0", "description": "PKI management for node-opcua", "type": "commonjs", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "bin": { "pki": "./dist/bin/pki.mjs", "node-opcua-pki": "./dist/bin/pki.mjs" }, "files": [ "dist", "bin", "LICENSE", "readme.md" ], "repository": { "type": "git", "url": "https://github.com/node-opcua/node-opcua-pki.git" }, "bugs": { "url": "https://github.com/node-opcua/node-opcua-pki/issues" }, "keywords": [ "PKI", "node-opcua" ], "collective": { "url": "https://opencollective.com/node-opcua" }, "author": "Etienne Rossignon", "license": "MIT", "dependencies": { "@ster5/global-mutex": "^3.3.0", "byline": "^5.0.0", "chalk": "4.1.2", "chokidar": "4.0.3", "command-line-args": "^6.0.2", "command-line-usage": "^7.0.4", "node-opcua-crypto": "5.3.6", "progress": "^2.0.3", "wget-improved-2": "^3.3.0", "yauzl": "^3.3.0" }, "gitHead": "4c5864edeca23766d1653abd65382309d68e37c8" }