aboutsummaryrefslogtreecommitdiff
path: root/node_modules/irregular-plurals
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/irregular-plurals
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
downloadwallet-core-363723fc84f7b8477592e0105aeb331ec9a017af.tar.xz
node_modules
Diffstat (limited to 'node_modules/irregular-plurals')
-rw-r--r--node_modules/irregular-plurals/irregular-plurals.json19
-rw-r--r--node_modules/irregular-plurals/license20
-rw-r--r--node_modules/irregular-plurals/package.json74
-rw-r--r--node_modules/irregular-plurals/readme.md21
4 files changed, 70 insertions, 64 deletions
diff --git a/node_modules/irregular-plurals/irregular-plurals.json b/node_modules/irregular-plurals/irregular-plurals.json
index 0de74a608..d1672f720 100644
--- a/node_modules/irregular-plurals/irregular-plurals.json
+++ b/node_modules/irregular-plurals/irregular-plurals.json
@@ -10,6 +10,7 @@
"antithesis": "antitheses",
"apex": "apices",
"appendix": "appendices",
+ "automaton": "automata",
"axis": "axes",
"bacillus": "bacilli",
"bacterium": "bacteria",
@@ -17,12 +18,17 @@
"basis": "bases",
"beau": "beaux",
"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",
"concerto": "concerti",
"corpus": "corpora",
@@ -57,8 +63,10 @@
"half": "halves",
"hero": "heroes",
"hoof": "hooves",
+ "hovercraft": "hovercraft",
"hypothesis": "hypotheses",
"index": "indices",
+ "kakapo": "kakapo",
"knife": "knives",
"larva": "larvae",
"leaf": "leaves",
@@ -72,10 +80,12 @@
"means": "means",
"medium": "media",
"memorandum": "memoranda",
+ "millennium": "millennia",
"minutia": "minutiae",
"moose": "moose",
"mouse": "mice",
"nebula": "nebulae",
+ "nemesis": "nemeses",
"neurosis": "neuroses",
"news": "news",
"nucleus": "nuclei",
@@ -86,8 +96,11 @@
"ox": "oxen",
"paralysis": "paralyses",
"parenthesis": "parentheses",
+ "person": "people",
"phenomenon": "phenomena",
"phylum": "phyla",
+ "pike": "pike",
+ "polyhedron": "polyhedra",
"potato": "potatoes",
"prognosis": "prognoses",
"quiz": "quizzes",
@@ -100,7 +113,10 @@
"sheep": "sheep",
"shelf": "shelves",
"shrimp": "shrimp",
+ "spacecraft": "spacecraft",
"species": "species",
+ "spectrum": "spectra",
+ "squid": "squid",
"stimulus": "stimuli",
"stratum": "strata",
"swine": "swine",
@@ -121,6 +137,7 @@
"veto": "vetoes",
"vita": "vitae",
"vortex": "vortices",
+ "watercraft": "watercraft",
"wharf": "wharves",
"wife": "wives",
"wolf": "wolves",
diff --git a/node_modules/irregular-plurals/license b/node_modules/irregular-plurals/license
index 654d0bfe9..e7af2f771 100644
--- a/node_modules/irregular-plurals/license
+++ b/node_modules/irregular-plurals/license
@@ -1,21 +1,9 @@
-The MIT License (MIT)
+MIT License
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/node_modules/irregular-plurals/package.json b/node_modules/irregular-plurals/package.json
index 5ce67f27c..375b176cb 100644
--- a/node_modules/irregular-plurals/package.json
+++ b/node_modules/irregular-plurals/package.json
@@ -1,39 +1,39 @@
{
- "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": "*"
+ }
}
diff --git a/node_modules/irregular-plurals/readme.md b/node_modules/irregular-plurals/readme.md
index a700d630e..8dea5ca7a 100644
--- a/node_modules/irregular-plurals/readme.md
+++ b/node_modules/irregular-plurals/readme.md
@@ -1,19 +1,20 @@
# 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:
> - If the noun ends in an "s", "x", "z", "ch" or "sh", add "es"
> - If the noun ends in a "y" and is preceded by a consonent, drop the "y" and add "ies"
> - If the noun ends in a "y" and is preceded by a vowel, add "s"
-*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.
## Install
```
-$ npm install --save irregular-plurals
+$ npm install irregular-plurals
```
@@ -27,11 +28,11 @@ console.log(irregularPlurals['cactus']);
console.log(irregularPlurals);
/*
- {
- addendum: 'addenda',
- alga: 'algae',
- ...
- }
+{
+ addendum: 'addenda',
+ alga: 'algae',
+ …
+}
*/
```
@@ -43,4 +44,4 @@ console.log(irregularPlurals);
## License
-MIT © [Sindre Sorhus](http://sindresorhus.com)
+MIT © [Sindre Sorhus](https://sindresorhus.com)