2025-11-05 17:04:23 -03:00

31 lines
720 B
JSON

{
"name": "@xmpp/sasl2",
"description": "XMPP SASL2 for JavaScript",
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/sasl2",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.14.0",
"license": "ISC",
"type": "module",
"main": "index.js",
"keywords": [
"XMPP",
"sasl"
],
"dependencies": {
"@xmpp/base64": "^0.14.0",
"@xmpp/error": "^0.14.0",
"@xmpp/events": "^0.14.0",
"@xmpp/jid": "^0.14.0",
"@xmpp/sasl": "^0.14.0",
"@xmpp/xml": "^0.14.0"
},
"engines": {
"node": ">= 14"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2d418547c6633896301bc5b70ea34c8e08e23472"
}