overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
76 lines (75 loc) • 1.74 kB
JSON
{
"_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": "range",
"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",
"_shasum": "729aedb08f452645fe8c58ef115bf16b0a73ef84",
"_spec": "plur@^4.0.0",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\ava",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/plur/issues"
},
"bundleDependencies": false,
"dependencies": {
"irregular-plurals": "^3.2.0"
},
"deprecated": false,
"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"
}