schnee effeckt und fehler Korektur
This commit is contained in:
87
node_modules/irregular-plurals/package.json
generated
vendored
87
node_modules/irregular-plurals/package.json
generated
vendored
@@ -1,39 +1,52 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
"name": "irregular-plurals",
|
||||
"version": "3.5.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": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"//test": "xo && ava && tsd",
|
||||
"test": "ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"irregular-plurals.json"
|
||||
],
|
||||
"keywords": [
|
||||
"word",
|
||||
"words",
|
||||
"list",
|
||||
"map",
|
||||
"hash",
|
||||
"json",
|
||||
"irregular",
|
||||
"plural",
|
||||
"plurals",
|
||||
"noun",
|
||||
"nouns"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"xo": {
|
||||
"rules": {
|
||||
"import/extensions": "off"
|
||||
}
|
||||
},
|
||||
"tsd": {
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user