mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 19:50:32 +08:00
Update checked-in dependencies
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user