Socket
Socket
Sign inDemoInstall

irregular-plurals

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

19

irregular-plurals.json

@@ -13,2 +13,3 @@ {

"appendix": "appendices",
"automaton": "automata",
"axis": "axes",

@@ -21,8 +22,13 @@ "bacillus": "bacilli",

"bison": "bison",
"buffalo": "buffalo",
"bureau": "bureaus",
"cactus": "cacti",
"calf": "calves",
"carp": "carp",
"census": "censuses",
"chassis": "chassis",
"cherub": "cherubim",
"child": "children",
"château": "châteaus",
"cherub": "cherubim",
"cod": "cod",
"codex": "codices",

@@ -62,4 +68,6 @@ "concerto": "concerti",

"hoof": "hooves",
"hovercraft": "hovercraft",
"hypothesis": "hypotheses",
"index": "indices",
"kakapo": "kakapo",
"knife": "knives",

@@ -78,2 +86,3 @@ "larva": "larvae",

"memorandum": "memoranda",
"millennium": "millennia",
"minutia": "minutiae",

@@ -83,2 +92,3 @@ "moose": "moose",

"nebula": "nebulae",
"nemesis": "nemeses",
"neurosis": "neuroses",

@@ -94,4 +104,7 @@ "news": "news",

"parenthesis": "parentheses",
"person": "people",
"phenomenon": "phenomena",
"phylum": "phyla",
"pike": "pike",
"polyhedron": "polyhedra",
"potato": "potatoes",

@@ -109,3 +122,6 @@ "prognosis": "prognoses",

"shrimp": "shrimp",
"spacecraft": "spacecraft",
"species": "species",
"spectrum": "spectra",
"squid": "squid",
"stimulus": "stimuli",

@@ -131,2 +147,3 @@ "stratum": "strata",

"vortex": "vortices",
"watercraft": "watercraft",
"wharf": "wharves",

@@ -133,0 +150,0 @@ "wife": "wives",

74

package.json
{
"name": "irregular-plurals",
"version": "1.2.0",
"description": "Map of nouns to their irregular plural form",
"license": "MIT",
"repository": "sindresorhus/irregular-plurals",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"main": "irregular-plurals.json",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"irregular-plurals.json"
],
"keywords": [
"word",
"words",
"list",
"map",
"hash",
"json",
"irregular",
"plural",
"plurals",
"noun",
"nouns"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
"name": "irregular-plurals",
"version": "1.3.0",
"description": "Map of nouns to their irregular plural form",
"license": "MIT",
"repository": "sindresorhus/irregular-plurals",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"main": "irregular-plurals.json",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"irregular-plurals.json"
],
"keywords": [
"word",
"words",
"list",
"map",
"hash",
"json",
"irregular",
"plural",
"plurals",
"noun",
"nouns"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}
# irregular-plurals [![Build Status](https://travis-ci.org/sindresorhus/irregular-plurals.svg?branch=master)](https://travis-ci.org/sindresorhus/irregular-plurals)
> Map of nouns to their irregular plural form
>
> Map of nouns to their irregular plural form
> An irregular plural in this library is defined as a noun that cannot be made plural by applying these rules:

@@ -10,3 +11,3 @@ > - If the noun ends in an "s", "x", "z", "ch" or "sh", add "es"

*The list is just a [JSON file](irregular-plurals.json) and can be used wherever.*
The list is just a [JSON file](irregular-plurals.json) and can be used wherever.

@@ -17,3 +18,3 @@

```
$ npm install --save irregular-plurals
$ npm install irregular-plurals
```

@@ -32,7 +33,7 @@

/*
{
addendum: 'addenda',
alga: 'algae',
...
}
{
addendum: 'addenda',
alga: 'algae',
}
*/

@@ -49,2 +50,2 @@ ```

MIT © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](https://sindresorhus.com)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc