json-web-token

v2.0.2
JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters.
jwt json-web-token web http tokens authorization

test

tape test/test.js | tap-spec

lint

jshint -c .jshintrc index.js test/test.js

style

jscs -p google index.js test/test.js

coverage

istanbul cover tape test/test.js && istanbul check-coverage

coverage:open

open reports/coverage/index.html

complexity

plato -r -t 'jenkins-client code report' -l .jshintrc -x 'node_modules|reports|test' -d reports/plato .

complexity:open

open reports/plato/index.html

security

nsp check

bench

echo 'installing dependencies first ...' && sleep 1 && npm i --save-dev benchmark microtime && echo '' && node bench && npm uninstall --save-dev benchmark microtime

Metadata

  • ISC
  • Whatever
  • @joaquimserafim
  • released 4/11/2016

Downloads

Maintainers