1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: node-plur
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Abhishek Lolage <abhisheklolage@gmail.com>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
Standards-Version: 4.1.0
Homepage: https://github.com/sindresorhus/plur
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-plur.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-plur.git
Package: node-plur
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-irregular-plurals (>= 1.0.0)
Description: Pluralize a word
This package works only for English language currently.
Default:
- Irregular nouns will use this [list]
(https://github.com/sindresorhus/irregular-plurals/
blob/master/irregular-plurals.json).
- Words ending in *s*, *x*, *z*, *ch*, *sh*
will be pluralized with *-es* (eg. *foxes*).
- Words ending in *y* that are preceded by a consonant
will be pluralized by replacing *y* with *-ies* (eg. *puppies*).
- All other words will have "s" added to the end (eg. *days*).
Pluralized word.
The plural suffix will match the case of the last letter in the word.
This option is only for extreme edge-cases. You probably won't need it.
.
Node.js is an event-based server-side JavaScript engine.
|