{
  "_from": "jquery-i18next",
  "_id": "jquery-i18next@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-UNcw3rgxoKjGEg4w23FEn2h3OlPJU7rPzsgDuXDBZktIzeiVbJohs9Cv9hj8oP8KNfBRKOoErL/OVxg2FaAR4g==",
  "_location": "/jquery-i18next",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "jquery-i18next",
    "name": "jquery-i18next",
    "escapedName": "jquery-i18next",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jquery-i18next/-/jquery-i18next-1.2.1.tgz",
  "_shasum": "3e4ac5e46632fac21640529f1aa7b68e54f227e8",
  "_spec": "jquery-i18next",
  "_where": "D:\\Projekte\\BlindDateStuff\\Website\\Appsite",
  "author": {
    "name": "Jan Mühlemann",
    "email": "jan.muehlemann@gmail.com",
    "url": "https://github.com/jamuhl"
  },
  "bugs": {
    "url": "https://github.com/i18next/jquery-i18next/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "i18next plugin for jquery usage",
  "devDependencies": {
    "babel-cli": "6.11.4",
    "babel-core": "6.13.2",
    "babel-eslint": "6.1.2",
    "babel-preset-es2015": "6.13.2",
    "babel-preset-stage-0": "6.5.0",
    "eslint": "3.3.1",
    "eslint-config-airbnb": "10.0.1",
    "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"
  },
  "homepage": "https://github.com/i18next/jquery-i18next",
  "jsnext:main": "dist/es/index.js",
  "keywords": [
    "i18next",
    "internationalization",
    "i18n",
    "translation",
    "localization",
    "l10n",
    "globalization",
    "jquery",
    "jquery-plugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "jquery-i18next",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i18next/jquery-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/jquery-i18next.min.js ./jquery-i18next.min.js && cp ./dist/umd/jquery-i18next.js ./jquery-i18next.js",
    "postversion": "git push && git push --tags",
    "preversion": "npm run build && git push"
  },
  "version": "1.2.1"
}
