UNPKG

crypt4gh_js

Version:
56 lines (55 loc) 1.4 kB
{ "name": "crypt4gh_js", "version": "1.0.17", "description": "Crypt4GH Version JavaScript", "private": false, "exports": "./src/index_node.js", "type": "module", "jest": { "transform": {} }, "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "repository": { "type": "git", "url": "git+https://github.com/fathelen/crypt4ghJS.git" }, "keywords": [ "crypt4gh", "encryption", "decryption", "keygen" ], "author": "Fabienne Thelen", "license": "MIT", "dependencies": { "@noble/ciphers": "^0.4.1", "@stablelib/blake2b": "^1.0.1", "@stablelib/chacha20poly1305": "^1.0.1", "@stablelib/x25519": "^1.0.3", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", "libsodium": "^0.7.13", "libsodium-wrappers": "^0.7.13", "scrypt-js": "^3.0.1", "crypto": "npm:crypto-browserify", "stream": "npm:stream-browserify", "vm": "npm:vm-browserify", "events": "npm:events" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^6.7.5", "eslint": "^8.51.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-n": "^16.2.0", "eslint-plugin-promise": "^6.1.1", "jest": "^29.7.0", "typescript": "^5.2.2" }, "browser": { "crypto": false } }