Files
bare-operating-system/packages/bare-os-openssh/vendor/bare-ssh2/shims/crypto/package.json
T

11 lines
230 B
JSON

{
"name": "crypto",
"version": "0.0.0",
"description": "Local shim: bare-crypto + OpenSSL-style getCiphers/getHashes for Bare",
"main": "index.js",
"private": true,
"dependencies": {
"bare-crypto": "^1.13.4"
}
}