replace jest with ava
This commit is contained in:
parent
27cc8b23fe
commit
0347b72305
11775 changed files with 84546 additions and 1440575 deletions
46
node_modules/irregular-plurals/package.json
generated
vendored
Normal file
46
node_modules/irregular-plurals/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"name": "irregular-plurals",
|
||||
"version": "3.2.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"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"tsd": {
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue