Follow redirects
This commit is contained in:
parent
d70300d9f5
commit
df0590b2ee
340 changed files with 17786 additions and 16731 deletions
86
node_modules/plur/package.json
generated
vendored
86
node_modules/plur/package.json
generated
vendored
|
|
@ -1,45 +1,45 @@
|
|||
{
|
||||
"name": "plur",
|
||||
"version": "5.1.0",
|
||||
"description": "Pluralize a word",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/plur",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": "./index.js",
|
||||
"engines": {
|
||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"plural",
|
||||
"plurals",
|
||||
"pluralize",
|
||||
"singular",
|
||||
"count",
|
||||
"word",
|
||||
"string",
|
||||
"irregular",
|
||||
"noun",
|
||||
"nouns"
|
||||
],
|
||||
"dependencies": {
|
||||
"irregular-plurals": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^3.15.0",
|
||||
"tsd": "^0.18.0",
|
||||
"xo": "^0.46.4"
|
||||
}
|
||||
"name": "plur",
|
||||
"version": "5.1.0",
|
||||
"description": "Pluralize a word",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/plur",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": "./index.js",
|
||||
"engines": {
|
||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"plural",
|
||||
"plurals",
|
||||
"pluralize",
|
||||
"singular",
|
||||
"count",
|
||||
"word",
|
||||
"string",
|
||||
"irregular",
|
||||
"noun",
|
||||
"nouns"
|
||||
],
|
||||
"dependencies": {
|
||||
"irregular-plurals": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^3.15.0",
|
||||
"tsd": "^0.18.0",
|
||||
"xo": "^0.46.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue