UNPKG

@livre/word-count

Version:
55 lines 1.31 kB
{ "name": "@livre/word-count", "version": "0.3.3", "description": "Word count", "type": "module", "exports": "./dist/index.js", "files": [ "dist" ], "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "@livre/enum-regexes": "^0.3.3", "@livre/frequent-words": "^0.3.3" }, "devDependencies": { "@aryth/distinct-vector": "^0.7.3", "@aryth/flopper": "^0.7.3", "@aryth/subset": "^0.7.3", "@geia/by": "^0.1.5", "@geia/cluster-institute": "^0.1.5", "@geia/enum-events": "^0.1.5", "@geia/enum-roles": "^0.1.5", "@geia/signaler": "^0.1.5", "@valjoux/linger": "^0.4.0", "@vect/matrix": "^0.8.0", "@vect/swap": "^0.6.13", "@vect/vector": "^0.8.0", "@vect/vector-init": "^0.8.0" }, "repository": { "type": "git", "url": "git+https://github.com/hoyeungw/livre.git" }, "keywords": [ "livre", "word-count", "word-frequency" ], "author": "Hoyeung Wong", "license": "MIT", "bugs": { "url": "https://github.com/hoyeungw/livre" }, "homepage": "https://github.com/hoyeungw/livre#readme", "gitHead": "d28f6ddda0e7338b6cf3f3bef2e1dec1b5352b5d", "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/test.index.js" } }