{
	"name": "language-subtag-registry",
	"version": "0.4.2",
	"type": "module",
	"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": "find ./data/json/*.json -exec ./node_modules/.bin/jsonlint -q {} \\;",
		"import": "node scripts/importer"
	},
	"files": [
		"data/json/*.json"
	],
	"keywords": [
		"iana",
		"bcp47",
		"subtags",
		"rfc5646",
		"language"
	],
	"devDependencies": {
		"jsonlint": "^1.6.3",
		"eslint": "^9.17.0"
	}
}
