UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

35 lines (34 loc) 704 B
{ "name": "@hapi/nigel", "description": "BoyerMooreHorspool algorithms", "version": "4.0.2", "repository": "git://github.com/hapijs/nigel", "main": "lib/index.js", "engines": { "node": ">=12.0.0" }, "files": [ "lib" ], "keywords": [ "boyer-moore-horspool", "algorithms", "lookup", "search", "stream" ], "dependencies": { "@hapi/hoek": "^9.0.4", "@hapi/vise": "^4.0.0" }, "devDependencies": { "@hapi/code": "8.x.x", "@hapi/lab": "22.x.x", "@hapi/teamwork": "4.x.x" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L", "test-cov-html": "lab -a @hapi/code -r html -o coverage.html" }, "license": "BSD-3-Clause" }