aswi2020vldc-gitlab/templetes/node_modules/lcid/package.json @ 9bb1e829
1 |
{
|
---|---|
2 |
"name": "lcid", |
3 |
"version": "2.0.0", |
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": ">=6" |
14 |
}, |
15 |
"scripts": { |
16 |
"test": "xo && ava" |
17 |
}, |
18 |
"files": [ |
19 |
"index.js", |
20 |
"lcid.json" |
21 |
], |
22 |
"keywords": [ |
23 |
"lcid", |
24 |
"locale", |
25 |
"string", |
26 |
"str", |
27 |
"id", |
28 |
"identifier", |
29 |
"windows", |
30 |
"language", |
31 |
"lang", |
32 |
"map", |
33 |
"mapping", |
34 |
"convert", |
35 |
"json", |
36 |
"bcp47", |
37 |
"ietf", |
38 |
"tag" |
39 |
], |
40 |
"dependencies": { |
41 |
"invert-kv": "^2.0.0" |
42 |
}, |
43 |
"devDependencies": { |
44 |
"ava": "*", |
45 |
"xo": "*" |
46 |
} |
47 |
}
|