Files
codeql-action/node_modules/plur/package.json
2020-06-24 14:33:14 +01:00

80 lines
1.7 KiB
JSON

{
"_args": [
[
"plur@4.0.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "plur@4.0.0",
"_id": "plur@4.0.0",
"_inBundle": false,
"_integrity": "sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==",
"_location": "/plur",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "plur@4.0.0",
"name": "plur",
"escapedName": "plur",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/plur/-/plur-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/plur/issues"
},
"dependencies": {
"irregular-plurals": "^3.2.0"
},
"description": "Pluralize a word",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.11.0",
"xo": "^0.26.1"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/plur#readme",
"keywords": [
"plural",
"plurals",
"pluralize",
"singular",
"count",
"word",
"string",
"irregular",
"noun",
"nouns"
],
"license": "MIT",
"name": "plur",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/plur.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.0.0"
}