{
  "_from": "ajv-i18n@^4.2.0",
  "_id": "ajv-i18n@4.2.0",
  "_inBundle": false,
  "_integrity": "sha512-v/ei2UkCEeuKNXh8RToiFsUclmU+G57LO1Oo22OagNMENIw+Yb8eMwvHu7Vn9fmkjJyv6XclhJ8TbuigSglPkg==",
  "_location": "/ajv-i18n",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ajv-i18n@^4.2.0",
    "name": "ajv-i18n",
    "escapedName": "ajv-i18n",
    "rawSpec": "^4.2.0",
    "saveSpec": null,
    "fetchSpec": "^4.2.0"
  },
  "_requiredBy": [
    "/yaml-language-server"
  ],
  "_resolved": "https://registry.npmjs.org/ajv-i18n/-/ajv-i18n-4.2.0.tgz",
  "_shasum": "d48750ba60e283b3dee31e3c22c8c9f7410e326f",
  "_spec": "ajv-i18n@^4.2.0",
  "_where": "/var/www/web-lab/node_modules/yaml-language-server",
  "author": {
    "name": "Evgeny Poberezkin"
  },
  "bugs": {
    "url": "https://github.com/epoberezkin/ajv-i18n/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Internationalised error messages for Ajv JSON validator",
  "devDependencies": {
    "@ajv-validator/config": "^0.3.0",
    "ajv": "^8.0.0",
    "ajv-formats": "^2.0.0",
    "ajv-keywords": "^5.0.0",
    "dot": "^1.0.3",
    "eslint": "^7.8.1",
    "eslint-config-prettier": "^8.1.0",
    "husky": "^7.0.1",
    "json-schema-test": "^2.0.0",
    "lint-staged": "^11.1.1",
    "mocha": "^9.0.3",
    "nyc": "^15.0.0",
    "prettier": "^2.2.1"
  },
  "files": [
    "localize/",
    "LICENSE"
  ],
  "homepage": "https://github.com/epoberezkin/ajv-i18n#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && npm test"
    }
  },
  "keywords": [
    "ajv",
    "JSON",
    "schema",
    "i18n",
    "internationalisation"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{json,yaml,js,ts}": "prettier --write"
  },
  "main": "localize/index.js",
  "name": "ajv-i18n",
  "nyc": {
    "exclude": [
      "**/spec/**",
      "node_modules"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "peerDependencies": {
    "ajv": "^8.0.0-beta.0"
  },
  "prettier": "@ajv-validator/config/prettierrc.json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epoberezkin/ajv-i18n.git"
  },
  "scripts": {
    "build": "npm run build:json-schema && npm run build:jtd",
    "build:json-schema": "node scripts/compile-locales.js '' index",
    "build:jtd": "node scripts/compile-locales.js '/jtd' jtd",
    "eslint": "eslint messages scripts spec/*.js",
    "prepublish": "npm run build",
    "prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
    "prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
    "test": "npm run prettier:check && npm run eslint && npm run build && npm run test-cov",
    "test-cov": "nyc npm run test-spec",
    "test-spec": "mocha spec/*.spec.js -R dot"
  },
  "types": "localize/index.d.ts",
  "version": "4.2.0"
}
