UNPKG

820 BJSONView Raw
1{
2 "name": "os-locale",
3 "version": "6.0.2",
4 "description": "Get the system locale",
5 "license": "MIT",
6 "repository": "sindresorhus/os-locale",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "type": "module",
14 "exports": "./index.js",
15 "engines": {
16 "node": ">=12.20"
17 },
18 "scripts": {
19 "//test": "xo && ava && tsd",
20 "test": "xo && tsd"
21 },
22 "files": [
23 "index.js",
24 "index.d.ts",
25 "exec.js"
26 ],
27 "keywords": [
28 "locale",
29 "language",
30 "system",
31 "os",
32 "string",
33 "user",
34 "country",
35 "id",
36 "identifier",
37 "region"
38 ],
39 "dependencies": {
40 "lcid": "^3.1.1"
41 },
42 "devDependencies": {
43 "ava": "^3.15.0",
44 "proxyquire": "^2.1.3",
45 "tsd": "^0.17.0",
46 "xo": "^0.42.0"
47 }
48}