{
  "_from": "loc-i18next",
  "_id": "loc-i18next@0.1.4",
  "_inBundle": false,
  "_integrity": "sha512-lw/232jHRVXPGhxycmeGD/87t9Cj87XpKBM0N8k3QloRwId5pZ2fVU2gKMWqHwWZr2tZ6jofBRTeuLth37io+g==",
  "_location": "/loc-i18next",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "loc-i18next",
    "name": "loc-i18next",
    "escapedName": "loc-i18next",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/loc-i18next/-/loc-i18next-0.1.4.tgz",
  "_shasum": "dd431e65613eddf9e2f08aa7a70db7e457d09f33",
  "_spec": "loc-i18next",
  "_where": "D:\\Projekte\\BlindDateStuff\\Website\\Appsite",
  "author": {
    "name": "mthh"
  },
  "bugs": {
    "url": "https://github.com/mthh/loc-i18next/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "NOtherDev"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Smart selectors to be used with i18next",
  "devDependencies": {
    "babel-cli": "6.11.4",
    "babel-core": "6.13.2",
    "babel-eslint": "^6.1.2",
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-stage-0": "^6.5.0",
    "eslint": "^3.3.1",
    "eslint-config-airbnb": "10.0.1",
    "i18next": "^3.4.3",
    "karma-chrome-launcher": "^2.0.0",
    "karma-requirejs": "^1.1.0",
    "mkdirp": "0.5.1",
    "rimraf": "^2.5.4",
    "rollup": "0.34.10",
    "rollup-plugin-babel": "^2.6.1",
    "rollup-plugin-node-resolve": "^2.0.0",
    "rollup-plugin-uglify": "^1.0.1",
    "yargs": "^5.0.0"
  },
  "directories": {
    "example": "example"
  },
  "homepage": "https://github.com/mthh/loc-i18next",
  "keywords": [
    "i18next",
    "i18next-plugin",
    "internationalization",
    "i18n",
    "translation",
    "localization",
    "l10n"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "loc-i18next",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mthh/loc-i18next.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:umd && npm run copy",
    "build:amd": "rollup -c rollup.config.js --format amd && rollup -c rollup.config.js --format umd --uglify",
    "build:cjs": "babel src --out-dir dist/commonjs",
    "build:es": "BABEL_ENV=jsnext babel src --out-dir dist/es",
    "build:iife": "rollup -c rollup.config.js --format iife && rollup -c rollup.config.js --format iife --uglify",
    "build:umd": "rollup -c rollup.config.js --format umd && rollup -c rollup.config.js --format umd --uglify",
    "clean": "rimraf dist && mkdirp dist",
    "copy": "cp ./dist/umd/loc-i18next.min.js ./loc-i18next.min.js && cp ./dist/umd/loc-i18next.js ./loc-i18next.js",
    "preversion": "npm run build && git push"
  },
  "version": "0.1.4"
}
