You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.7 KiB

{
"_from": "plur@^4.0.0",
"_id": "plur@4.0.0",
"_inBundle": false,
"_integrity": "sha1-cprtsI9FJkX+jFjvEVvxawpz74Q=",
"_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": [
"/eslint-formatter-pretty"
],
"_resolved": "https://registry.npm.taobao.org/plur/download/plur-4.0.0.tgz",
"_shasum": "729aedb08f452645fe8c58ef115bf16b0a73ef84",
"_spec": "plur@^4.0.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/eslint-formatter-pretty",
"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"
}