UNPKG

@commercial/nigel

Version:

BoyerMooreHorspool algorithms

35 lines (34 loc) 741 B
{ "name": "@commercial/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": { "@commercial/hoek": "^9.0.4", "@commercial/vise": "^4.0.0" }, "devDependencies": { "@hapi/code": "8.x.x", "@hapi/lab": "22.x.x", "@commercial/teamwork": "5.x.x" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L", "test-cov-html": "lab -a @hapi/code -r html -o coverage.html" }, "license": "SEE LICENSE IN LICENSE.md" }