UNPKG

w-comor-hapi

Version:

A http communicator in nodejs and browser. Mapping functions from nodejs to other end points, like a simple RPC.

37 lines 805 B
{ "name": "w-comor-hapi", "version": "1.0.36", "main": "dist/w-comor-hapi-server.umd.js", "dependencies": { "@hapi/hapi": "^21.3.7", "@hapi/inert": "^7.1.0", "axios": "^1.6.8", "lodash-es": "^4.17.21", "wsemi": "^1.7.49", "xss": "^1.0.15" }, "devDependencies": { "w-package-tools": "^1.0.75" }, "scripts": { "test": "mocha --parallel --timeout 60000 --experimental-modules --es-module-specifier-resolution=node", "deploy": "gh-pages -d docs" }, "repository": { "type": "git", "url": "git+https://github.com/yuda-lyu/w-comor-hapi.git" }, "keywords": [ "package", "tool", "http", "hapi", "nodejs", "browser", "wrapper", "communicator", "RPC" ], "author": "yuda-lyu(semisphere)", "license": "MIT" }