wishthis/node_modules/irregular-plurals/package.json

40 lines
616 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "irregular-plurals",
"version": "2.0.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"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"irregular-plurals.json"
],
"keywords": [
"word",
"words",
"list",
"map",
"hash",
"json",
"irregular",
"plural",
"plurals",
"noun",
"nouns"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
2022-01-21 08:28:41 +00:00
}