2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "lcid",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/lcid",
|
2022-01-21 08:28:41 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "node test.js"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lcid.json"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"lcid",
|
|
|
|
"locale",
|
|
|
|
"string",
|
|
|
|
"str",
|
|
|
|
"id",
|
|
|
|
"identifier",
|
|
|
|
"windows",
|
|
|
|
"language",
|
|
|
|
"lang",
|
|
|
|
"map",
|
|
|
|
"mapping",
|
|
|
|
"convert",
|
|
|
|
"json",
|
|
|
|
"bcp47",
|
|
|
|
"ietf",
|
|
|
|
"tag"
|
|
|
|
],
|
2022-04-08 10:55:35 +00:00
|
|
|
"dependencies": {
|
|
|
|
"invert-kv": "^1.0.0"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"ava": "0.0.4"
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|