UNPKG

longestrepeatedstrings

Version:

Finds duplicated text strings and generates a report about the longest substrings or most frequent words in supplied text

34 lines (33 loc) 741 B
{ "name": "longestrepeatedstrings", "version": "1.0.40", "description": "Finds duplicated text strings and generates a report about the longest substrings or most frequent words in supplied text", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "longest", "repeated", "substring", "string", "strings", "substrings", "duplicate", "duplicated", "text", "find", "finder", "words", "code" ], "author": "D.A. Braksator", "license": "Unlicense", "repository": { "type": "git", "url": "git+https://github.com/braksator/LongestRepeatedStrings.git" }, "dependencies": { "fs": "^0.0.1-security" } }