UNPKG

@loopback/http-caching-proxy

Version:

A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!

62 lines (61 loc) 1.53 kB
{ "name": "@loopback/http-caching-proxy", "version": "2.0.1", "description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!", "engines": { "node": ">=10" }, "scripts": { "build": "lb-tsc", "clean": "lb-clean loopback-caching-proxy*.tgz dist tsconfig.build.tsbuildinfo package", "pretest": "npm run build", "test": "lb-mocha \"dist/__tests__/**/*.js\"", "verify": "npm pack && tar xf loopback-caching-proxy*.tgz && tree package && npm run clean" }, "author": "IBM Corp.", "copyright.owner": "IBM Corp.", "license": "MIT", "dependencies": { "axios": "^0.19.2", "cacache": "^15.0.0", "debug": "^4.1.1", "p-event": "^4.1.0", "rimraf": "^3.0.2", "tslib": "^1.11.1" }, "devDependencies": { "@loopback/build": "^4.0.1", "@loopback/eslint-config": "^6.0.1", "@loopback/testlab": "^2.0.1", "@types/debug": "^4.1.5", "@types/node": "^10.17.17", "@types/rimraf": "^2.0.3", "@types/tunnel": "0.0.1", "delay": "^4.3.0", "tunnel": "0.0.6" }, "keywords": [ "LoopBack", "HTTP", "Proxy", "Cache", "Test" ], "files": [ "README.md", "index.js", "index.d.ts", "dist", "src", "!*/__tests__" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/strongloop/loopback-next.git", "directory": "packages/http-caching-proxy" }, "gitHead": "85a906121febac2dbd2d4adcdc21b5939a770951" }