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
| {
| "_args": [
| [
| "egg-multipart@2.5.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "egg-multipart@2.5.0",
| "_id": "egg-multipart@2.5.0",
| "_inBundle": false,
| "_integrity": "sha512-kppABZNK0yJTzCDFWXnDU4Wekgfm92EnGFz8z2fMjPBVUQeB52a9BP2MwzUH0vuFqkOON8eORz9te+M6IV6g/g==",
| "_location": "/egg-multipart",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "egg-multipart@2.5.0",
| "name": "egg-multipart",
| "escapedName": "egg-multipart",
| "rawSpec": "2.5.0",
| "saveSpec": null,
| "fetchSpec": "2.5.0"
| },
| "_requiredBy": [
| "/egg"
| ],
| "_resolved": "https://registry.npmjs.org/egg-multipart/-/egg-multipart-2.5.0.tgz",
| "_spec": "2.5.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "gxcsoccer",
| "email": "gxcsoccer@126.com"
| },
| "bugs": {
| "url": "https://github.com/eggjs/egg/issues"
| },
| "ci": {
| "type": "travis, azure-pipelines",
| "command": {
| "azure-pipelines": "ci-windows"
| },
| "version": "8, 10",
| "license": {
| "year": 2017
| }
| },
| "dependencies": {
| "co-busboy": "^1.4.0",
| "humanize-bytes": "^1.0.1",
| "moment": "^2.22.2",
| "mz": "^2.7.0",
| "mz-modules": "^2.1.0",
| "stream-wormhole": "^1.1.0",
| "uuid": "^3.3.2"
| },
| "description": "multipart plugin for egg",
| "devDependencies": {
| "@types/node": "^11.11.3",
| "autod": "^3.0.1",
| "coffee": "^5.2.1",
| "egg": "^2.11.2",
| "egg-bin": "^4.9.0",
| "egg-ci": "^1.9.2",
| "egg-mock": "^3.20.1",
| "eslint": "^5.6.0",
| "eslint-config-egg": "^7.1.0",
| "formstream": "^1.1.0",
| "is-type-of": "^1.0.0",
| "typescript": "^3.2.2",
| "urllib": "^2.30.0",
| "webstorm-disable-index": "^1.2.0"
| },
| "eggPlugin": {
| "name": "multipart",
| "optionalDependencies": [
| "schedule"
| ]
| },
| "engines": {
| "node": ">= 8.0.0"
| },
| "files": [
| "app",
| "config",
| "app.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/eggjs/egg-multipart#readme",
| "keywords": [
| "egg",
| "egg-plugin",
| "eggPlugin",
| "multipart"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "egg-multipart",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eggjs/egg-multipart.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "egg-bin pkgfiles && npm run lint && npm run cov",
| "ci-windows": "egg-bin pkgfiles && npm run lint -- --fix && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "pkgfiles": "egg-bin pkgfiles",
| "test": "npm run lint -- --fix && npm run test-local",
| "test-local": "egg-bin test"
| },
| "types": "index.d.ts",
| "version": "2.5.0"
| }
|
|