normalize-keywords@0.1.3
Normalize an array of keywords. Sorts and removes duplicates and common words (uses the 100 most common english words).
2014-10-02
安装 (0.1.3)
npm install normalize-keywords@0.1.3
yarn add normalize-keywords@0.1.3
pnpm add normalize-keywords@0.1.3
bun add normalize-keywords@0.1.3
dependencies (5)
| 包名 | 版本要求 |
|---|---|
| arr-diff | ^0.1.0 |
| common-words | ^0.1.3 |
| reduce-object | ^0.1.2 |
| sentence-case | ^1.1.0 |
| unique-words | 0.0.2 |
devDependencies (4)
| 包名 | 版本要求 |
|---|---|
| mocha | * |
| should | ^4.0.4 |
| verb | >= 0.2.6 |
| verb-tag-jscomments | >= 0.2.0 |