{
  "_args": [
    [
      "mi18n@0.4.8",
      "/datamix/pm/www/lib/external/formbuilder"
    ]
  ],
  "_development": true,
  "_from": "mi18n@0.4.8",
  "_id": "mi18n@0.4.8",
  "_inBundle": false,
  "_integrity": "sha512-T9H5fI0RIpAHBvWEe7xbQSMROhty7DBp5oWMhu/XKWqdbvTVgLzR5TEE2zIsAnIaC6HzZOTcR5FTQ40Pg552gw==",
  "_location": "/mi18n",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mi18n@0.4.8",
    "name": "mi18n",
    "escapedName": "mi18n",
    "rawSpec": "0.4.8",
    "saveSpec": null,
    "fetchSpec": "0.4.8"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/mi18n/-/mi18n-0.4.8.tgz",
  "_spec": "0.4.8",
  "_where": "/datamix/pm/www/lib/external/formbuilder",
  "author": {
    "name": "Kevin Chappell",
    "email": "kevin.b.chappell@gmail.com",
    "url": "http://kevin-chappell.com"
  },
  "babel": {
    "presets": [
      [
        "env",
        {
          "targets": {
            "browsers": [
              "> 1%"
            ]
          },
          "include": [
            "es6.promise",
            "es6.object.assign"
          ],
          "loose": true
        }
      ]
    ],
    "plugins": [
      "transform-object-rest-spread"
    ]
  },
  "bugs": {
    "url": "https://github.com/Draggable/mi18n/issues"
  },
  "dependencies": {
    "now": "^11.5.2"
  },
  "description": "A simple yet robust i18n solution for universal JavaScript apps.",
  "devDependencies": {
    "@semantic-release/changelog": "^3.0.0",
    "@semantic-release/git": "^7.0.1",
    "@semantic-release/npm": "^5.0.1",
    "axios": "^0.18.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "chai": "^4.1.2",
    "compression-webpack-plugin": "^1.1.11",
    "eslint": "^5.3.0",
    "eslint-config-google": "^0.9.1",
    "eslint-config-prettier": "^3.0.1",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-mocha": "^5.2.0",
    "eslint-plugin-prettier": "^2.6.2",
    "husky": "^0.14.3",
    "json-update": "^3.0.0",
    "lint-staged": "^7.2.2",
    "mocha": "^5.2.0",
    "prettier": "^1.14.3",
    "replace-in-file": "^3.4.2",
    "semantic-release": "^15.9.8",
    "travis-deploy-once": "^5.0.2",
    "uglifyjs-webpack-plugin": "^1.2.7",
    "webpack": "^4.16.5",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.5"
  },
  "engines": {
    "node": ">=9.10.0"
  },
  "eslintConfig": {
    "plugins": [
      "mocha",
      "prettier"
    ],
    "parser": "babel-eslint",
    "extends": [
      "eslint:recommended",
      "google",
      "prettier"
    ],
    "env": {
      "es6": true,
      "browser": true,
      "node": true,
      "mocha": true
    },
    "rules": {
      "prefer-const": 1,
      "quote-props": 0,
      "no-unused-vars": 1,
      "no-console": 0,
      "new-cap": 0,
      "strict": 0,
      "arrow-parens": 0,
      "no-underscore-dangle": 0,
      "comma-dangle": 0,
      "no-use-before-define": 0,
      "eol-last": 0,
      "require-jsdoc": 1
    }
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/Draggable/mi18n",
  "keywords": [
    "i18n"
  ],
  "license": "MIT",
  "lint-staged": {
    "src/**/*.js": [
      "prettier --config package.json --write",
      "git add"
    ]
  },
  "main": "dist/mi18n.min.js",
  "name": "mi18n",
  "prettier": {
    "singleQuote": true,
    "semi": false
  },
  "release": {
    "branch": "master",
    "verifyConditions": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ],
    "prepare": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ]
  },
  "repository": {
    "url": "git+https://github.com/Draggable/mi18n.git",
    "type": "git"
  },
  "scripts": {
    "build": "rm -rf dist/ && webpack --env.production --progress",
    "lint": "eslint ./src --ext .js || true",
    "precommit": "lint-staged",
    "semantic-release": "semantic-release",
    "start": "webpack-dev-server --mode development",
    "test": "node node_modules/mocha/bin/mocha --require babel-core/register src/**/*.test.js",
    "test:watch": "yarn test -- --reporter min --watch",
    "travis-deploy-once": "travis-deploy-once"
  },
  "version": "0.4.8"
}
