{
  "manifest": {
    "name": "language-subtag-registry",
    "version": "0.3.22",
    "implements": [
      "CommonJS/Modules/1.0"
    ],
    "description": "Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.",
    "homepage": "https://github.com/mattcg/language-subtag-registry",
    "repository": {
      "type": "git",
      "url": "https://github.com/mattcg/language-subtag-registry"
    },
    "contributors": [
      {
        "name": "Matthew Caruana Galizia",
        "email": "mattcg@gmail.com"
      },
      {
        "name": "Guillaume Gérard",
        "email": "guillaume.gerard88@gmail.com"
      }
    ],
    "license": "CC0-1.0",
    "scripts": {
      "test": "make test"
    },
    "files": [
      "data/json/*.json"
    ],
    "keywords": [
      "iana",
      "bcp47",
      "subtags",
      "rfc5646",
      "language"
    ],
    "devDependencies": {
      "jsonlint": "1.x.x"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-language-subtag-registry-0.3.22-2e1500861b2e457eba7e7ae86877cbd08fa1fd1d-integrity/node_modules/language-subtag-registry/package.json",
    "readmeFilename": "README.md",
    "readme": "# IANA Language Tags #\n\n[![Open Data](https://assets.okfn.org/images/ok_buttons/od_80x15_blue.png)](http://opendefinition.org/)\n\nIANA's [official repository](http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) is in [record-jar](http://www.inter-locale.com/ID/draft-phillips-record-jar-01.html) format and is hard to parse. This project provides neatly organized JSON files representing that data.\n\nSee `data/` for all the JSON files available. The `registry.json` file contains all records in a flat array and `meta.json` contains its metadata. There's a separate JSON file for each 'scope' (e.g. `macrolanguage.json`) and 'type' (e.g. `language.json`). These files contain JSON objects keyed by tag or subtag and with the index integer for the corresponding entry in `registry.json` as a value. This makes lookups fast.\n\n## Updates ##\n\nThis project will be updated as the registry changes. Non-breaking updates will result in the patch version number being bumped.\n\nRun `make update` to force an update from the latest official IANA-hosted version. The registry file format is converted to JSON automatically and the files in `data/` are updated.\n\nIf there are changes, please make a pull request.\n\n## Usage ##\n\nSee [language-tags](https://github.com/mattcg/language-tags) for a Javascript API.\n\n## Credits and collaboration ##\n\nThe JSON database is licensed under the [Creative Commons Zero v1.0 Universal (CC0-1.0)](https://creativecommons.org/publicdomain/zero/1.0/legalcode) license.\n\nComments, feedback and suggestions are welcome. Please feel free to raise an issue or pull request. Enjoy.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#2e1500861b2e457eba7e7ae86877cbd08fa1fd1d",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
    "hash": "2e1500861b2e457eba7e7ae86877cbd08fa1fd1d",
    "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==",
    "registry": "npm",
    "packageName": "language-subtag-registry",
    "cacheIntegrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w== sha1-LhUAhhsuRX66fnroaHfL0I+h/R0="
  },
  "registry": "npm",
  "hash": "2e1500861b2e457eba7e7ae86877cbd08fa1fd1d"
}