UNPKG

@sassoftware/esp-connect

Version:

Package used to connect to an ESP server (version 6.2+)

33 lines (32 loc) 811 B
{ "name": "@sassoftware/esp-connect", "version": "1.0.11", "description": "Package used to connect to an ESP server (version 6.2+)", "main": "connect.js", "type": "module", "keywords": [ "SAS", "ESP", "Event Stream Processing" ], "homepage": "https://github.com/sassoftware/esp-connect", "bugs": { "url": "https://github.com/sassoftware/esp-connect/issues" }, "license": "Apache-2.0", "author": "Robert Levey <robert.levey@sas.com>", "repository": { "type": "git", "url": "https://github.com/sassoftware/esp-connect.git" }, "dependencies": { "websocket": "latest", "xmldom": "latest", "xpath": "latest", "xmlhttprequest": "latest", "tunnel": "latest", "node-static": "latest", "prompt-sync": "latest", "yaml": "latest" } }