UNPKG

@loopback/http-caching-proxy

Version:

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

60 lines (59 loc) 1.55 kB
{ "name": "@loopback/http-caching-proxy", "description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!", "version": "7.0.9", "keywords": [ "LoopBack", "HTTP", "Proxy", "Cache", "Test" ], "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "IBM Corp. and LoopBack contributors", "copyright.owner": "IBM Corp. and LoopBack contributors", "repository": { "type": "git", "url": "https://github.com/loopbackio/loopback-next.git", "directory": "packages/http-caching-proxy" }, "engines": { "node": "20 || 22 || 24" }, "scripts": { "build": "lb-tsc", "clean": "lb-clean loopback-caching-proxy*.tgz dist *.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" }, "publishConfig": { "access": "public" }, "files": [ "README.md", "dist", "src", "!*/__tests__" ], "dependencies": { "axios": "^1.13.5", "cacache": "^20.0.3", "debug": "^4.4.3", "rimraf": "^5.0.10", "tslib": "^2.8.1" }, "devDependencies": { "@loopback/build": "^12.0.9", "@loopback/eslint-config": "^16.0.1", "@loopback/testlab": "^8.0.9", "@types/debug": "^4.1.12", "@types/node": "^16.18.126", "@types/tunnel": "0.0.7", "delay": "^7.0.0", "tunnel": "0.0.6" }, "gitHead": "77064f8efea6b713992283d653d8d46bdd724982" }