UNPKG

atlas-seq-matcher

Version:

Global substring matcher that accepts one character code at a time.

37 lines (36 loc) 921 B
{ "name": "atlas-seq-matcher", "version": "1.0.2", "description": "Global substring matcher that accepts one character code at a time.", "scripts": { "test-server": "mocha --colors --watch --recursive './test/**/*.test.js'", "test": "mocha --colors --recursive" }, "main": "./src/SeqMatcher.js", "keywords": [ "atlassubbed", "utils", "utility", "streams", "stream", "parser", "sequence", "matcher" ], "author": "atlassubbed <atlassubbed@gmail.com>", "license": "Apache-2.0", "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0" }, "engines": { "node": "^10.1.0", "npm": "^6.0.1" }, "homepage": "https://github.com/atlassubbed/atlas-seq-matcher#readme", "bugs": "https://github.com/atlassubbed/atlas-seq-matcher/issues", "repository": { "type": "git", "url": "https://github.com/atlassubbed/atlas-seq-matcher.git" } }