normalize-keywords@0.2.0
Normalize an array of keywords. Sorts and removes duplicates and common words (uses the 100 most common english words).
2014-10-08
安装 (0.2.0)
npm install normalize-keywords@0.2.0
yarn add normalize-keywords@0.2.0
pnpm add normalize-keywords@0.2.0
bun add normalize-keywords@0.2.0
dependencies (4)
| 包名 | 版本要求 |
|---|---|
| common-words | ^0.1.3 |
| inflection | ^1.5.0 |
| lodash | ^2.4.1 |
| unique-words | 0.0.2 |
devDependencies (4)
| 包名 | 版本要求 |
|---|---|
| mocha | * |
| should | ^4.0.4 |
| verb | >= 0.2.6 |
| verb-tag-jscomments | >= 0.2.0 |