UNPKG

@calvin_von/proxy-plugin-cache

Version:

A dalao-proxy plugin for cache response

32 lines (31 loc) 661 B
{ "name": "@calvin_von/proxy-plugin-cache", "version": "2.4.0", "description": "A dalao-proxy plugin for cache response", "main": "index.js", "keywords": [ "dalao-proxy", "plugin", "request-cache", "mock" ], "author": "Calvin", "license": "ISC", "dependencies": { "@dalao-proxy/utils": "^1.0.0-beta", "chalk": "^2.4.2", "concat-stream": "^2.0.0", "mime-types": "^2.1.27", "moment": "^2.26.0", "query-string": "^7.1.3" }, "scripts": { "postinstall": "scripts/post-install.js" }, "engines": { "node": ">=8" }, "devDependencies": { "@calvin_von/proxy-plugin-inject": "^2.0.2" } }