UNPKG

ubiq-security

Version:

Ubiq Client Node.js Implementation

50 lines 1.13 kB
{ "name": "ubiq-security", "version": "2.3.0", "description": "Ubiq Client Node.js Implementation", "main": "index.js", "author": "Ubiq Security, Inc. <support@ubiqsecurity.com> (https://www.ubiqsecurity.com/)", "license": "MIT", "keywords": [ "ubiq security", "ubiq", "security", "encryption", "client" ], "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://gitlab.com/ubiqsecurity/ubiq-node.git" }, "files": [ "lib", "index.js" ], "engines": { "node": ">=20.0.0", "npm": ">=6.0.0" }, "homepage": "https://gitlab.com/ubiqsecurity/ubiq-node", "dependencies": { "big-integer": "^1.6.51", "cacheable": "^1.10.4", "configparser": "^0.3.6", "dotenv": "^16.4.5", "keyv": "^4.5.4", "node-fetch": "^2.7.0", "node-forge": "^1.3.1", "python-struct": "^1.1.3", "uuid": "^10.0.0" }, "devDependencies": { "chai": "^5.3.1", "commander": "^9.3.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "mocha": "^11.7.1" } }