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
89
| {
| "_args": [
| [
| "egg-i18n@2.1.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "egg-i18n@2.1.1",
| "_id": "egg-i18n@2.1.1",
| "_inBundle": false,
| "_integrity": "sha512-rpKP2nrUzeTOkjQObvlrLbb/BZAMtP7zeoGggwJLN9+zKbFKVkeF6Q0BrpuucDSekD+2oHQz7fC3w/5eQY1g8w==",
| "_location": "/egg-i18n",
| "_phantomChildren": {
| "ms": "2.1.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "egg-i18n@2.1.1",
| "name": "egg-i18n",
| "escapedName": "egg-i18n",
| "rawSpec": "2.1.1",
| "saveSpec": null,
| "fetchSpec": "2.1.1"
| },
| "_requiredBy": [
| "/egg"
| ],
| "_resolved": "https://registry.npmjs.org/egg-i18n/-/egg-i18n-2.1.1.tgz",
| "_spec": "2.1.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "gxcsoccer",
| "email": "gxcsoccer@126.com"
| },
| "bugs": {
| "url": "https://github.com/eggjs/egg-i18n/issues"
| },
| "ci": {
| "version": "8, 10, 12"
| },
| "dependencies": {
| "debug": "^3.1.0",
| "koa-locales": "^1.11.0"
| },
| "description": "i18n plugin for egg",
| "devDependencies": {
| "autod": "^2.10.1",
| "egg": "^2.21.1",
| "egg-bin": "^4.3.5",
| "egg-ci": "^1.8.0",
| "egg-mock": "^3.13.1",
| "egg-view-nunjucks": "^2.1.4",
| "eslint": "^4.10.0",
| "eslint-config-egg": "^5.1.1",
| "pedding": "^1.1.0"
| },
| "eggPlugin": {
| "name": "i18n"
| },
| "engines": {
| "node": ">= 8.0.0"
| },
| "files": [
| "app",
| "config",
| "app.js"
| ],
| "homepage": "https://github.com/eggjs/egg-i18n#readme",
| "keywords": [
| "egg",
| "i18n"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "egg-i18n",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eggjs/egg-i18n.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint lib test *.js",
| "test": "npm run lint && egg-bin test"
| },
| "version": "2.1.1"
| }
|
|