find-subsequent
Version:
This package will take two strings and return the two most common pairs in those 2 strings concatenated.
26 lines (25 loc) • 658 B
JSON
{
"name": "find-subsequent",
"version": "1.0.0",
"description": "This package will take two strings and return the two most common pairs in those 2 strings concatenated.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxOffline/LS.git"
},
"keywords": [
"matches",
"subsequence",
"sequence",
"pairs"
],
"author": "Hossam Mohamed <cbv.python@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxOffline/LS/issues"
},
"homepage": "https://github.com/MaxOffline/LS#readme"
}