@zuplo/cli 7.4.1 → 7.4.3
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/node_modules/@inquirer/checkbox/package.json +5 -4
- package/node_modules/@inquirer/confirm/dist/index.d.ts +1 -1
- package/node_modules/@inquirer/confirm/package.json +4 -3
- package/node_modules/@inquirer/core/README.md +9 -3
- package/node_modules/@inquirer/core/dist/lib/hook-engine.d.ts +2 -8
- package/node_modules/@inquirer/core/dist/lib/use-memo.js +1 -1
- package/node_modules/@inquirer/core/dist/lib/use-state.d.ts +5 -2
- package/node_modules/@inquirer/core/dist/lib/use-state.js +7 -2
- package/node_modules/@inquirer/core/package.json +5 -4
- package/node_modules/@inquirer/editor/dist/index.d.ts +1 -1
- package/node_modules/@inquirer/editor/package.json +5 -4
- package/node_modules/@inquirer/expand/README.md +1 -1
- package/node_modules/@inquirer/expand/package.json +4 -3
- package/node_modules/@inquirer/external-editor/README.md +13 -0
- package/node_modules/@inquirer/external-editor/package.json +4 -3
- package/node_modules/@inquirer/figures/package.json +4 -3
- package/node_modules/@inquirer/input/package.json +4 -3
- package/node_modules/@inquirer/number/dist/index.d.ts +1 -1
- package/node_modules/@inquirer/number/dist/index.js +1 -6
- package/node_modules/@inquirer/number/dist/is-step-of.d.ts +1 -0
- package/node_modules/@inquirer/number/dist/is-step-of.js +22 -0
- package/node_modules/@inquirer/number/package.json +4 -3
- package/node_modules/@inquirer/password/package.json +4 -3
- package/node_modules/@inquirer/rawlist/package.json +4 -3
- package/node_modules/@inquirer/search/README.md +9 -8
- package/node_modules/@inquirer/search/dist/index.d.ts +1 -0
- package/node_modules/@inquirer/search/dist/index.js +6 -1
- package/node_modules/@inquirer/search/package.json +5 -4
- package/node_modules/@inquirer/select/package.json +5 -4
- package/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.d.ts.map +1 -1
- package/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.js +4 -2
- package/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs +4 -2
- package/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.d.ts.map +1 -1
- package/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.js +5 -5
- package/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs +5 -5
- package/node_modules/@posthog/core/dist/error-tracking/parsers/base.d.ts.map +1 -1
- package/node_modules/@posthog/core/dist/error-tracking/parsers/base.js +2 -1
- package/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs +2 -1
- package/node_modules/@posthog/core/dist/posthog-core.d.ts.map +1 -1
- package/node_modules/@posthog/core/dist/posthog-core.js +1 -0
- package/node_modules/@posthog/core/dist/posthog-core.mjs +1 -0
- package/node_modules/@posthog/core/package.json +1 -1
- package/node_modules/@posthog/core/src/error-tracking/coercers/error-coercer.ts +8 -2
- package/node_modules/@posthog/core/src/error-tracking/coercers/error-event-coercer.spec.ts +33 -0
- package/node_modules/@posthog/core/src/error-tracking/coercers/error-event-coercer.ts +13 -6
- package/node_modules/@posthog/core/src/error-tracking/error-properties-builder.coerce.spec.ts +15 -0
- package/node_modules/@posthog/core/src/error-tracking/parsers/base.spec.ts +34 -0
- package/node_modules/@posthog/core/src/error-tracking/parsers/base.ts +10 -2
- package/node_modules/@posthog/core/src/posthog-core.ts +1 -0
- package/node_modules/@zuplo/core/customer.cli.minified.js +239 -239
- package/node_modules/@zuplo/core/index.minified.js +253 -253
- package/node_modules/@zuplo/core/package.json +1 -1
- package/node_modules/@zuplo/graphql/package.json +1 -1
- package/node_modules/@zuplo/openapi-tools/package.json +1 -1
- package/node_modules/@zuplo/otel/package.json +1 -1
- package/node_modules/@zuplo/runtime/out/esm/{chunk-JKIKT5LB.js → chunk-NHSMO7UN.js} +103 -103
- package/node_modules/@zuplo/runtime/out/esm/chunk-NHSMO7UN.js.map +1 -0
- package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/types/index.d.ts +61 -4
- package/node_modules/@zuplo/runtime/package.json +1 -1
- package/node_modules/negotiator/lib/accept.js +54 -0
- package/node_modules/negotiator/lib/charset.js +10 -34
- package/node_modules/negotiator/lib/encoding.js +9 -30
- package/node_modules/negotiator/lib/language.js +15 -36
- package/node_modules/negotiator/lib/mediaType.js +16 -134
- package/node_modules/negotiator/node_modules/content-type/LICENSE +22 -0
- package/node_modules/negotiator/node_modules/content-type/README.md +71 -0
- package/node_modules/negotiator/node_modules/content-type/dist/index.d.ts +46 -0
- package/node_modules/negotiator/node_modules/content-type/dist/index.js +176 -0
- package/node_modules/negotiator/node_modules/content-type/dist/index.js.map +1 -0
- package/node_modules/negotiator/node_modules/content-type/package.json +52 -0
- package/node_modules/negotiator/package.json +16 -10
- package/package.json +11 -11
- package/node_modules/@inquirer/external-editor/dist/errors/CreateFileError.d.ts +0 -10
- package/node_modules/@inquirer/external-editor/dist/errors/CreateFileError.js +0 -13
- package/node_modules/@inquirer/external-editor/dist/errors/LaunchEditorError.d.ts +0 -10
- package/node_modules/@inquirer/external-editor/dist/errors/LaunchEditorError.js +0 -13
- package/node_modules/@inquirer/external-editor/dist/errors/ReadFileError.d.ts +0 -10
- package/node_modules/@inquirer/external-editor/dist/errors/ReadFileError.js +0 -13
- package/node_modules/@inquirer/external-editor/dist/errors/RemoveFileError.d.ts +0 -10
- package/node_modules/@inquirer/external-editor/dist/errors/RemoveFileError.js +0 -13
- package/node_modules/@zuplo/runtime/out/esm/chunk-JKIKT5LB.js.map +0 -1
- package/node_modules/negotiator/HISTORY.md +0 -114
- /package/node_modules/@zuplo/runtime/out/esm/{chunk-JKIKT5LB.js.LEGAL.txt → chunk-NHSMO7UN.js.LEGAL.txt} +0 -0
|
@@ -15661,12 +15661,69 @@ export declare class ZuploMcpSdk {
|
|
|
15661
15661
|
*/
|
|
15662
15662
|
getRawCallToolRequest(): CallToolRequest | null;
|
|
15663
15663
|
/**
|
|
15664
|
-
*
|
|
15665
|
-
* Use this to set `_meta` that should be included in the tool result.
|
|
15664
|
+
* Overrides fields of the MCP tool result the gateway is about to send.
|
|
15666
15665
|
*
|
|
15667
|
-
*
|
|
15666
|
+
* Every field is independently optional; an absent field keeps the value
|
|
15667
|
+
* the gateway derives from the downstream response. The most useful
|
|
15668
|
+
* combination is `content` alone: the human-readable summary replaces the
|
|
15669
|
+
* raw serialized body while `structuredContent` is still auto-derived from
|
|
15670
|
+
* it — one call, compact model context, full data preserved.
|
|
15671
|
+
*
|
|
15672
|
+
* @example A compact summary for the model, full JSON in structuredContent
|
|
15673
|
+
* ```ts
|
|
15674
|
+
* const response = await context.invokeRoute("/todos");
|
|
15675
|
+
* new ZuploMcpSdk(context).setRawCallToolResult({
|
|
15676
|
+
* content: [{ type: "text", text: "Fetched the todo list" }],
|
|
15677
|
+
* });
|
|
15678
|
+
* return response;
|
|
15679
|
+
* ```
|
|
15680
|
+
*
|
|
15681
|
+
* Notes:
|
|
15682
|
+
*
|
|
15683
|
+
* - The stored value is *consumed* when the gateway builds the tool result
|
|
15684
|
+
* (asymmetric with {@link getRawCallToolRequest}, which can be read any
|
|
15685
|
+
* number of times).
|
|
15686
|
+
* - The value is written to the context that carried the matching
|
|
15687
|
+
* `tools/call` request, which is looked up exactly one `invokeRoute`
|
|
15688
|
+
* generation up. Calling this from a grandchild invocation (a route that
|
|
15689
|
+
* itself invokes another route) silently stores the override where the
|
|
15690
|
+
* gateway never reads it.
|
|
15691
|
+
* - `isError` is deliberately not overridable: it follows the status of the
|
|
15692
|
+
* response your handler returns, so upstream failures cannot be masked.
|
|
15693
|
+
* - `structuredContent` must be a JSON object. The MCP 2025-11-25 wire
|
|
15694
|
+
* format rejects arrays and scalars here.
|
|
15695
|
+
* - Declining the spec's backwards-compatibility SHOULD (mirroring
|
|
15696
|
+
* serialized JSON into a text block) has a concrete cost: clients that
|
|
15697
|
+
* predate `structuredContent` see only your summary in `content`.
|
|
15698
|
+
* - MCP reserves `_meta` keys with the `modelcontextprotocol.io/` prefix
|
|
15699
|
+
* for the protocol itself; use your own prefix for application metadata.
|
|
15700
|
+
*
|
|
15701
|
+
* @param result - The fields to override on the tool result
|
|
15702
|
+
*/
|
|
15703
|
+
setRawCallToolResult(result: ZuploMcpToolResultOverride): void;
|
|
15704
|
+
}
|
|
15705
|
+
|
|
15706
|
+
/**
|
|
15707
|
+
* The subset of a `tools/call` result a module author may override via
|
|
15708
|
+
* {@link ZuploMcpSdk.setRawCallToolResult}. Every field is independently
|
|
15709
|
+
* optional; an absent field keeps the value the gateway derives from the
|
|
15710
|
+
* downstream response.
|
|
15711
|
+
*/
|
|
15712
|
+
export declare interface ZuploMcpToolResultOverride {
|
|
15713
|
+
/**
|
|
15714
|
+
* Content blocks for the model to read. Replaces the gateway's default
|
|
15715
|
+
* (the serialized downstream body in a single text block).
|
|
15716
|
+
*/
|
|
15717
|
+
content?: CallToolResult["content"];
|
|
15718
|
+
/**
|
|
15719
|
+
* The structured form of the tool's output. MUST be a JSON object — the
|
|
15720
|
+
* MCP 2025-11-25 wire format rejects arrays/strings/numbers here.
|
|
15721
|
+
*/
|
|
15722
|
+
structuredContent?: Record<string, unknown>;
|
|
15723
|
+
/**
|
|
15724
|
+
* Per-call metadata. Replaces the gateway's default of `{}`.
|
|
15668
15725
|
*/
|
|
15669
|
-
|
|
15726
|
+
_meta?: Record<string, unknown>;
|
|
15670
15727
|
}
|
|
15671
15728
|
|
|
15672
15729
|
/**
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* negotiator
|
|
3
|
+
* Copyright(c) 2026 Blake Embrey
|
|
4
|
+
* MIT Licensed
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
'use strict';
|
|
8
|
+
|
|
9
|
+
var contentType = require('content-type');
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Module exports.
|
|
13
|
+
* @private
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
module.exports = parseAccept;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Parse an Accept-style header.
|
|
20
|
+
* @private
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
function parseAccept(header) {
|
|
24
|
+
var values = [];
|
|
25
|
+
var index = 0;
|
|
26
|
+
|
|
27
|
+
while (index < header.length) {
|
|
28
|
+
var start = skipOptionalWhitespace(header, index);
|
|
29
|
+
var parsed = contentType.parse(header, { comma: true, start: start });
|
|
30
|
+
|
|
31
|
+
// `content-type` normalizes the type, but accept methods return original casing.
|
|
32
|
+
parsed.type = header.slice(start, start + parsed.type.length);
|
|
33
|
+
values.push(parsed);
|
|
34
|
+
|
|
35
|
+
index = parsed.index + 1;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
return values;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Skip optional whitespace.
|
|
43
|
+
* @private
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
function skipOptionalWhitespace(header, index) {
|
|
47
|
+
var cursor = index;
|
|
48
|
+
|
|
49
|
+
while (header.charCodeAt(cursor) === 0x20 || header.charCodeAt(cursor) === 0x09) {
|
|
50
|
+
cursor++;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
return cursor;
|
|
54
|
+
}
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
10
10
|
|
|
11
|
+
var parseAccept = require('./accept');
|
|
12
|
+
|
|
11
13
|
/**
|
|
12
14
|
* Module exports.
|
|
13
15
|
* @public
|
|
@@ -21,55 +23,29 @@ module.exports.preferredCharsets = preferredCharsets;
|
|
|
21
23
|
* @private
|
|
22
24
|
*/
|
|
23
25
|
|
|
24
|
-
var simpleCharsetRegExp = /^\s*([^\s;]+)\s*(?:;(.*))?$/;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Parse the Accept-Charset header.
|
|
28
|
-
* @private
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
26
|
function parseAcceptCharset(accept) {
|
|
32
|
-
var accepts = accept
|
|
27
|
+
var accepts = parseAccept(accept);
|
|
33
28
|
|
|
34
29
|
for (var i = 0, j = 0; i < accepts.length; i++) {
|
|
35
|
-
var charset =
|
|
36
|
-
|
|
37
|
-
if (charset) {
|
|
38
|
-
accepts[j++] = charset;
|
|
39
|
-
}
|
|
30
|
+
var charset = formatCharset(accepts[i], i);
|
|
31
|
+
if (charset) accepts[j++] = charset;
|
|
40
32
|
}
|
|
41
33
|
|
|
42
|
-
// trim accepts
|
|
43
34
|
accepts.length = j;
|
|
44
|
-
|
|
45
35
|
return accepts;
|
|
46
36
|
}
|
|
47
37
|
|
|
48
38
|
/**
|
|
49
|
-
*
|
|
39
|
+
* Format a parsed charset for negotiation.
|
|
50
40
|
* @private
|
|
51
41
|
*/
|
|
52
42
|
|
|
53
|
-
function
|
|
54
|
-
|
|
55
|
-
if (!match) return null;
|
|
56
|
-
|
|
57
|
-
var charset = match[1];
|
|
58
|
-
var q = 1;
|
|
59
|
-
if (match[2]) {
|
|
60
|
-
var params = match[2].split(';')
|
|
61
|
-
for (var j = 0; j < params.length; j++) {
|
|
62
|
-
var p = params[j].trim().split('=');
|
|
63
|
-
if (p[0] === 'q') {
|
|
64
|
-
q = parseFloat(p[1]);
|
|
65
|
-
break;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
43
|
+
function formatCharset(parsed, i) {
|
|
44
|
+
if (!parsed.type) return null;
|
|
69
45
|
|
|
70
46
|
return {
|
|
71
|
-
charset:
|
|
72
|
-
q: q,
|
|
47
|
+
charset: parsed.type,
|
|
48
|
+
q: parsed.parameters.q ? parseFloat(parsed.parameters.q) : 1,
|
|
73
49
|
i: i
|
|
74
50
|
};
|
|
75
51
|
}
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
10
10
|
|
|
11
|
+
var parseAccept = require('./accept');
|
|
12
|
+
|
|
11
13
|
/**
|
|
12
14
|
* Module exports.
|
|
13
15
|
* @public
|
|
@@ -21,20 +23,13 @@ module.exports.preferredEncodings = preferredEncodings;
|
|
|
21
23
|
* @private
|
|
22
24
|
*/
|
|
23
25
|
|
|
24
|
-
var simpleEncodingRegExp = /^\s*([^\s;]+)\s*(?:;(.*))?$/;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Parse the Accept-Encoding header.
|
|
28
|
-
* @private
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
26
|
function parseAcceptEncoding(accept) {
|
|
32
|
-
var accepts = accept
|
|
27
|
+
var accepts = parseAccept(accept);
|
|
33
28
|
var hasIdentity = false;
|
|
34
29
|
var minQuality = 1;
|
|
35
30
|
|
|
36
31
|
for (var i = 0, j = 0; i < accepts.length; i++) {
|
|
37
|
-
var encoding =
|
|
32
|
+
var encoding = formatEncoding(accepts[i], i);
|
|
38
33
|
|
|
39
34
|
if (encoding) {
|
|
40
35
|
accepts[j++] = encoding;
|
|
@@ -55,37 +50,21 @@ function parseAcceptEncoding(accept) {
|
|
|
55
50
|
};
|
|
56
51
|
}
|
|
57
52
|
|
|
58
|
-
// trim accepts
|
|
59
53
|
accepts.length = j;
|
|
60
|
-
|
|
61
54
|
return accepts;
|
|
62
55
|
}
|
|
63
56
|
|
|
64
57
|
/**
|
|
65
|
-
*
|
|
58
|
+
* Format a parsed encoding for negotiation.
|
|
66
59
|
* @private
|
|
67
60
|
*/
|
|
68
61
|
|
|
69
|
-
function
|
|
70
|
-
|
|
71
|
-
if (!match) return null;
|
|
72
|
-
|
|
73
|
-
var encoding = match[1];
|
|
74
|
-
var q = 1;
|
|
75
|
-
if (match[2]) {
|
|
76
|
-
var params = match[2].split(';');
|
|
77
|
-
for (var j = 0; j < params.length; j++) {
|
|
78
|
-
var p = params[j].trim().split('=');
|
|
79
|
-
if (p[0] === 'q') {
|
|
80
|
-
q = parseFloat(p[1]);
|
|
81
|
-
break;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
62
|
+
function formatEncoding(parsed, i) {
|
|
63
|
+
if (!parsed.type) return null;
|
|
85
64
|
|
|
86
65
|
return {
|
|
87
|
-
encoding:
|
|
88
|
-
q: q,
|
|
66
|
+
encoding: parsed.type,
|
|
67
|
+
q: parsed.parameters.q ? parseFloat(parsed.parameters.q) : 1,
|
|
89
68
|
i: i
|
|
90
69
|
};
|
|
91
70
|
}
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
10
10
|
|
|
11
|
+
var contentType = require('content-type');
|
|
12
|
+
var parseAccept = require('./accept');
|
|
13
|
+
|
|
11
14
|
/**
|
|
12
15
|
* Module exports.
|
|
13
16
|
* @public
|
|
@@ -21,60 +24,36 @@ module.exports.preferredLanguages = preferredLanguages;
|
|
|
21
24
|
* @private
|
|
22
25
|
*/
|
|
23
26
|
|
|
24
|
-
var simpleLanguageRegExp = /^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Parse the Accept-Language header.
|
|
28
|
-
* @private
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
27
|
function parseAcceptLanguage(accept) {
|
|
32
|
-
var accepts = accept
|
|
28
|
+
var accepts = parseAccept(accept);
|
|
33
29
|
|
|
34
30
|
for (var i = 0, j = 0; i < accepts.length; i++) {
|
|
35
|
-
var language =
|
|
36
|
-
|
|
37
|
-
if (language) {
|
|
38
|
-
accepts[j++] = language;
|
|
39
|
-
}
|
|
31
|
+
var language = formatLanguage(accepts[i], i);
|
|
32
|
+
if (language) accepts[j++] = language;
|
|
40
33
|
}
|
|
41
34
|
|
|
42
|
-
// trim accepts
|
|
43
35
|
accepts.length = j;
|
|
44
|
-
|
|
45
36
|
return accepts;
|
|
46
37
|
}
|
|
47
38
|
|
|
48
39
|
/**
|
|
49
|
-
*
|
|
40
|
+
* Format a parsed language for negotiation.
|
|
50
41
|
* @private
|
|
51
42
|
*/
|
|
52
43
|
|
|
53
|
-
function
|
|
54
|
-
|
|
55
|
-
if (!match) return null;
|
|
56
|
-
|
|
57
|
-
var prefix = match[1]
|
|
58
|
-
var suffix = match[2]
|
|
59
|
-
var full = prefix
|
|
44
|
+
function formatLanguage(parsed, i) {
|
|
45
|
+
if (!parsed.type) return null;
|
|
60
46
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
var
|
|
64
|
-
if (match[3]) {
|
|
65
|
-
var params = match[3].split(';')
|
|
66
|
-
for (var j = 0; j < params.length; j++) {
|
|
67
|
-
var p = params[j].split('=');
|
|
68
|
-
if (p[0] === 'q') q = parseFloat(p[1]);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
47
|
+
var hyphen = parsed.type.indexOf('-');
|
|
48
|
+
var prefix = hyphen === -1 ? parsed.type : parsed.type.slice(0, hyphen);
|
|
49
|
+
var suffix = hyphen === -1 ? undefined : parsed.type.slice(hyphen + 1);
|
|
71
50
|
|
|
72
51
|
return {
|
|
73
52
|
prefix: prefix,
|
|
74
53
|
suffix: suffix,
|
|
75
|
-
q: q,
|
|
54
|
+
q: parsed.parameters.q ? parseFloat(parsed.parameters.q) : 1,
|
|
76
55
|
i: i,
|
|
77
|
-
full:
|
|
56
|
+
full: parsed.type
|
|
78
57
|
};
|
|
79
58
|
}
|
|
80
59
|
|
|
@@ -103,7 +82,7 @@ function getLanguagePriority(language, accepted, index) {
|
|
|
103
82
|
*/
|
|
104
83
|
|
|
105
84
|
function specify(language, spec, index) {
|
|
106
|
-
var p =
|
|
85
|
+
var p = formatLanguage(contentType.parse(language), 0)
|
|
107
86
|
if (!p) return null;
|
|
108
87
|
var s = 0;
|
|
109
88
|
if(spec.full.toLowerCase() === p.full.toLowerCase()){
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
10
10
|
|
|
11
|
+
var contentType = require('content-type');
|
|
12
|
+
var parseAcceptHeader = require('./accept');
|
|
13
|
+
|
|
11
14
|
/**
|
|
12
15
|
* Module exports.
|
|
13
16
|
* @public
|
|
@@ -21,71 +24,35 @@ module.exports.preferredMediaTypes = preferredMediaTypes;
|
|
|
21
24
|
* @private
|
|
22
25
|
*/
|
|
23
26
|
|
|
24
|
-
var simpleMediaTypeRegExp = /^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Parse the Accept header.
|
|
28
|
-
* @private
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
27
|
function parseAccept(accept) {
|
|
32
|
-
var accepts =
|
|
28
|
+
var accepts = parseAcceptHeader(accept);
|
|
33
29
|
|
|
34
30
|
for (var i = 0, j = 0; i < accepts.length; i++) {
|
|
35
|
-
var mediaType =
|
|
36
|
-
|
|
37
|
-
if (mediaType) {
|
|
38
|
-
accepts[j++] = mediaType;
|
|
39
|
-
}
|
|
31
|
+
var mediaType = formatMediaType(accepts[i], i);
|
|
32
|
+
if (mediaType) accepts[j++] = mediaType;
|
|
40
33
|
}
|
|
41
34
|
|
|
42
|
-
// trim accepts
|
|
43
35
|
accepts.length = j;
|
|
44
|
-
|
|
45
36
|
return accepts;
|
|
46
37
|
}
|
|
47
38
|
|
|
48
39
|
/**
|
|
49
|
-
*
|
|
40
|
+
* Format a parsed content type for negotiation.
|
|
50
41
|
* @private
|
|
51
42
|
*/
|
|
52
43
|
|
|
53
|
-
function
|
|
54
|
-
var
|
|
55
|
-
if (
|
|
56
|
-
|
|
57
|
-
var params = Object.create(null);
|
|
58
|
-
var q = 1;
|
|
59
|
-
var subtype = match[2];
|
|
60
|
-
var type = match[1];
|
|
61
|
-
|
|
62
|
-
if (match[3]) {
|
|
63
|
-
var kvps = splitParameters(match[3]).map(splitKeyValuePair);
|
|
64
|
-
|
|
65
|
-
for (var j = 0; j < kvps.length; j++) {
|
|
66
|
-
var pair = kvps[j];
|
|
67
|
-
var key = pair[0].toLowerCase();
|
|
68
|
-
var val = pair[1];
|
|
44
|
+
function formatMediaType(parsed, i) {
|
|
45
|
+
var slash = parsed.type.indexOf('/');
|
|
46
|
+
if (slash === -1) return null;
|
|
69
47
|
|
|
70
|
-
|
|
71
|
-
var value = val && val[0] === '"' && val[val.length - 1] === '"'
|
|
72
|
-
? val.slice(1, -1)
|
|
73
|
-
: val;
|
|
48
|
+
var q = parsed.parameters.q ? parseFloat(parsed.parameters.q) : 1;
|
|
74
49
|
|
|
75
|
-
|
|
76
|
-
q = parseFloat(value);
|
|
77
|
-
break;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// store parameter
|
|
81
|
-
params[key] = value;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
50
|
+
delete parsed.parameters.q;
|
|
84
51
|
|
|
85
52
|
return {
|
|
86
|
-
type: type,
|
|
87
|
-
subtype:
|
|
88
|
-
params:
|
|
53
|
+
type: parsed.type.slice(0, slash),
|
|
54
|
+
subtype: parsed.type.slice(slash + 1),
|
|
55
|
+
params: parsed.parameters,
|
|
89
56
|
q: q,
|
|
90
57
|
i: i
|
|
91
58
|
};
|
|
@@ -116,7 +83,7 @@ function getMediaTypePriority(type, accepted, index) {
|
|
|
116
83
|
*/
|
|
117
84
|
|
|
118
85
|
function specify(type, spec, index) {
|
|
119
|
-
var p =
|
|
86
|
+
var p = formatMediaType(contentType.parse(type), 0);
|
|
120
87
|
var s = 0;
|
|
121
88
|
|
|
122
89
|
if (!p) {
|
|
@@ -207,88 +174,3 @@ function getFullType(spec) {
|
|
|
207
174
|
function isQuality(spec) {
|
|
208
175
|
return spec.q > 0;
|
|
209
176
|
}
|
|
210
|
-
|
|
211
|
-
/**
|
|
212
|
-
* Count the number of quotes in a string.
|
|
213
|
-
* @private
|
|
214
|
-
*/
|
|
215
|
-
|
|
216
|
-
function quoteCount(string) {
|
|
217
|
-
var count = 0;
|
|
218
|
-
var index = 0;
|
|
219
|
-
|
|
220
|
-
while ((index = string.indexOf('"', index)) !== -1) {
|
|
221
|
-
count++;
|
|
222
|
-
index++;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
return count;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
/**
|
|
229
|
-
* Split a key value pair.
|
|
230
|
-
* @private
|
|
231
|
-
*/
|
|
232
|
-
|
|
233
|
-
function splitKeyValuePair(str) {
|
|
234
|
-
var index = str.indexOf('=');
|
|
235
|
-
var key;
|
|
236
|
-
var val;
|
|
237
|
-
|
|
238
|
-
if (index === -1) {
|
|
239
|
-
key = str;
|
|
240
|
-
} else {
|
|
241
|
-
key = str.slice(0, index);
|
|
242
|
-
val = str.slice(index + 1);
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
return [key, val];
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
/**
|
|
249
|
-
* Split an Accept header into media types.
|
|
250
|
-
* @private
|
|
251
|
-
*/
|
|
252
|
-
|
|
253
|
-
function splitMediaTypes(accept) {
|
|
254
|
-
var accepts = accept.split(',');
|
|
255
|
-
|
|
256
|
-
for (var i = 1, j = 0; i < accepts.length; i++) {
|
|
257
|
-
if (quoteCount(accepts[j]) % 2 == 0) {
|
|
258
|
-
accepts[++j] = accepts[i];
|
|
259
|
-
} else {
|
|
260
|
-
accepts[j] += ',' + accepts[i];
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
// trim accepts
|
|
265
|
-
accepts.length = j + 1;
|
|
266
|
-
|
|
267
|
-
return accepts;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* Split a string of parameters.
|
|
272
|
-
* @private
|
|
273
|
-
*/
|
|
274
|
-
|
|
275
|
-
function splitParameters(str) {
|
|
276
|
-
var parameters = str.split(';');
|
|
277
|
-
|
|
278
|
-
for (var i = 1, j = 0; i < parameters.length; i++) {
|
|
279
|
-
if (quoteCount(parameters[j]) % 2 == 0) {
|
|
280
|
-
parameters[++j] = parameters[i];
|
|
281
|
-
} else {
|
|
282
|
-
parameters[j] += ';' + parameters[i];
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
// trim parameters
|
|
287
|
-
parameters.length = j + 1;
|
|
288
|
-
|
|
289
|
-
for (var i = 0; i < parameters.length; i++) {
|
|
290
|
-
parameters[i] = parameters[i].trim();
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
return parameters;
|
|
294
|
-
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
(The MIT License)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2015 Douglas Christopher Wilson
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
'Software'), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
19
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
20
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# content-type
|
|
2
|
+
|
|
3
|
+
[![NPM version][npm-image]][npm-url]
|
|
4
|
+
[![NPM downloads][downloads-image]][downloads-url]
|
|
5
|
+
[![Build status][build-image]][build-url]
|
|
6
|
+
[![Build coverage][coverage-image]][coverage-url]
|
|
7
|
+
[![License][license-image]][license-url]
|
|
8
|
+
|
|
9
|
+
Create and parse HTTP `Content-Type` header.
|
|
10
|
+
|
|
11
|
+
## Installation
|
|
12
|
+
|
|
13
|
+
```sh
|
|
14
|
+
npm install content-type
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## API
|
|
18
|
+
|
|
19
|
+
```js
|
|
20
|
+
const contentType = require("content-type");
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### contentType.parse(string, options?)
|
|
24
|
+
|
|
25
|
+
```js
|
|
26
|
+
const obj = contentType.parse("image/svg+xml; charset=utf-8");
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Parse a `Content-Type` header. This will return an object with the following properties (examples are shown for the string `'image/svg+xml; charset=utf-8'`):
|
|
30
|
+
|
|
31
|
+
- `type`: The media type. Example: `'image/svg+xml'`.
|
|
32
|
+
- `parameters`: An object of the parameters in the media type (parameter name is always lower case). Example: `{charset: 'utf-8'}`.
|
|
33
|
+
|
|
34
|
+
The parser is lenient and does not error. You should validate `type` and `parameters` before trusting them.
|
|
35
|
+
|
|
36
|
+
#### Options
|
|
37
|
+
|
|
38
|
+
- `parameters` (default: `true`): Set to `false` to skip parameters.
|
|
39
|
+
- `comma` (default: `false`): Set to `true` to stop on a comma. This can be used to parse the media range in an `Accept` header.
|
|
40
|
+
- `start` (default: `0`): Set index to start parsing from.
|
|
41
|
+
|
|
42
|
+
### contentType.format(obj)
|
|
43
|
+
|
|
44
|
+
```js
|
|
45
|
+
const str = contentType.format({
|
|
46
|
+
type: "image/svg+xml",
|
|
47
|
+
parameters: { charset: "utf-8" },
|
|
48
|
+
});
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Format an object into a `Content-Type` header. This will return a string of the content type for the given object with the following properties (examples are shown that produce the string `'image/svg+xml; charset=utf-8'`):
|
|
52
|
+
|
|
53
|
+
- `type`: The media type. Example: `'image/svg+xml'`.
|
|
54
|
+
- `parameters`: An optional object of the parameters in the media type. Example: `{charset: 'utf-8'}`.
|
|
55
|
+
|
|
56
|
+
Throws a `TypeError` if the object contains an invalid type or parameter names.
|
|
57
|
+
|
|
58
|
+
## License
|
|
59
|
+
|
|
60
|
+
[MIT](LICENSE)
|
|
61
|
+
|
|
62
|
+
[npm-image]: https://img.shields.io/npm/v/content-type
|
|
63
|
+
[npm-url]: https://npmjs.org/package/content-type
|
|
64
|
+
[downloads-image]: https://img.shields.io/npm/dm/content-type
|
|
65
|
+
[downloads-url]: https://npmjs.org/package/content-type
|
|
66
|
+
[build-image]: https://img.shields.io/github/actions/workflow/status/jshttp/content-type/ci.yml?branch=master
|
|
67
|
+
[build-url]: https://github.com/jshttp/content-type/actions/workflows/ci.yml?query=branch%3Amaster
|
|
68
|
+
[coverage-image]: https://img.shields.io/codecov/c/gh/jshttp/content-type
|
|
69
|
+
[coverage-url]: https://codecov.io/gh/jshttp/content-type
|
|
70
|
+
[license-image]: http://img.shields.io/npm/l/content-type.svg?style=flat
|
|
71
|
+
[license-url]: LICENSE
|