@hyperttp/profiler 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 IT IF OR
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # hyperttp-profiler
@@ -0,0 +1,4 @@
1
+ export { withProfiler, ProfilerPlugin } from "./plugin.js";
2
+ export * from "./utils/RequestProfiler.js";
3
+ export type * from "./types/metrics.js";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC3D,cAAc,4BAA4B,CAAC;AAC3C,mBAAmB,oBAAoB,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,3 @@
1
+ export { withProfiler, ProfilerPlugin } from "./plugin.js";
2
+ export * from "./utils/RequestProfiler.js";
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC3D,cAAc,4BAA4B,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { HyperCore, HyperPlugin } from "@hyperttp/core";
2
+ export declare function withProfiler(client: HyperCore): HyperCore;
3
+ declare module "@hyperttp/core" {
4
+ interface HyperttpPluginsExtension {
5
+ profiler?: {
6
+ enabled: boolean;
7
+ };
8
+ }
9
+ }
10
+ export declare const ProfilerPlugin: HyperPlugin;
11
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,SAAS,EACT,WAAW,EAGZ,MAAM,gBAAgB,CAAC;AAGxB,wBAAgB,YAAY,CAAC,MAAM,EAAE,SAAS,GAAG,SAAS,CAmBzD;AAED,OAAO,QAAQ,gBAAgB,CAAC;IAC9B,UAAU,wBAAwB;QAChC,QAAQ,CAAC,EAAE;YAAE,OAAO,EAAE,OAAO,CAAA;SAAE,CAAC;KACjC;CACF;AAED,eAAO,MAAM,cAAc,EAAE,WAK5B,CAAC"}
package/dist/plugin.js ADDED
@@ -0,0 +1,19 @@
1
+ import { RequestProfiler } from "./utils/RequestProfiler.js";
2
+ export function withProfiler(client) {
3
+ const next = client.dispatch;
4
+ client.dispatch = async (req) => {
5
+ const { result, profile } = await RequestProfiler.profile(() => next(req));
6
+ if (profile.durationMs > 500) {
7
+ console.warn(`Slow request detected (${profile.durationMs.toFixed(2)}ms):`, req.url);
8
+ }
9
+ return result;
10
+ };
11
+ return client;
12
+ }
13
+ export const ProfilerPlugin = {
14
+ name: "hyperttp-profiler",
15
+ phase: "START",
16
+ enabled: (config) => !!config.profiler?.enabled,
17
+ apply: (client) => withProfiler(client),
18
+ };
19
+ //# sourceMappingURL=plugin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.js","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAE7D,MAAM,UAAU,YAAY,CAAC,MAAiB;IAC5C,MAAM,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC;IAE7B,MAAM,CAAC,QAAQ,GAAG,KAAK,EAAW,GAAoB,EAAc,EAAE;QACpE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,eAAe,CAAC,OAAO,CAAC,GAAG,EAAE,CAC7D,IAAI,CAAI,GAAG,CAAC,CACb,CAAC;QAEF,IAAI,OAAO,CAAC,UAAU,GAAG,GAAG,EAAE,CAAC;YAC7B,OAAO,CAAC,IAAI,CACV,0BAA0B,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,EAC7D,GAAG,CAAC,GAAG,CACR,CAAC;QACJ,CAAC;QAED,OAAO,MAAsB,CAAC;IAChC,CAAC,CAAC;IAEF,OAAO,MAAM,CAAC;AAChB,CAAC;AAQD,MAAM,CAAC,MAAM,cAAc,GAAgB;IACzC,IAAI,EAAE,mBAAmB;IACzB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,CAAC,MAAyB,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,EAAE,OAAO;IAClE,KAAK,EAAE,CAAC,MAAiB,EAAE,EAAE,CAAC,YAAY,CAAC,MAAM,CAAC;CACnD,CAAC"}
@@ -0,0 +1,143 @@
1
+ export interface MetricsOptions {
2
+ /**
3
+ * @ru Включить сбор метрик
4
+ * @en Enable metrics collection
5
+ */
6
+ enabled?: boolean;
7
+ /**
8
+ * @ru Максимальное количество записей в истории.
9
+ * @en Maximum number of entries in history.
10
+ */
11
+ maxHistory?: number;
12
+ /**
13
+ * @ru Время хранения метрик в миллисекундах.
14
+ * @en Time to keep metrics in milliseconds.
15
+ */
16
+ ttl?: number;
17
+ /**
18
+ * @ru Глубина scope для circuit breaker: 1 = host + первый сегмент пути.
19
+ * @en Scope depth for circuit breaker: 1 = host + first path segment.
20
+ */
21
+ scopeDepth?: number;
22
+ /**
23
+ * @ru Порог ошибки, после которого circuit breaker переходит в OPEN.
24
+ * @en Failure score threshold that opens the circuit breaker.
25
+ */
26
+ failureThreshold?: number;
27
+ /**
28
+ * @ru Время охлаждения перед переходом в HALF_OPEN.
29
+ * @en Cooldown time before switching to HALF_OPEN.
30
+ */
31
+ resetTimeout?: number;
32
+ /**
33
+ * @ru Порог "медленного" запроса в миллисекундах.
34
+ * @en Slow request threshold in milliseconds.
35
+ */
36
+ slowRequestMs?: number;
37
+ /**
38
+ * @ru Веса ошибок для разных классов отказов.
39
+ * @en Failure weights for different failure classes.
40
+ */
41
+ weights?: {
42
+ timeout?: number;
43
+ serverError?: number;
44
+ rateLimit?: number;
45
+ slowRequest?: number;
46
+ other?: number;
47
+ };
48
+ }
49
+ export interface RequestMetrics {
50
+ /**
51
+ * @ru Время начала запроса (timestamp)
52
+ * @en Request start time (timestamp)
53
+ */
54
+ startTime: number;
55
+ /**
56
+ * @ru Время окончания запроса (timestamp)
57
+ * @en Request end time (timestamp)
58
+ */
59
+ endTime: number;
60
+ /**
61
+ * @ru Длительность запроса (мс)
62
+ * @en Request duration (ms)
63
+ */
64
+ duration: number;
65
+ /**
66
+ * @ru HTTP статус код ответа
67
+ * @en HTTP status code of response
68
+ */
69
+ statusCode?: number;
70
+ /**
71
+ * @ru Количество полученных байт
72
+ * @en Bytes received
73
+ */
74
+ bytesReceived: number;
75
+ /**
76
+ * @ru Количество отправленных байт
77
+ * @en Bytes sent
78
+ */
79
+ bytesSent: number;
80
+ /**
81
+ * @ru Количество повторных попыток
82
+ * @en Number of retries performed
83
+ */
84
+ retries: number;
85
+ /**
86
+ * @ru Ответ из кэша
87
+ * @en Response served from cache
88
+ */
89
+ cached: boolean;
90
+ /**
91
+ * @ru URL запроса
92
+ * @en Request URL
93
+ */
94
+ url: string;
95
+ /**
96
+ * @ru HTTP метод запроса
97
+ * @en HTTP method
98
+ */
99
+ method: string;
100
+ /**
101
+ * @ru Хэш тела запроса (для кэширования)
102
+ * @en Request body hash (for caching)
103
+ */
104
+ bodyHash?: string;
105
+ stages?: {
106
+ serializationMs?: number;
107
+ networkMs?: number;
108
+ parsingMs?: number;
109
+ };
110
+ }
111
+ export type CircuitStateName = "CLOSED" | "OPEN" | "HALF_OPEN";
112
+ export type CircuitState = {
113
+ state: CircuitStateName;
114
+ failureScore: number;
115
+ consecutiveFailures: number;
116
+ lastFailureTime: number;
117
+ lastTransitionTime: number;
118
+ probeInFlight: boolean;
119
+ };
120
+ export interface MemoryUsageSnapshot {
121
+ rss: number;
122
+ heapTotal: number;
123
+ heapUsed: number;
124
+ external: number;
125
+ arrayBuffers: number;
126
+ }
127
+ export interface RequestPerformanceProfile {
128
+ wallClockStart: number;
129
+ wallClockEnd: number;
130
+ durationMs: number;
131
+ cpu: {
132
+ userMs: number;
133
+ systemMs: number;
134
+ totalMs: number;
135
+ percent: number;
136
+ };
137
+ memory: {
138
+ before: MemoryUsageSnapshot;
139
+ after: MemoryUsageSnapshot;
140
+ delta: MemoryUsageSnapshot;
141
+ };
142
+ }
143
+ //# sourceMappingURL=metrics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metrics.d.ts","sourceRoot":"","sources":["../../src/types/metrics.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,OAAO,CAAC,EAAE;QACR,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;CACH;AAED,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,MAAM,CAAC,EAAE;QACP,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;CACH;AAED,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,WAAW,CAAC;AAE/D,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,gBAAgB,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,yBAAyB;IACxC,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,EAAE;QACH,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,MAAM,EAAE;QACN,MAAM,EAAE,mBAAmB,CAAC;QAC5B,KAAK,EAAE,mBAAmB,CAAC;QAC3B,KAAK,EAAE,mBAAmB,CAAC;KAC5B,CAAC;CACH"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=metrics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metrics.js","sourceRoot":"","sources":["../../src/types/metrics.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import type { RequestPerformanceProfile } from "../types/metrics.js";
2
+ type ProfiledResult<T> = {
3
+ result: T;
4
+ profile: RequestPerformanceProfile;
5
+ };
6
+ export declare class RequestProfiler {
7
+ static profile<T>(executor: () => Promise<T>): Promise<ProfiledResult<T>>;
8
+ }
9
+ export type { ProfiledResult };
10
+ //# sourceMappingURL=RequestProfiler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RequestProfiler.d.ts","sourceRoot":"","sources":["../../src/utils/RequestProfiler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,yBAAyB,EAC1B,MAAM,qBAAqB,CAAC;AAE7B,KAAK,cAAc,CAAC,CAAC,IAAI;IACvB,MAAM,EAAE,CAAC,CAAC;IACV,OAAO,EAAE,yBAAyB,CAAC;CACpC,CAAC;AAaF,qBAAa,eAAe;WACb,OAAO,CAAC,CAAC,EACpB,QAAQ,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,GACzB,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;CA2C9B;AAED,YAAY,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,51 @@
1
+ function toMemorySnapshot() {
2
+ const usage = process.memoryUsage();
3
+ return {
4
+ rss: usage.rss,
5
+ heapTotal: usage.heapTotal,
6
+ heapUsed: usage.heapUsed,
7
+ external: usage.external,
8
+ arrayBuffers: usage.arrayBuffers,
9
+ };
10
+ }
11
+ export class RequestProfiler {
12
+ static async profile(executor) {
13
+ const startedAt = Date.now();
14
+ const hrStart = process.hrtime.bigint();
15
+ const cpuStart = process.cpuUsage();
16
+ const memoryBefore = toMemorySnapshot();
17
+ const result = await executor();
18
+ const hrEnd = process.hrtime.bigint();
19
+ const finishedAt = Date.now();
20
+ const cpuDiff = process.cpuUsage(cpuStart);
21
+ const memoryAfter = toMemorySnapshot();
22
+ const durationMs = Number(hrEnd - hrStart) / 1_000_000;
23
+ const cpuUserMs = cpuDiff.user / 1000;
24
+ const cpuSystemMs = cpuDiff.system / 1000;
25
+ const cpuTotalMs = cpuUserMs + cpuSystemMs;
26
+ const profile = {
27
+ wallClockStart: startedAt,
28
+ wallClockEnd: finishedAt,
29
+ durationMs,
30
+ cpu: {
31
+ userMs: cpuUserMs,
32
+ systemMs: cpuSystemMs,
33
+ totalMs: cpuTotalMs,
34
+ percent: durationMs > 0 ? (cpuTotalMs / durationMs) * 100 : 0,
35
+ },
36
+ memory: {
37
+ before: memoryBefore,
38
+ after: memoryAfter,
39
+ delta: {
40
+ rss: memoryAfter.rss - memoryBefore.rss,
41
+ heapTotal: memoryAfter.heapTotal - memoryBefore.heapTotal,
42
+ heapUsed: memoryAfter.heapUsed - memoryBefore.heapUsed,
43
+ external: memoryAfter.external - memoryBefore.external,
44
+ arrayBuffers: memoryAfter.arrayBuffers - memoryBefore.arrayBuffers,
45
+ },
46
+ },
47
+ };
48
+ return { result, profile };
49
+ }
50
+ }
51
+ //# sourceMappingURL=RequestProfiler.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RequestProfiler.js","sourceRoot":"","sources":["../../src/utils/RequestProfiler.ts"],"names":[],"mappings":"AAUA,SAAS,gBAAgB;IACvB,MAAM,KAAK,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IACpC,OAAO;QACL,GAAG,EAAE,KAAK,CAAC,GAAG;QACd,SAAS,EAAE,KAAK,CAAC,SAAS;QAC1B,QAAQ,EAAE,KAAK,CAAC,QAAQ;QACxB,QAAQ,EAAE,KAAK,CAAC,QAAQ;QACxB,YAAY,EAAE,KAAK,CAAC,YAAY;KACjC,CAAC;AACJ,CAAC;AAED,MAAM,OAAO,eAAe;IAC1B,MAAM,CAAC,KAAK,CAAC,OAAO,CAClB,QAA0B;QAE1B,MAAM,SAAS,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;QAC7B,MAAM,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;QACxC,MAAM,QAAQ,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC;QACpC,MAAM,YAAY,GAAG,gBAAgB,EAAE,CAAC;QAExC,MAAM,MAAM,GAAG,MAAM,QAAQ,EAAE,CAAC;QAEhC,MAAM,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;QACtC,MAAM,UAAU,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;QAC9B,MAAM,OAAO,GAAG,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAC3C,MAAM,WAAW,GAAG,gBAAgB,EAAE,CAAC;QAEvC,MAAM,UAAU,GAAG,MAAM,CAAC,KAAK,GAAG,OAAO,CAAC,GAAG,SAAS,CAAC;QACvD,MAAM,SAAS,GAAG,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;QACtC,MAAM,WAAW,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;QAC1C,MAAM,UAAU,GAAG,SAAS,GAAG,WAAW,CAAC;QAE3C,MAAM,OAAO,GAA8B;YACzC,cAAc,EAAE,SAAS;YACzB,YAAY,EAAE,UAAU;YACxB,UAAU;YACV,GAAG,EAAE;gBACH,MAAM,EAAE,SAAS;gBACjB,QAAQ,EAAE,WAAW;gBACrB,OAAO,EAAE,UAAU;gBACnB,OAAO,EAAE,UAAU,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,GAAG,UAAU,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;aAC9D;YACD,MAAM,EAAE;gBACN,MAAM,EAAE,YAAY;gBACpB,KAAK,EAAE,WAAW;gBAClB,KAAK,EAAE;oBACL,GAAG,EAAE,WAAW,CAAC,GAAG,GAAG,YAAY,CAAC,GAAG;oBACvC,SAAS,EAAE,WAAW,CAAC,SAAS,GAAG,YAAY,CAAC,SAAS;oBACzD,QAAQ,EAAE,WAAW,CAAC,QAAQ,GAAG,YAAY,CAAC,QAAQ;oBACtD,QAAQ,EAAE,WAAW,CAAC,QAAQ,GAAG,YAAY,CAAC,QAAQ;oBACtD,YAAY,EAAE,WAAW,CAAC,YAAY,GAAG,YAAY,CAAC,YAAY;iBACnE;aACF;SACF,CAAC;QAEF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;IAC7B,CAAC;CACF"}
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@hyperttp/profiler",
3
+ "version": "1.0.0",
4
+ "type": "module",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "keywords": [
11
+ "hyperttp"
12
+ ],
13
+ "author": "dirold2",
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/IT-IF-OR/hyperttp-profiler.git"
18
+ },
19
+ "peerDependencies": {
20
+ "typescript": "^5"
21
+ },
22
+ "dependencies": {
23
+ "@hyperttp/core": "^1.0.5"
24
+ }
25
+ }