{
  "_args": [
    [
      "messageformat@0.3.1",
      "/app"
    ]
  ],
  "_from": "messageformat@0.3.1",
  "_id": "messageformat@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-5Y//gkXps5cXmeW0PbWLPpQX9aI=",
  "_location": "/messageformat",
  "_phantomChildren": {
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "minimatch": "3.0.4",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "messageformat@0.3.1",
    "name": "messageformat",
    "escapedName": "messageformat",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/i18n"
  ],
  "_resolved": "https://registry.npmjs.org/messageformat/-/messageformat-0.3.1.tgz",
  "_spec": "0.3.1",
  "_where": "/app",
  "author": {
    "name": "Alex Sexton",
    "email": "alexsexton@gmail.com"
  },
  "bin": {
    "messageformat": "bin/messageformat.js"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/SlexAxton/messageformat.js/issues"
  },
  "contributors": [
    {
      "name": "Eemeli Aro",
      "email": "eemeli@gmail.com"
    }
  ],
  "dependencies": {
    "async": "~1.5.2",
    "glob": "~6.0.4",
    "make-plural": "~3.0.3",
    "nopt": "~3.0.6",
    "watchr": "~2.4.13"
  },
  "description": "PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.",
  "devDependencies": {
    "browserify": "~13.0.0",
    "expect.js": "*",
    "jsdoc": "~3.4.0",
    "mocha": "*",
    "pegjs": "*",
    "serve": "*"
  },
  "files": [
    "lib/messageformat.js",
    "lib/messageformat-parser.js",
    "bin/messageformat.js",
    "example",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://messageformat.github.io/",
  "keywords": [
    "i18n",
    "pluralformat",
    "icu",
    "gettext",
    "choiceformat",
    "selectformat",
    "messageformat",
    "internationalization"
  ],
  "license": "MIT",
  "main": "lib/messageformat",
  "name": "messageformat",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SlexAxton/messageformat.js.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.3.1"
}
