1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
| {
| "_args": [
| [
| "os-locale-s-fix@1.0.8-fix-1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "os-locale-s-fix@1.0.8-fix-1",
| "_id": "os-locale-s-fix@1.0.8-fix-1",
| "_inBundle": false,
| "_integrity": "sha512-Sv0OvhPiMutICiwORAUefv02DCPb62IelBmo8ZsSrRHyI3FStqIWZvjqDkvtjU+lcujo7UNir+dCwKSqlEQ/5w==",
| "_location": "/os-locale-s-fix",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "os-locale-s-fix@1.0.8-fix-1",
| "name": "os-locale-s-fix",
| "escapedName": "os-locale-s-fix",
| "rawSpec": "1.0.8-fix-1",
| "saveSpec": null,
| "fetchSpec": "1.0.8-fix-1"
| },
| "_requiredBy": [
| "/@dcloudio/uni-cli-i18n"
| ],
| "_resolved": "https://registry.npmmirror.com/os-locale-s-fix/-/os-locale-s-fix-1.0.8-fix-1.tgz",
| "_spec": "1.0.8-fix-1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "jeffy-g",
| "email": "hirotom1107@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/jeffy-g/os-locale-s/issues"
| },
| "dependencies": {
| "lcid": "^3.0.0"
| },
| "description": "Its a light weight version that minimizes the dependency module of `os-locale`",
| "devDependencies": {
| "jest": "^26.4.2"
| },
| "engines": {
| "node": ">=10",
| "yarn": "^1.22.4"
| },
| "files": [
| "package.json",
| "license",
| "reamd.md",
| "cjs",
| "esm",
| "*.d.ts"
| ],
| "homepage": "https://github.com/jeffy-g/os-locale-s#readme",
| "keywords": [
| "typescript",
| "javascript",
| "locale",
| "lang",
| "language",
| "system",
| "os",
| "string",
| "user",
| "country",
| "id",
| "identifier",
| "region"
| ],
| "license": "MIT",
| "main": "./cjs/index.js",
| "module": "./esm/index.js",
| "name": "os-locale-s-fix",
| "private": false,
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jeffy-g/os-locale-s.git"
| },
| "scripts": {
| "test": "jest --coverage --silent=false --colors -c=jest.configjs.js"
| },
| "sideEffects": false,
| "types": "./index.d.ts",
| "version": "1.0.8-fix-1"
| }
|
|