RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-angular-http-cache-interceptor",
    "version": "2024.4.117",
    "corifeus": {
        "icon": "fas fa-fire",
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Breeze",
        "nodejs": "v20.12.0",
        "opencollective": false,
        "reponame": "angular-http-cache-interceptor",
        "build": true,
        "cdn": true,
        "publish-location": "./dist/angular-http-cache-interceptor",
        "angular": "17.3.1"
    },
    "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 --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 <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": "^17.3.1",
        "@angular/cdk": "^17.3.1",
        "@angular/common": "^17.3.1",
        "@angular/compiler": "^17.3.1",
        "@angular/core": "^17.3.1",
        "@angular/forms": "^17.3.1",
        "@angular/material": "^17.3.1",
        "@angular/platform-browser": "^17.3.1",
        "@angular/platform-browser-dynamic": "^17.3.1",
        "@angular/router": "^17.3.1",
        "@types/node": "^20.11.30",
        "hash": "^0.2.1",
        "highlight.js": "^11.9.0",
        "object": "^0.1.1",
        "object-hash": "^3.0.0",
        "postcss": "^8.4.38",
        "rxjs": "~6.6.3",
        "tslib": "^2.2.0",
        "zone.js": "~0.14.2"
    },
    "dependencies-save": {
        "p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
    },
    "devDependencies": {
        "@angular-devkit/build-angular": "^17.3.2",
        "@angular/cli": "^17.3.2",
        "@angular/compiler-cli": "^17.3.1",
        "@angular/language-service": "^17.3.1",
        "@types/highlight.js": "^9.12.4",
        "@types/jasmine": "~5.1.4",
        "@types/jasminewd2": "~2.0.13",
        "@typescript-eslint/eslint-plugin": "7.4.0",
        "@typescript-eslint/parser": "7.4.0",
        "codelyzer": "^6.0.2",
        "corifeus-builder": "^2024.4.131",
        "eslint": "^8.57.0",
        "eslint-plugin-import": "2.29.1",
        "eslint-plugin-jsdoc": "48.2.1",
        "eslint-plugin-prefer-arrow": "1.2.3",
        "jasmine-core": "~5.1.2",
        "jasmine-spec-reporter": "~7.0.0",
        "karma": "~6.3.2",
        "karma-chrome-launcher": "~3.2.0",
        "karma-coverage-istanbul-reporter": "~3.0.3",
        "karma-jasmine": "~5.1.0",
        "karma-jasmine-html-reporter": "^2.1.0",
        "ng-packagr": "^17.0.2",
        "protractor": "~7.0.0",
        "ts-node": "~10.9.2",
        "typescript": "~5.2.2",
        "webpack-bundle-analyzer": "^4.10.1"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}