{
"name": "p3x-angular-http-cache-interceptor",
"version": "2020.10.114",
"corifeus": {
"icon": "fas fa-fire",
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Breeze",
"nodejs": "v12.19.0",
"opencollective": false,
"reponame": "angular-http-cache-interceptor",
"build": true,
"cdn": true,
"publish-location": "./dist/angular-http-cache-interceptor",
"angular": "10.1.5"
},
"description": "🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request.",
"scripts": {
"test": "grunt",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test2": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build-lib": "ng build --prod --project angular-http-cache-interceptor && cp README.md ./dist/angular-http-cache-interceptor && cp LICENSE ./dist/angular-http-cache-interceptor && ./scripts/post-lib-build.js",
"build-app": "ng build --prod --source-map=false --extract-css=true --output-hashing=all --configuration=production --deploy-url=/ --base-href=/ --aot=true --build-optimizer=true --optimization=true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/angular-http-cache-interceptor.git"
},
"keywords": [
"angular",
"cache",
"interceptor",
"network",
"http",
"client",
"http-client",
"header",
"headers",
"interact",
"configuration"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/angular-http-cache-interceptor/issues"
},
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
"dependencies": {
"@angular/animations": "~10.1.5",
"@angular/cdk": "^10.2.4",
"@angular/common": "~10.1.5",
"@angular/compiler": "~10.1.5",
"@angular/core": "~10.1.5",
"@angular/forms": "~10.1.5",
"@angular/material": "^10.2.4",
"@angular/platform-browser": "~10.1.5",
"@angular/platform-browser-dynamic": "~10.1.5",
"@angular/router": "~10.1.5",
"@types/node": "^14.11.8",
"hash": "^0.2.1",
"highlight.js": "^10.2.1",
"object": "^0.1.1",
"object-hash": "^2.0.3",
"rxjs": "~6.6.3",
"tslib": "^2.0.3",
"zone.js": "~0.11.1"
},
"dependencies-save": {
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1001.6",
"@angular-devkit/build-ng-packagr": "~0.1001.6",
"@angular/cli": "~10.1.6",
"@angular/compiler-cli": "~10.1.5",
"@angular/language-service": "~10.1.5",
"@types/highlight.js": "^9.12.4",
"@types/jasmine": "~3.5.14",
"@types/jasminewd2": "~2.0.8",
"codelyzer": "^6.0.1",
"corifeus-builder": "^2020.10.118",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^10.1.2",
"protractor": "~7.0.0",
"ts-node": "~9.0.0",
"tslint": "~6.1.3",
"typescript": "~4.0.3"
},
"engines": {
"node": ">=12.13.0"
}
}