{
  "_from": "plur@^2.0.0",
  "_id": "plur@2.1.2",
  "_inBundle": false,
  "_integrity": "sha1-dIJFLBoPUI4+NE6uwxLJHCncZVo=",
  "_location": "/plur",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "plur@^2.0.0",
    "name": "plur",
    "escapedName": "plur",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/ava"
  ],
  "_resolved": "https://registry.npmjs.org/plur/-/plur-2.1.2.tgz",
  "_shasum": "7482452c1a0f508e3e344eaec312c91c29dc655a",
  "_spec": "plur@^2.0.0",
  "_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/plur/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "irregular-plurals": "^1.0.0"
  },
  "deprecated": false,
  "description": "Pluralize a word",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/plur#readme",
  "keywords": [
    "plur",
    "plural",
    "plurals",
    "pluralize",
    "singular",
    "count",
    "word",
    "string",
    "str",
    "irregular",
    "noun",
    "nouns"
  ],
  "license": "MIT",
  "name": "plur",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/plur.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.1.2"
}