{ "name": "p3x-angular-http-cache-interceptor", "version": "2021.10.115", "corifeus": { "icon": "fas fa-fire", "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Breeze", "nodejs": "v14.17.6", "opencollective": false, "reponame": "angular-http-cache-interceptor", "build": true, "cdn": true, "publish-location": "./dist/angular-http-cache-interceptor", "angular": "12.2.6" }, "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 --hmr", "build": "ng build", "test2": "ng test", "lint": "ng lint", "e2e": "ng e2e", "build-lib": "ng build --configuration=production --project angular-http-cache-interceptor && cp README.md ./dist/angular-http-cache-interceptor && cp LICENSE ./dist/angular-http-cache-interceptor && node node_modules/corifeus-builder/src/utils/angular/post-lib-build.js", "build-app": "ng build --source-map=false --output-hashing=all --configuration=production --deploy-url=/ --base-href=/ --aot=true --build-optimizer=true --optimization=true && grunt htmlmin:dist", "stats": "ng build --stats-json && webpack-bundle-analyzer dist/workspace/stats.json" }, "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 ", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/angular-http-cache-interceptor/issues" }, "homepage": "https://corifeus.com/angular-http-cache-interceptor", "dependencies": { "@angular/animations": "~12.2.6", "@angular/cdk": "^12.2.6", "@angular/common": "~12.2.6", "@angular/compiler": "~12.2.6", "@angular/core": "~12.2.6", "@angular/forms": "~12.2.6", "@angular/material": "^12.2.6", "@angular/platform-browser": "~12.2.6", "@angular/platform-browser-dynamic": "~12.2.6", "@angular/router": "~12.2.6", "@types/node": "^16.9.2", "hash": "^0.2.1", "highlight.js": "^11.2.0", "object": "^0.1.1", "object-hash": "^2.2.0", "postcss": "^8.3.6", "rxjs": "~6.6.3", "tslib": "^2.2.0", "zone.js": "~0.11.4" }, "dependencies-save": { "p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304" }, "devDependencies": { "@angular-devkit/build-angular": "~12.2.6", "@angular-eslint/builder": "^12.4.1", "@angular-eslint/eslint-plugin": "^12.4.1", "@angular-eslint/eslint-plugin-template": "^12.4.1", "@angular-eslint/schematics": "^12.4.1", "@angular-eslint/template-parser": "^12.4.1", "@angular/cli": "~12.2.6", "@angular/compiler-cli": "~12.2.6", "@angular/language-service": "~12.2.6", "@types/highlight.js": "^9.12.4", "@types/jasmine": "~3.9.1", "@types/jasminewd2": "~2.0.10", "@typescript-eslint/eslint-plugin": "4.31.1", "@typescript-eslint/parser": "4.31.1", "codelyzer": "^6.0.2", "corifeus-builder": "^2021.10.126", "eslint": "^7.32.0", "eslint-plugin-import": "2.24.2", "eslint-plugin-jsdoc": "36.1.0", "eslint-plugin-prefer-arrow": "1.2.3", "jasmine-core": "~3.9.0", "jasmine-spec-reporter": "~7.0.0", "karma": "~6.3.2", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.3", "karma-jasmine": "~4.0.1", "karma-jasmine-html-reporter": "^1.7.0", "ng-packagr": "^12.0.0", "protractor": "~7.0.0", "ts-node": "~10.2.1", "typescript": "~4.2.4", "webpack-bundle-analyzer": "^4.4.2" }, "engines": { "node": ">=12.13.0" } }