UNPKG

canonicalizer

Version:

Provides singular and plural forms of nouns.

37 lines (36 loc) 766 B
{ "name": "canonicalizer", "version": "1.0.3", "description": "Provides singular and plural forms of nouns.", "main": "canonicalizer.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git@github.com:jimkang/canonicalizer.git" }, "keywords": [ "singular", "plural", "words", "nouns", "language", "pluralization", "canonicalization" ], "author": "Jim Kang", "license": "MIT", "bugs": { "url": "https://github.com/jimkang/canonicalizer/issues" }, "homepage": "https://github.com/jimkang/canonicalizer", "devDependencies": { "mocha": "^5.2.0" }, "dependencies": { "inflection": "^1.5.3", "lodash.find": "^4.6.0", "lodash.invert": "^4.3.0" } }