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
| {
| "_args": [
| [
| "egg-mysql@3.0.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "egg-mysql@3.0.0",
| "_id": "egg-mysql@3.0.0",
| "_inBundle": false,
| "_integrity": "sha1-Z9ClWc2Qn6tSaC3Gh9VqZZXM1pk=",
| "_location": "/egg-mysql",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "egg-mysql@3.0.0",
| "name": "egg-mysql",
| "escapedName": "egg-mysql",
| "rawSpec": "3.0.0",
| "saveSpec": null,
| "fetchSpec": "3.0.0"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/egg-mysql/-/egg-mysql-3.0.0.tgz",
| "_spec": "3.0.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "jtyjty99999"
| },
| "bugs": {
| "url": "https://github.com/eggjs/egg/issues"
| },
| "ci": {
| "version": "6, 7",
| "license": true,
| "services": "mysql"
| },
| "dependencies": {
| "ali-rds": "^3.0.0"
| },
| "description": "MySQL plugin for egg",
| "devDependencies": {
| "autod": "^2.7.1",
| "egg": "^1.0.0-rc.2",
| "egg-bin": "^2.2.3",
| "egg-ci": "^1.3.0",
| "egg-mock": "^3.0.1",
| "eslint": "^3.16.1",
| "eslint-config-egg": "^3.2.0",
| "supertest": "^3.0.0",
| "utility": "^1.11.0"
| },
| "eggPlugin": {
| "name": "mysql"
| },
| "engines": {
| "node": ">=6.0.0"
| },
| "homepage": "https://github.com/eggjs/egg-mysql#readme",
| "keywords": [
| "egg",
| "eggPlugin",
| "egg-plugin",
| "mysql",
| "database"
| ],
| "license": "MIT",
| "name": "egg-mysql",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eggjs/egg-mysql.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "test": "npm run lint -- --fix && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "3.0.0"
| }
|
|