Skip to content

Commit 428abb3

Browse files
committed
r0b08x [chore] 4/25/2024, 8:19:28 AM
1 parent 168db00 commit 428abb3

File tree

1 file changed

+109
-109
lines changed

1 file changed

+109
-109
lines changed

package.json

Lines changed: 109 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,110 @@
11
{
2-
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2024.4.117",
4-
"corifeus": {
5-
"icon": "fas fa-fire",
6-
"prefix": "p3x-",
7-
"publish": true,
8-
"type": "p3x",
9-
"code": "Breeze",
10-
"nodejs": "v20.12.0",
11-
"opencollective": false,
12-
"reponame": "angular-http-cache-interceptor",
13-
"build": true,
14-
"cdn": true,
15-
"publish-location": "./dist/angular-http-cache-interceptor",
16-
"angular": "17.3.1"
17-
},
18-
"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",
19-
"scripts": {
20-
"test": "grunt",
21-
"ng": "ng",
22-
"start": "ng serve --hmr",
23-
"build": "ng build",
24-
"test2": "ng test",
25-
"lint": "ng lint",
26-
"e2e": "ng e2e",
27-
"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",
28-
"build-app": "ng build --source-map=false --output-hashing=all --configuration=production --base-href=/ --aot=true --build-optimizer=true --optimization=true && grunt htmlmin:dist",
29-
"stats": "ng build --stats-json && webpack-bundle-analyzer dist/workspace/stats.json"
30-
},
31-
"repository": {
32-
"type": "git",
33-
"url": "git+https://github.com/patrikx3/angular-http-cache-interceptor.git"
34-
},
35-
"keywords": [
36-
"angular",
37-
"cache",
38-
"interceptor",
39-
"network",
40-
"http",
41-
"client",
42-
"http-client",
43-
"header",
44-
"headers",
45-
"interact",
46-
"configuration"
47-
],
48-
"author": "Patrik Laszlo <[email protected]>",
49-
"license": "MIT",
50-
"bugs": {
51-
"url": "https://github.com/patrikx3/angular-http-cache-interceptor/issues"
52-
},
53-
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
54-
"dependencies": {
55-
"@angular/animations": "^17.3.1",
56-
"@angular/cdk": "^17.3.1",
57-
"@angular/common": "^17.3.1",
58-
"@angular/compiler": "^17.3.1",
59-
"@angular/core": "^17.3.1",
60-
"@angular/forms": "^17.3.1",
61-
"@angular/material": "^17.3.1",
62-
"@angular/platform-browser": "^17.3.1",
63-
"@angular/platform-browser-dynamic": "^17.3.1",
64-
"@angular/router": "^17.3.1",
65-
"@types/node": "^20.11.30",
66-
"hash": "^0.2.1",
67-
"highlight.js": "^11.9.0",
68-
"object": "^0.1.1",
69-
"object-hash": "^3.0.0",
70-
"postcss": "^8.4.38",
71-
"rxjs": "~6.6.3",
72-
"tslib": "^2.2.0",
73-
"zone.js": "~0.14.2"
74-
},
75-
"dependencies-save": {
76-
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
77-
},
78-
"devDependencies": {
79-
"@angular-devkit/build-angular": "^17.3.2",
80-
"@angular/cli": "^17.3.2",
81-
"@angular/compiler-cli": "^17.3.1",
82-
"@angular/language-service": "^17.3.1",
83-
"@types/highlight.js": "^9.12.4",
84-
"@types/jasmine": "~5.1.4",
85-
"@types/jasminewd2": "~2.0.13",
86-
"@typescript-eslint/eslint-plugin": "7.4.0",
87-
"@typescript-eslint/parser": "7.4.0",
88-
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2024.4.131",
90-
"eslint": "^8.57.0",
91-
"eslint-plugin-import": "2.29.1",
92-
"eslint-plugin-jsdoc": "48.2.1",
93-
"eslint-plugin-prefer-arrow": "1.2.3",
94-
"jasmine-core": "~5.1.2",
95-
"jasmine-spec-reporter": "~7.0.0",
96-
"karma": "~6.3.2",
97-
"karma-chrome-launcher": "~3.2.0",
98-
"karma-coverage-istanbul-reporter": "~3.0.3",
99-
"karma-jasmine": "~5.1.0",
100-
"karma-jasmine-html-reporter": "^2.1.0",
101-
"ng-packagr": "^17.0.2",
102-
"protractor": "~7.0.0",
103-
"ts-node": "~10.9.2",
104-
"typescript": "~5.2.2",
105-
"webpack-bundle-analyzer": "^4.10.1"
106-
},
107-
"engines": {
108-
"node": ">=12.13.0"
109-
}
110-
}
2+
"name": "p3x-angular-http-cache-interceptor",
3+
"version": "2024.4.117",
4+
"corifeus": {
5+
"icon": "fas fa-fire",
6+
"prefix": "p3x-",
7+
"publish": true,
8+
"type": "p3x",
9+
"code": "Breeze",
10+
"nodejs": "v20.12.0",
11+
"opencollective": false,
12+
"reponame": "angular-http-cache-interceptor",
13+
"build": true,
14+
"cdn": true,
15+
"publish-location": "./dist/angular-http-cache-interceptor",
16+
"angular": "17.3.1"
17+
},
18+
"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",
19+
"scripts": {
20+
"test": "grunt",
21+
"ng": "ng",
22+
"start": "ng serve --hmr",
23+
"build": "ng build",
24+
"test2": "ng test",
25+
"lint": "ng lint",
26+
"e2e": "ng e2e",
27+
"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",
28+
"build-app": "ng build --source-map=false --output-hashing=all --configuration=production --base-href=/ --aot=true --build-optimizer=true --optimization=true && grunt htmlmin:dist",
29+
"stats": "ng build --stats-json && webpack-bundle-analyzer dist/workspace/stats.json"
30+
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/patrikx3/angular-http-cache-interceptor.git"
34+
},
35+
"keywords": [
36+
"angular",
37+
"cache",
38+
"interceptor",
39+
"network",
40+
"http",
41+
"client",
42+
"http-client",
43+
"header",
44+
"headers",
45+
"interact",
46+
"configuration"
47+
],
48+
"author": "Patrik Laszlo <[email protected]>",
49+
"license": "MIT",
50+
"bugs": {
51+
"url": "https://github.com/patrikx3/angular-http-cache-interceptor/issues"
52+
},
53+
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
54+
"dependencies": {
55+
"@angular/animations": "^17.3.5",
56+
"@angular/cdk": "^17.3.5",
57+
"@angular/common": "^17.3.5",
58+
"@angular/compiler": "^17.3.5",
59+
"@angular/core": "^17.3.5",
60+
"@angular/forms": "^17.3.5",
61+
"@angular/material": "^17.3.5",
62+
"@angular/platform-browser": "^17.3.5",
63+
"@angular/platform-browser-dynamic": "^17.3.5",
64+
"@angular/router": "^17.3.5",
65+
"@types/node": "^20.12.7",
66+
"hash": "^0.2.1",
67+
"highlight.js": "^11.9.0",
68+
"object": "^0.1.1",
69+
"object-hash": "^3.0.0",
70+
"postcss": "^8.4.38",
71+
"rxjs": "~6.6.3",
72+
"tslib": "^2.2.0",
73+
"zone.js": "~0.14.2"
74+
},
75+
"dependencies-save": {
76+
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
77+
},
78+
"devDependencies": {
79+
"@angular-devkit/build-angular": "^17.3.5",
80+
"@angular/cli": "^17.3.5",
81+
"@angular/compiler-cli": "^17.3.5",
82+
"@angular/language-service": "^17.3.5",
83+
"@types/highlight.js": "^9.12.4",
84+
"@types/jasmine": "~5.1.4",
85+
"@types/jasminewd2": "~2.0.13",
86+
"@typescript-eslint/eslint-plugin": "7.7.0",
87+
"@typescript-eslint/parser": "7.7.0",
88+
"codelyzer": "^6.0.2",
89+
"corifeus-builder": "^2024.4.131",
90+
"eslint": "^8.57.0",
91+
"eslint-plugin-import": "2.29.1",
92+
"eslint-plugin-jsdoc": "48.2.3",
93+
"eslint-plugin-prefer-arrow": "1.2.3",
94+
"jasmine-core": "~5.1.2",
95+
"jasmine-spec-reporter": "~7.0.0",
96+
"karma": "~6.3.2",
97+
"karma-chrome-launcher": "~3.2.0",
98+
"karma-coverage-istanbul-reporter": "~3.0.3",
99+
"karma-jasmine": "~5.1.0",
100+
"karma-jasmine-html-reporter": "^2.1.0",
101+
"ng-packagr": "^17.0.2",
102+
"protractor": "~7.0.0",
103+
"ts-node": "~10.9.2",
104+
"typescript": "~5.2.2",
105+
"webpack-bundle-analyzer": "^4.10.2"
106+
},
107+
"engines": {
108+
"node": ">=12.13.0"
109+
}
110+
}

0 commit comments

Comments
 (0)