ubdate
This commit is contained in:
39
node_modules/irregular-plurals/package.json
generated
vendored
Normal file
39
node_modules/irregular-plurals/package.json
generated
vendored
Normal file
@@ -0,0 +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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user