1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| {
| "name": "mongoose-legacy-pluralize",
| "version": "1.0.2",
| "description": "Legacy pluralization logic for mongoose",
| "main": "index.js",
| "repository": {
| "type": "git",
| "url": "https://github.com/vkarpov15/mongoose-legacy-pluralize.git"
| },
| "keywords": [
| "mongoose",
| "mongodb"
| ],
| "peerDependencies": {
| "mongoose": "*"
| },
| "author": "Valeri Karpov <val@karpov.io>",
| "license": "Apache-2.0",
| "bugs": {
| "url": "https://github.com/vkarpov15/mongoose-legacy-pluralize/issues"
| },
| "homepage": "https://github.com/vkarpov15/mongoose-legacy-pluralize"
| }
|
|