12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "name": "egg-multipart",
- "version": "2.13.1",
- "eggPlugin": {
- "name": "multipart",
- "optionalDependencies": [
- "schedule"
- ]
- },
- "description": "multipart plugin for egg",
- "main": "index.js",
- "scripts": {
- "autod": "autod",
- "lint": "eslint .",
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "ci": "egg-bin pkgfiles && npm run lint && npm run cov",
- "pkgfiles": "egg-bin pkgfiles"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/eggjs/egg-multipart.git"
- },
- "keywords": [
- "egg",
- "egg-plugin",
- "eggPlugin",
- "multipart"
- ],
- "author": "gxcsoccer <gxcsoccer@126.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/eggjs/egg/issues"
- },
- "homepage": "https://github.com/eggjs/egg-multipart#readme",
- "engines": {
- "node": ">= 8.0.0"
- },
- "files": [
- "app",
- "config",
- "app.js",
- "index.d.ts"
- ],
- "types": "index.d.ts",
- "ci": {
- "type": "github",
- "os": {
- "github": "linux, macos"
- },
- "version": "8, 10, 12, 14, 16",
- "license": {
- "year": 2017
- }
- },
- "dependencies": {
- "co-busboy": "^1.4.0",
- "egg-path-matching": "^1.0.1",
- "humanize-bytes": "^1.0.1",
- "moment": "^2.22.2",
- "mz": "^2.7.0",
- "mz-modules": "^2.1.0",
- "stream-wormhole": "^1.1.0",
- "uuid": "^8.3.2"
- },
- "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",
- "urllib": "^2.30.0",
- "typescript": "^3.2.2"
- }
- }
|