{
  "_args": [
    [
      "make-plural@3.0.6",
      "/app"
    ]
  ],
  "_from": "make-plural@3.0.6",
  "_id": "make-plural@3.0.6",
  "_inBundle": false,
  "_integrity": "sha1-IDOgO6wpC487uRJY9lud9+iwHKc=",
  "_location": "/make-plural",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "make-plural@3.0.6",
    "name": "make-plural",
    "escapedName": "make-plural",
    "rawSpec": "3.0.6",
    "saveSpec": null,
    "fetchSpec": "3.0.6"
  },
  "_requiredBy": [
    "/i18n",
    "/messageformat"
  ],
  "_resolved": "https://registry.npmjs.org/make-plural/-/make-plural-3.0.6.tgz",
  "_spec": "3.0.6",
  "_where": "/app",
  "author": {
    "name": "Eemeli Aro",
    "email": "eemeli@gmail.com"
  },
  "bin": {
    "make-plural": "bin/make-plural"
  },
  "bugs": {
    "url": "https://github.com/eemeli/make-plural.js/issues"
  },
  "dependencies": {
    "minimist": "^1.2.0"
  },
  "description": "Translates Unicode CLDR pluralization rules to executable JavaScript",
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-eslint": "^6.0.3",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015": "^6.6.0",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "cldr-core": "^29.0.0",
    "eslint": "^2.8.0",
    "expect.js": "*",
    "http-server": "^0.9.0",
    "mocha": "*",
    "uglify-js": "*"
  },
  "eslintConfig": {
    "parser": "babel-eslint",
    "env": {
      "browser": true,
      "node": true
    },
    "rules": {
      "curly": [
        2,
        "multi-line"
      ],
      "eqeqeq": [
        1,
        "smart"
      ],
      "no-multi-spaces": 0,
      "no-new-func": 0,
      "no-underscore-dangle": 0,
      "quotes": [
        1,
        "single",
        "avoid-escape"
      ],
      "strict": 0
    }
  },
  "files": [
    "bin/",
    "data/",
    "make-plural.*",
    "pluralCategories.*",
    "plurals.*"
  ],
  "homepage": "https://github.com/eemeli/make-plural.js",
  "keywords": [
    "unicode",
    "cldr",
    "i18n",
    "internationalization",
    "pluralization"
  ],
  "license": "ISC",
  "main": "plurals",
  "name": "make-plural",
  "optionalDependencies": {
    "minimist": "^1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eemeli/make-plural.js.git"
  },
  "scripts": {
    "lint": "eslint src/",
    "test": "make test",
    "version": "git add -f $FILES"
  },
  "version": "3.0.6"
}
