{
  "_from": "gettext-parser@1.1.0",
  "_id": "gettext-parser@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-LFpmONiTk0ubVQN9CtgstwBLJnk=",
  "_location": "/gettext-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gettext-parser@1.1.0",
    "name": "gettext-parser",
    "escapedName": "gettext-parser",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/po2json"
  ],
  "_resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.1.0.tgz",
  "_shasum": "2c5a6638d893934b9b55037d0ad82cb7004b2679",
  "_spec": "gettext-parser@1.1.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/po2json",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/andris9/gettext-parser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "encoding": "^0.1.11"
  },
  "deprecated": false,
  "description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less",
  "devDependencies": {
    "chai": "^1.10.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^2.1.0"
  },
  "homepage": "http://github.com/andris9/gettext-parser",
  "keywords": [
    "i18n",
    "l10n",
    "gettext",
    "mo",
    "po"
  ],
  "license": "MIT",
  "main": "./index",
  "name": "gettext-parser",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/andris9/gettext-parser.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "version": "1.1.0"
}
