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
| {
| "_args": [
| [
| "mm@2.5.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "mm@2.5.0",
| "_id": "mm@2.5.0",
| "_inBundle": false,
| "_integrity": "sha512-ilm+lGEBNm7Cw45um9ax0tbApiNwQV3PY6Yk1ol+wtA8c98hHuJqTgmdKB6rYQJTUC2QrhBfoWwN+/766ZlrYA==",
| "_location": "/mm",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "mm@2.5.0",
| "name": "mm",
| "escapedName": "mm",
| "rawSpec": "2.5.0",
| "saveSpec": null,
| "fetchSpec": "2.5.0"
| },
| "_requiredBy": [
| "/egg-mock"
| ],
| "_resolved": "https://registry.npmjs.org/mm/-/mm-2.5.0.tgz",
| "_spec": "2.5.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "fengmk2",
| "email": "fengmk2@gmail.com",
| "url": "http://fengmk2.com"
| },
| "bugs": {
| "url": "https://github.com/node-modules/mm/issues"
| },
| "ci": {
| "type": "travis, azure-pipelines",
| "version": "4, 6, 8, 10, 11"
| },
| "dependencies": {
| "is-type-of": "^1.0.0",
| "ko-sleep": "^1.0.2",
| "muk-prop": "^1.0.0",
| "thenify": "^3.2.1"
| },
| "description": "mock mate, mock http request, fs access and so on.",
| "devDependencies": {
| "autod": "^2.8.0",
| "chunkstream": "^0.0.1",
| "co": "^4.6.0",
| "egg-bin": "^1.10.3",
| "egg-ci": "^1.9.1",
| "enable": "^3.3.0",
| "eslint": "^3.18.0",
| "eslint-config-egg": "^3.2.0",
| "node-patch": "*",
| "pedding": "^1.1.0",
| "should": "^11.2.1",
| "thunkify-wrap": "^1.0.4",
| "urllib": "^2.21.2",
| "uuid": "^3.1.0"
| },
| "engines": {
| "node": ">=4.0.0"
| },
| "files": [
| "index.js",
| "index.d.ts",
| "lib"
| ],
| "homepage": "http://github.com/node-modules/mm",
| "keywords": [
| "mm",
| "muk",
| "mock",
| "test"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "mm",
| "repository": {
| "type": "git",
| "url": "git://github.com/node-modules/mm.git"
| },
| "scripts": {
| "autod": "autod -w --prefix '^'",
| "ci": "npm run lint && egg-bin cov",
| "lint": "eslint --fix lib test index.js",
| "test": "npm run lint && egg-bin test"
| },
| "version": "2.5.0"
| }
|
|