{ "_from": "plur@^3.0.1", "_id": "plur@3.1.1", "_inBundle": false, "_integrity": "sha512-t1Ax8KUvV3FFII8ltczPn2tJdjqbd1sIzu6t4JL7nQ3EyeL/lTrj5PWKb06ic5/6XYDr65rQ4uzQEGN70/6X5w==", "_location": "/plur", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "plur@^3.0.1", "name": "plur", "escapedName": "plur", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/eslint-formatter-pretty" ], "_resolved": "https://registry.npmjs.org/plur/-/plur-3.1.1.tgz", "_shasum": "60267967866a8d811504fe58f2faaba237546a5b", "_spec": "plur@^3.0.1", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/eslint-formatter-pretty", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/plur/issues" }, "bundleDependencies": false, "dependencies": { "irregular-plurals": "^2.0.0" }, "deprecated": false, "description": "Pluralize a word", "devDependencies": { "ava": "^1.4.1", "tsd": "^0.7.2", "xo": "^0.24.0" }, "engines": { "node": ">=6" }, "files": [ "index.js", "index.d.ts" ], "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": "3.1.1" }