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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
| {
| "_args": [
| [
| "egg-mock@3.22.2",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "egg-mock@3.22.2",
| "_id": "egg-mock@3.22.2",
| "_inBundle": false,
| "_integrity": "sha512-0wRKt3H52fBoEGZUby8/Ki+U8Imj19+bsyekr5FhFOV6eF0U7tByeqG89tY05igwGihnX1/inRs2fHk0FM5Zbw==",
| "_location": "/egg-mock",
| "_phantomChildren": {
| "circular-json": "0.5.9",
| "depd": "1.1.2",
| "escape-string-regexp": "1.0.5",
| "has-ansi": "2.0.0",
| "iconv-lite": "0.4.24",
| "mkdirp": "0.5.1",
| "strip-ansi": "3.0.1",
| "utility": "1.16.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "egg-mock@3.22.2",
| "name": "egg-mock",
| "escapedName": "egg-mock",
| "rawSpec": "3.22.2",
| "saveSpec": null,
| "fetchSpec": "3.22.2"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/egg-mock/-/egg-mock-3.22.2.tgz",
| "_spec": "3.22.2",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "popomore",
| "email": "sakura9515@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/eggjs/egg/issues"
| },
| "ci": {
| "version": "6, 8, 10, 11",
| "license": true
| },
| "dependencies": {
| "@types/power-assert": "^1.5.0",
| "await-event": "^2.1.0",
| "co": "^4.6.0",
| "coffee": "^5.1.0",
| "debug": "^4.0.1",
| "detect-port": "^1.2.3",
| "egg-logger": "^1.7.1",
| "egg-utils": "^2.4.1",
| "extend2": "^1.0.0",
| "get-ready": "^2.0.1",
| "globby": "^8.0.1",
| "is-type-of": "^1.2.0",
| "ko-sleep": "^1.0.3",
| "merge-descriptors": "^1.0.1",
| "methods": "^1.1.2",
| "mm": "^2.4.1",
| "power-assert": "^1.6.1",
| "rimraf": "^2.6.2",
| "supertest": "^3.3.0",
| "urllib": "^2.29.1"
| },
| "description": "mock server for egg",
| "devDependencies": {
| "@types/node": "^7.0.18",
| "autod": "^3.0.1",
| "egg": "^1.17.0",
| "egg-bin": "^4.8.5",
| "eslint": "^5.6.0",
| "eslint-config-egg": "^7.1.0",
| "mkdirp": "^0.5.1",
| "mz-modules": "^2.1.0",
| "pedding": "^1.1.0",
| "sdk-base": "^3.0.1"
| },
| "eggPlugin": {
| "name": "egg-mock"
| },
| "engines": {
| "node": ">= 6.0.0"
| },
| "files": [
| "app.js",
| "index.js",
| "index.d.ts",
| "bootstrap.js",
| "bootstrap.d.ts",
| "app",
| "lib"
| ],
| "homepage": "https://github.com/eggjs/egg-mock",
| "keywords": [
| "egg",
| "mock"
| ],
| "main": "index.js",
| "name": "egg-mock",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/eggjs/egg-mock.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && npm run cov",
| "contributors": "ali-contributors",
| "cov": "egg-bin cov",
| "lint": "eslint lib app index.js test/*.test.js",
| "test": "npm run lint && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "3.22.2"
| }
|
|