devisrinerusu_words_utils
Version:
The Words_Utils Module offers a simple function to analyze text, including counting vowels,consonants,words,number of occurence of words
18 lines (17 loc) • 473 B
JSON
{
"name": "devisrinerusu_words_utils",
"version": "1.0.0",
"description": "The Words_Utils Module offers a simple function to analyze text, including counting vowels,consonants,words,number of occurence of words",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"countVowels",
"countConsonants",
"countWords",
"countWordOccurrences"
],
"author": "Devi Sri",
"license": "ISC"
}