-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "p3x-angular-http-cache-interceptor",
"version": "2025.4.117",
"corifeus": {
"icon": "fas fa-fire",
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Breeze",
"nodejs": "v22.13.0",
"opencollective": false,
"reponame": "angular-http-cache-interceptor",
"build": true,
"cdn": true,
"publish-location": "./dist/angular-http-cache-interceptor",
"angular": "19.0.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 --base-href=/ --aot=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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/angular-http-cache-interceptor/issues"
},
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
"dependencies": {
"@angular/animations": "^19.0.6",
"@angular/cdk": "^19.0.5",
"@angular/common": "^19.0.6",
"@angular/compiler": "^19.0.6",
"@angular/core": "^19.0.6",
"@angular/forms": "^19.0.6",
"@angular/material": "^19.0.5",
"@angular/platform-browser": "^19.0.6",
"@angular/platform-browser-dynamic": "^19.0.6",
"@angular/router": "^19.0.6",
"@types/node": "^22.10.6",
"hash": "^0.2.1",
"highlight.js": "^11.11.1",
"object": "^0.1.1",
"object-hash": "^3.0.0",
"postcss": "^8.5.1",
"rxjs": "~6.6.3",
"tslib": "^2.2.0",
"zone.js": "~0.15.0"
},
"dependencies-save": {
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.7",
"@angular/cli": "^19.0.7",
"@angular/compiler-cli": "^19.0.6",
"@angular/language-service": "^19.0.6",
"@types/highlight.js": "^10.1.0",
"corifeus-builder": "^2025.4.123",
"ng-packagr": "^19.0.1",
"ts-node": "~10.9.2",
"typescript": "~5.6.3",
"webpack-bundle-analyzer": "^4.10.2"
},
"engines": {
"node": ">=12.13.0"
}
}