{
  "_args": [
    [
      "@ladjs/i18n@7.2.3",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "@ladjs/i18n@7.2.3",
  "_id": "@ladjs/i18n@7.2.3",
  "_inBundle": false,
  "_integrity": "sha512-bCqZH47iH9XlfjG2IknNxfovvqtfRfmZYYwnTR+8e0FSz6ZKgF/u7X3PAM/sYz/YAc/01Z3/T2bZlmbSrFtUcg==",
  "_location": "/@ladjs/i18n",
  "_phantomChildren": {
    "side-channel": "1.0.4"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ladjs/i18n@7.2.3",
    "name": "@ladjs/i18n",
    "escapedName": "@ladjs%2fi18n",
    "scope": "@ladjs",
    "rawSpec": "7.2.3",
    "saveSpec": null,
    "fetchSpec": "7.2.3"
  },
  "_requiredBy": [
    "/email-templates"
  ],
  "_resolved": "https://registry.npmjs.org/@ladjs/i18n/-/i18n-7.2.3.tgz",
  "_spec": "7.2.3",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Nick Baugh",
    "email": "niftylettuce@gmail.com",
    "url": "http://niftylettuce.com/"
  },
  "ava": {
    "failFast": true,
    "verbose": true,
    "serial": true
  },
  "bugs": {
    "url": "https://github.com/ladjs/i18n/issues",
    "email": "niftylettuce@gmail.com"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "contributors": [
    {
      "name": "Nick Baugh",
      "email": "niftylettuce@gmail.com",
      "url": "http://niftylettuce.com/"
    },
    {
      "name": "shadowgate15",
      "url": "https://github.com/shadowgate15"
    }
  ],
  "dependencies": {
    "@hapi/boom": "^9.1.2",
    "@ladjs/country-language": "^0.2.1",
    "boolean": "3.0.4",
    "debug": "^4.3.1",
    "i18n": "^0.13.3",
    "i18n-locales": "^0.0.5",
    "lodash": "^4.17.21",
    "multimatch": "^5.0.0",
    "punycode": "^2.1.1",
    "qs": "^6.10.1",
    "titleize": "2",
    "tlds": "^1.221.1"
  },
  "description": "i18n wrapper and Koa middleware for Lad",
  "devDependencies": {
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "ava": "^3.15.0",
    "codecov": "^3.8.2",
    "cross-env": "^7.0.3",
    "eslint": "^7.26.0",
    "eslint-config-xo-lass": "^1.0.5",
    "fixpack": "^4.0.0",
    "husky": "^6.0.0",
    "koa": "^2.13.1",
    "koa-generic-session": "^2.1.1",
    "lint-staged": "^11.0.0",
    "nyc": "^15.1.0",
    "remark-cli": "^9.0.0",
    "remark-preset-github": "^4.0.1",
    "sinon": "^10.0.0",
    "supertest": "^6.1.3",
    "xo": "^0.40.1"
  },
  "engines": {
    "node": ">=8.3.0"
  },
  "files": [
    "index.js",
    "locales"
  ],
  "homepage": "https://github.com/ladjs/i18n",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "@ladjs/i18n",
    "lass"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "xo --fix",
      "git add"
    ],
    "*.md": [
      "remark . -qfo",
      "git add"
    ],
    "package.json": [
      "fixpack",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "@ladjs/i18n",
  "prettier": {
    "singleQuote": true,
    "bracketSpacing": true,
    "trailingComma": "none"
  },
  "remarkConfig": {
    "plugins": [
      "preset-github"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ladjs/i18n.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "lint": "xo && remark . -qfo",
    "precommit": "lint-staged && npm test",
    "test": "npm run lint && npm run test-coverage",
    "test-coverage": "cross-env NODE_ENV=test nyc ava"
  },
  "version": "7.2.3",
  "xo": {
    "prettier": true,
    "space": true,
    "extends": [
      "xo-lass"
    ],
    "rules": {
      "unicorn/prevent-abbreviations": "off",
      "unicorn/prefer-module": "off",
      "unicorn/numeric-separators-style": "off"
    }
  }
}
