Galerie und tage

This commit is contained in:
2021-11-23 17:56:26 +01:00
parent ff35366279
commit 5f873bee89
4693 changed files with 149659 additions and 301447 deletions

View File

@@ -1,39 +1,39 @@
{
"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": "*"
}
"name": "irregular-plurals",
"version": "1.4.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": "*"
}
}