114 lines
2.2 KiB
JSON
114 lines
2.2 KiB
JSON
{
|
|
"name": "@cospired/i18n-iso-languages",
|
|
"version": "4.2.0",
|
|
"description": "i18n for ISO 639 language codes",
|
|
"typings": "index.d.js",
|
|
"keywords": [
|
|
"i18n",
|
|
"iso",
|
|
"639",
|
|
"iso 639",
|
|
"iso 639-1",
|
|
"iso 639-2",
|
|
"iso 639-2T",
|
|
"iso 639-2B",
|
|
"alpha",
|
|
"alpha-2",
|
|
"alpha-3",
|
|
"language",
|
|
"languages",
|
|
"ar",
|
|
"bg",
|
|
"br",
|
|
"cs",
|
|
"da",
|
|
"de",
|
|
"en",
|
|
"es",
|
|
"fi",
|
|
"fr",
|
|
"he",
|
|
"hu",
|
|
"id",
|
|
"is",
|
|
"it",
|
|
"ja",
|
|
"ko",
|
|
"lt",
|
|
"lv",
|
|
"ms",
|
|
"nl",
|
|
"no",
|
|
"pl",
|
|
"pt",
|
|
"ro",
|
|
"ru",
|
|
"sk",
|
|
"sv",
|
|
"th",
|
|
"uk",
|
|
"vi",
|
|
"zh"
|
|
],
|
|
"author": {
|
|
"name": "Dirk Haage",
|
|
"email": "dirk@cospired.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Jan Schmidle",
|
|
"email": "jan@cospired.com"
|
|
},
|
|
{
|
|
"name": "Michael Wittig",
|
|
"email": "post@michaelwittig.info"
|
|
},
|
|
{
|
|
"name": "Bedis ElAcheche",
|
|
"email": "d4rk-5c0rp@ubuntu.com"
|
|
},
|
|
{
|
|
"name": "Bertrand Zuchuat",
|
|
"email": "bertrand.zuchuat@gmail.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cospired/i18n-iso-languages.git"
|
|
},
|
|
"devDependencies": {
|
|
"@cospired/eslint-config-base": "^6.0.0",
|
|
"@hapi/eslint-plugin": "^5.1.0",
|
|
"assert-plus": "1.0.0",
|
|
"eslint": "^8.11.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-mocha": "^10.0.3",
|
|
"madge": "^5.0.1",
|
|
"mocha": "^9.2.2",
|
|
"npm-check": "^5.9.2",
|
|
"nyc": "^15.1.0"
|
|
},
|
|
"main": "entry-node",
|
|
"browser": "index",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint:ci": "npm run lint -- --max-warnings=0",
|
|
"lint:cli": "eslint",
|
|
"lint:fix": "eslint --fix .",
|
|
"lint": "eslint .",
|
|
"npm:update": "npm-check -u",
|
|
"postversion": "git push --follow-tags",
|
|
"test": "npm run lint:ci && npm run test:circular && npm run test:coverage",
|
|
"test:circular": "madge --circular --exclude 'madge|source-map' .",
|
|
"test:coverage": "nyc npm run test:mocha",
|
|
"test:mocha": "mocha test/*.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cospired/i18n-iso-languages.git/issues"
|
|
}
|
|
}
|