UNPKG

784 BJSONView Raw
1{
2 "name": "lcid",
3 "version": "3.1.1",
4 "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
5 "license": "MIT",
6 "repository": "sindresorhus/lcid",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts",
21 "lcid.json",
22 "lcid.json.d.ts"
23 ],
24 "keywords": [
25 "lcid",
26 "locale",
27 "string",
28 "id",
29 "identifier",
30 "windows",
31 "language",
32 "lang",
33 "map",
34 "mapping",
35 "convert",
36 "json",
37 "bcp47",
38 "ietf",
39 "tag"
40 ],
41 "dependencies": {
42 "invert-kv": "^3.0.0"
43 },
44 "devDependencies": {
45 "ava": "^1.4.1",
46 "tsd": "^0.7.2",
47 "xo": "^0.24.0"
48 }
49}