jayson

v3.5.2
JSON-RPC 1.0/2.0 compliant server and client
jsonrpc json-rpc rpc json jsonrpc-2.0 jsonrpc-1.0 middleware connect express and 9 more...

docs

jsdoc -t node_modules/ink-docstrap/template -R README.md -c ./jsdoc.conf.json

lint

jshint lib/*.js lib/**/*.js promise/*.js promise/**/*.js; exit 0

test

mocha

test-ci

mocha -w -R min

coverage

nyc mocha

test-tsc

tsc --strict --lib es6 --esModuleInterop typescript/test.ts

coveralls

mocha && nyc report --reporter=text-lcov | coveralls

docs_clear

rm -rf ./docs/jayson/*; exit 0

docs_deploy

rsync --delete -r docs/jayson/* tedeh.net:/var/www/jayson.tedeh.net; exit 0

docs_refresh

npm run docs_clear && npm run docs

Metadata

  • MIT
  • >=8
  • Tedde Lundgren
  • released 4/25/2021

Downloads

Maintainers