@wordpress/url 4.36.1-next.6deb34194.0 → 4.36.1-next.76cff8c98.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.
Files changed (123) hide show
  1. package/LICENSE.md +1 -1
  2. package/build/{add-query-args.js → add-query-args.cjs} +4 -4
  3. package/build/{build-query-string.js → build-query-string.cjs} +1 -1
  4. package/build/{clean-for-slug.js → clean-for-slug.cjs} +1 -1
  5. package/build/{filter-url-for-display.js → filter-url-for-display.cjs} +1 -1
  6. package/build/{get-authority.js → get-authority.cjs} +1 -1
  7. package/build/{get-filename.js → get-filename.cjs} +1 -1
  8. package/build/{get-fragment.js → get-fragment.cjs} +1 -1
  9. package/build/{get-path-and-query-string.js → get-path-and-query-string.cjs} +2 -2
  10. package/build/{get-path.js → get-path.cjs} +1 -1
  11. package/build/{get-protocol.js → get-protocol.cjs} +1 -1
  12. package/build/{get-query-arg.js → get-query-arg.cjs} +2 -2
  13. package/build/{get-query-args.js → get-query-args.cjs} +3 -3
  14. package/build/{get-query-string.js → get-query-string.cjs} +1 -1
  15. package/build/{has-query-arg.js → has-query-arg.cjs} +2 -2
  16. package/build/{index.js → index.cjs} +29 -29
  17. package/build/{is-email.js → is-email.cjs} +1 -1
  18. package/build/{is-phone-number.js → is-phone-number.cjs} +1 -1
  19. package/build/{is-url.js → is-url.cjs} +1 -1
  20. package/build/{is-valid-authority.js → is-valid-authority.cjs} +1 -1
  21. package/build/{is-valid-fragment.js → is-valid-fragment.cjs} +1 -1
  22. package/build/{is-valid-path.js → is-valid-path.cjs} +1 -1
  23. package/build/{is-valid-protocol.js → is-valid-protocol.cjs} +1 -1
  24. package/build/{is-valid-query-string.js → is-valid-query-string.cjs} +1 -1
  25. package/build/{normalize-path.js → normalize-path.cjs} +1 -1
  26. package/build/{prepend-http.js → prepend-http.cjs} +2 -2
  27. package/build/{prepend-https.js → prepend-https.cjs} +2 -2
  28. package/build/{remove-query-args.js → remove-query-args.cjs} +3 -3
  29. package/build/{safe-decode-uri-component.js → safe-decode-uri-component.cjs} +1 -1
  30. package/build/{safe-decode-uri.js → safe-decode-uri.cjs} +1 -1
  31. package/build-module/{add-query-args.js → add-query-args.mjs} +4 -4
  32. package/build-module/{build-query-string.js → build-query-string.mjs} +1 -1
  33. package/build-module/{clean-for-slug.js → clean-for-slug.mjs} +1 -1
  34. package/build-module/{filter-url-for-display.js → filter-url-for-display.mjs} +1 -1
  35. package/build-module/{get-authority.js → get-authority.mjs} +1 -1
  36. package/build-module/{get-filename.js → get-filename.mjs} +1 -1
  37. package/build-module/{get-fragment.js → get-fragment.mjs} +1 -1
  38. package/build-module/{get-path-and-query-string.js → get-path-and-query-string.mjs} +2 -2
  39. package/build-module/{get-path.js → get-path.mjs} +1 -1
  40. package/build-module/{get-protocol.js → get-protocol.mjs} +1 -1
  41. package/build-module/{get-query-arg.js → get-query-arg.mjs} +2 -2
  42. package/build-module/{get-query-args.js → get-query-args.mjs} +3 -3
  43. package/build-module/{get-query-string.js → get-query-string.mjs} +1 -1
  44. package/build-module/{has-query-arg.js → has-query-arg.mjs} +2 -2
  45. package/build-module/index.mjs +60 -0
  46. package/build-module/{is-email.js → is-email.mjs} +1 -1
  47. package/build-module/{is-phone-number.js → is-phone-number.mjs} +1 -1
  48. package/build-module/{is-url.js → is-url.mjs} +1 -1
  49. package/build-module/{is-valid-authority.js → is-valid-authority.mjs} +1 -1
  50. package/build-module/{is-valid-fragment.js → is-valid-fragment.mjs} +1 -1
  51. package/build-module/{is-valid-path.js → is-valid-path.mjs} +1 -1
  52. package/build-module/{is-valid-protocol.js → is-valid-protocol.mjs} +1 -1
  53. package/build-module/{is-valid-query-string.js → is-valid-query-string.mjs} +1 -1
  54. package/build-module/{normalize-path.js → normalize-path.mjs} +1 -1
  55. package/build-module/{prepend-http.js → prepend-http.mjs} +2 -2
  56. package/build-module/{prepend-https.js → prepend-https.mjs} +2 -2
  57. package/build-module/{remove-query-args.js → remove-query-args.mjs} +3 -3
  58. package/build-module/{safe-decode-uri-component.js → safe-decode-uri-component.mjs} +1 -1
  59. package/build-module/{safe-decode-uri.js → safe-decode-uri.mjs} +1 -1
  60. package/package.json +13 -6
  61. package/src/test/index.js +8 -8
  62. package/build-module/index.js +0 -60
  63. package/scripts/download-wpt-data.js +0 -118
  64. package/tsconfig.json +0 -4
  65. package/tsconfig.tsbuildinfo +0 -1
  66. /package/build/{add-query-args.js.map → add-query-args.cjs.map} +0 -0
  67. /package/build/{build-query-string.js.map → build-query-string.cjs.map} +0 -0
  68. /package/build/{clean-for-slug.js.map → clean-for-slug.cjs.map} +0 -0
  69. /package/build/{filter-url-for-display.js.map → filter-url-for-display.cjs.map} +0 -0
  70. /package/build/{get-authority.js.map → get-authority.cjs.map} +0 -0
  71. /package/build/{get-filename.js.map → get-filename.cjs.map} +0 -0
  72. /package/build/{get-fragment.js.map → get-fragment.cjs.map} +0 -0
  73. /package/build/{get-path-and-query-string.js.map → get-path-and-query-string.cjs.map} +0 -0
  74. /package/build/{get-path.js.map → get-path.cjs.map} +0 -0
  75. /package/build/{get-protocol.js.map → get-protocol.cjs.map} +0 -0
  76. /package/build/{get-query-arg.js.map → get-query-arg.cjs.map} +0 -0
  77. /package/build/{get-query-args.js.map → get-query-args.cjs.map} +0 -0
  78. /package/build/{get-query-string.js.map → get-query-string.cjs.map} +0 -0
  79. /package/build/{has-query-arg.js.map → has-query-arg.cjs.map} +0 -0
  80. /package/build/{index.js.map → index.cjs.map} +0 -0
  81. /package/build/{is-email.js.map → is-email.cjs.map} +0 -0
  82. /package/build/{is-phone-number.js.map → is-phone-number.cjs.map} +0 -0
  83. /package/build/{is-url.js.map → is-url.cjs.map} +0 -0
  84. /package/build/{is-valid-authority.js.map → is-valid-authority.cjs.map} +0 -0
  85. /package/build/{is-valid-fragment.js.map → is-valid-fragment.cjs.map} +0 -0
  86. /package/build/{is-valid-path.js.map → is-valid-path.cjs.map} +0 -0
  87. /package/build/{is-valid-protocol.js.map → is-valid-protocol.cjs.map} +0 -0
  88. /package/build/{is-valid-query-string.js.map → is-valid-query-string.cjs.map} +0 -0
  89. /package/build/{normalize-path.js.map → normalize-path.cjs.map} +0 -0
  90. /package/build/{prepend-http.js.map → prepend-http.cjs.map} +0 -0
  91. /package/build/{prepend-https.js.map → prepend-https.cjs.map} +0 -0
  92. /package/build/{remove-query-args.js.map → remove-query-args.cjs.map} +0 -0
  93. /package/build/{safe-decode-uri-component.js.map → safe-decode-uri-component.cjs.map} +0 -0
  94. /package/build/{safe-decode-uri.js.map → safe-decode-uri.cjs.map} +0 -0
  95. /package/build-module/{add-query-args.js.map → add-query-args.mjs.map} +0 -0
  96. /package/build-module/{build-query-string.js.map → build-query-string.mjs.map} +0 -0
  97. /package/build-module/{clean-for-slug.js.map → clean-for-slug.mjs.map} +0 -0
  98. /package/build-module/{filter-url-for-display.js.map → filter-url-for-display.mjs.map} +0 -0
  99. /package/build-module/{get-authority.js.map → get-authority.mjs.map} +0 -0
  100. /package/build-module/{get-filename.js.map → get-filename.mjs.map} +0 -0
  101. /package/build-module/{get-fragment.js.map → get-fragment.mjs.map} +0 -0
  102. /package/build-module/{get-path-and-query-string.js.map → get-path-and-query-string.mjs.map} +0 -0
  103. /package/build-module/{get-path.js.map → get-path.mjs.map} +0 -0
  104. /package/build-module/{get-protocol.js.map → get-protocol.mjs.map} +0 -0
  105. /package/build-module/{get-query-arg.js.map → get-query-arg.mjs.map} +0 -0
  106. /package/build-module/{get-query-args.js.map → get-query-args.mjs.map} +0 -0
  107. /package/build-module/{get-query-string.js.map → get-query-string.mjs.map} +0 -0
  108. /package/build-module/{has-query-arg.js.map → has-query-arg.mjs.map} +0 -0
  109. /package/build-module/{index.js.map → index.mjs.map} +0 -0
  110. /package/build-module/{is-email.js.map → is-email.mjs.map} +0 -0
  111. /package/build-module/{is-phone-number.js.map → is-phone-number.mjs.map} +0 -0
  112. /package/build-module/{is-url.js.map → is-url.mjs.map} +0 -0
  113. /package/build-module/{is-valid-authority.js.map → is-valid-authority.mjs.map} +0 -0
  114. /package/build-module/{is-valid-fragment.js.map → is-valid-fragment.mjs.map} +0 -0
  115. /package/build-module/{is-valid-path.js.map → is-valid-path.mjs.map} +0 -0
  116. /package/build-module/{is-valid-protocol.js.map → is-valid-protocol.mjs.map} +0 -0
  117. /package/build-module/{is-valid-query-string.js.map → is-valid-query-string.mjs.map} +0 -0
  118. /package/build-module/{normalize-path.js.map → normalize-path.mjs.map} +0 -0
  119. /package/build-module/{prepend-http.js.map → prepend-http.mjs.map} +0 -0
  120. /package/build-module/{prepend-https.js.map → prepend-https.mjs.map} +0 -0
  121. /package/build-module/{remove-query-args.js.map → remove-query-args.mjs.map} +0 -0
  122. /package/build-module/{safe-decode-uri-component.js.map → safe-decode-uri-component.mjs.map} +0 -0
  123. /package/build-module/{safe-decode-uri.js.map → safe-decode-uri.mjs.map} +0 -0
@@ -1,5 +1,5 @@
1
1
  // packages/url/src/prepend-http.ts
2
- import { isEmail } from "./is-email";
2
+ import { isEmail } from "./is-email.mjs";
3
3
  var USABLE_HREF_REGEXP = /^(?:[a-z]+:|#|\?|\.|\/)/i;
4
4
  function prependHTTP(url) {
5
5
  if (!url) {
@@ -14,4 +14,4 @@ function prependHTTP(url) {
14
14
  export {
15
15
  prependHTTP
16
16
  };
17
- //# sourceMappingURL=prepend-http.js.map
17
+ //# sourceMappingURL=prepend-http.mjs.map
@@ -1,5 +1,5 @@
1
1
  // packages/url/src/prepend-https.ts
2
- import { prependHTTP } from "./prepend-http";
2
+ import { prependHTTP } from "./prepend-http.mjs";
3
3
  function prependHTTPS(url) {
4
4
  if (!url) {
5
5
  return url;
@@ -13,4 +13,4 @@ function prependHTTPS(url) {
13
13
  export {
14
14
  prependHTTPS
15
15
  };
16
- //# sourceMappingURL=prepend-https.js.map
16
+ //# sourceMappingURL=prepend-https.mjs.map
@@ -1,6 +1,6 @@
1
1
  // packages/url/src/remove-query-args.ts
2
- import { getQueryArgs } from "./get-query-args";
3
- import { buildQueryString } from "./build-query-string";
2
+ import { getQueryArgs } from "./get-query-args.mjs";
3
+ import { buildQueryString } from "./build-query-string.mjs";
4
4
  function removeQueryArgs(url, ...args) {
5
5
  const fragment = url.replace(/^[^#]*/, "");
6
6
  url = url.replace(/#.*/, "");
@@ -18,4 +18,4 @@ function removeQueryArgs(url, ...args) {
18
18
  export {
19
19
  removeQueryArgs
20
20
  };
21
- //# sourceMappingURL=remove-query-args.js.map
21
+ //# sourceMappingURL=remove-query-args.mjs.map
@@ -9,4 +9,4 @@ function safeDecodeURIComponent(uriComponent) {
9
9
  export {
10
10
  safeDecodeURIComponent
11
11
  };
12
- //# sourceMappingURL=safe-decode-uri-component.js.map
12
+ //# sourceMappingURL=safe-decode-uri-component.mjs.map
@@ -9,4 +9,4 @@ function safeDecodeURI(uri) {
9
9
  export {
10
10
  safeDecodeURI
11
11
  };
12
- //# sourceMappingURL=safe-decode-uri.js.map
12
+ //# sourceMappingURL=safe-decode-uri.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/url",
3
- "version": "4.36.1-next.6deb34194.0",
3
+ "version": "4.36.1-next.76cff8c98.0",
4
4
  "description": "WordPress URL utilities.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -22,13 +22,20 @@
22
22
  "node": ">=18.12.0",
23
23
  "npm": ">=8.19.2"
24
24
  },
25
- "main": "build/index.js",
26
- "module": "build-module/index.js",
25
+ "files": [
26
+ "src",
27
+ "build",
28
+ "build-module",
29
+ "build-types",
30
+ "*.md"
31
+ ],
32
+ "main": "build/index.cjs",
33
+ "module": "build-module/index.mjs",
27
34
  "exports": {
28
35
  ".": {
29
36
  "types": "./build-types/index.d.ts",
30
- "import": "./build-module/index.js",
31
- "require": "./build/index.js"
37
+ "import": "./build-module/index.mjs",
38
+ "require": "./build/index.cjs"
32
39
  },
33
40
  "./package.json": "./package.json"
34
41
  },
@@ -42,5 +49,5 @@
42
49
  "publishConfig": {
43
50
  "access": "public"
44
51
  },
45
- "gitHead": "457096e9e9b3896d2d4fe54fc19d7fb571ee9a44"
52
+ "gitHead": "368727f14b858e75179e140967c2d9ec965c8790"
46
53
  }
package/src/test/index.js CHANGED
@@ -144,7 +144,7 @@ describe( 'getProtocol', () => {
144
144
  it( 'returns undefined when the provided value does not contain a URL protocol', () => {
145
145
  expect( getProtocol( '' ) ).toBeUndefined();
146
146
  expect( getProtocol( 'https' ) ).toBeUndefined();
147
- expect( getProtocol( 'test.com' ) ).toBeUndefined();
147
+ expect( getProtocol( 'example.com' ) ).toBeUndefined();
148
148
  expect( getProtocol( ' https:// ' ) ).toBeUndefined();
149
149
  } );
150
150
  } );
@@ -206,7 +206,7 @@ describe( 'getAuthority', () => {
206
206
  expect( getAuthority( 'https:///' ) ).toBeUndefined();
207
207
  expect( getAuthority( 'https://#' ) ).toBeUndefined();
208
208
  expect( getAuthority( 'https://?' ) ).toBeUndefined();
209
- expect( getAuthority( 'test.com' ) ).toBeUndefined();
209
+ expect( getAuthority( 'example.com' ) ).toBeUndefined();
210
210
  expect( getAuthority( 'https://#?hello' ) ).toBeUndefined();
211
211
  } );
212
212
  } );
@@ -274,7 +274,7 @@ describe( 'getPath', () => {
274
274
  expect( getPath( 'https:///test' ) ).toBeUndefined();
275
275
  expect( getPath( 'https://#' ) ).toBeUndefined();
276
276
  expect( getPath( 'https://?' ) ).toBeUndefined();
277
- expect( getPath( 'test.com' ) ).toBeUndefined();
277
+ expect( getPath( 'example.com' ) ).toBeUndefined();
278
278
  expect( getPath( 'https://#?hello' ) ).toBeUndefined();
279
279
  expect( getPath( 'https' ) ).toBeUndefined();
280
280
  } );
@@ -365,11 +365,11 @@ describe( 'getQueryString', () => {
365
365
  'https://andalouses.example/beach?foo[]=bar&foo[]=baz'
366
366
  )
367
367
  ).toBe( 'foo[]=bar&foo[]=baz' );
368
- expect( getQueryString( 'https://test.com?foo[]=bar&foo[]=baz' ) ).toBe(
369
- 'foo[]=bar&foo[]=baz'
370
- );
371
368
  expect(
372
- getQueryString( 'https://test.com?foo=bar&foo=baz?test' )
369
+ getQueryString( 'https://example.com?foo[]=bar&foo[]=baz' )
370
+ ).toBe( 'foo[]=bar&foo[]=baz' );
371
+ expect(
372
+ getQueryString( 'https://example.com?foo=bar&foo=baz?test' )
373
373
  ).toBe( 'foo=bar&foo=baz?test' );
374
374
  } );
375
375
 
@@ -564,7 +564,7 @@ describe( 'getFragment', () => {
564
564
  expect( getFragment( 'https://' ) ).toBeUndefined();
565
565
  expect( getFragment( 'https:///test' ) ).toBeUndefined();
566
566
  expect( getFragment( 'https://?' ) ).toBeUndefined();
567
- expect( getFragment( 'test.com' ) ).toBeUndefined();
567
+ expect( getFragment( 'example.com' ) ).toBeUndefined();
568
568
  } );
569
569
  } );
570
570
 
@@ -1,60 +0,0 @@
1
- // packages/url/src/index.ts
2
- import { isURL } from "./is-url";
3
- import { isEmail } from "./is-email";
4
- import { isPhoneNumber } from "./is-phone-number";
5
- import { getProtocol } from "./get-protocol";
6
- import { isValidProtocol } from "./is-valid-protocol";
7
- import { getAuthority } from "./get-authority";
8
- import { isValidAuthority } from "./is-valid-authority";
9
- import { getPath } from "./get-path";
10
- import { isValidPath } from "./is-valid-path";
11
- import { getQueryString } from "./get-query-string";
12
- import { buildQueryString } from "./build-query-string";
13
- import { isValidQueryString } from "./is-valid-query-string";
14
- import { getPathAndQueryString } from "./get-path-and-query-string";
15
- import { getFragment } from "./get-fragment";
16
- import { isValidFragment } from "./is-valid-fragment";
17
- import { addQueryArgs } from "./add-query-args";
18
- import { getQueryArg } from "./get-query-arg";
19
- import { getQueryArgs } from "./get-query-args";
20
- import { hasQueryArg } from "./has-query-arg";
21
- import { removeQueryArgs } from "./remove-query-args";
22
- import { prependHTTP } from "./prepend-http";
23
- import { safeDecodeURI } from "./safe-decode-uri";
24
- import { safeDecodeURIComponent } from "./safe-decode-uri-component";
25
- import { filterURLForDisplay } from "./filter-url-for-display";
26
- import { cleanForSlug } from "./clean-for-slug";
27
- import { getFilename } from "./get-filename";
28
- import { normalizePath } from "./normalize-path";
29
- import { prependHTTPS } from "./prepend-https";
30
- export {
31
- addQueryArgs,
32
- buildQueryString,
33
- cleanForSlug,
34
- filterURLForDisplay,
35
- getAuthority,
36
- getFilename,
37
- getFragment,
38
- getPath,
39
- getPathAndQueryString,
40
- getProtocol,
41
- getQueryArg,
42
- getQueryArgs,
43
- getQueryString,
44
- hasQueryArg,
45
- isEmail,
46
- isPhoneNumber,
47
- isURL,
48
- isValidAuthority,
49
- isValidFragment,
50
- isValidPath,
51
- isValidProtocol,
52
- isValidQueryString,
53
- normalizePath,
54
- prependHTTP,
55
- prependHTTPS,
56
- removeQueryArgs,
57
- safeDecodeURI,
58
- safeDecodeURIComponent
59
- };
60
- //# sourceMappingURL=index.js.map
@@ -1,118 +0,0 @@
1
- /**
2
- * External dependencies
3
- */
4
- const { get } = require( 'https' );
5
- const path = require( 'path' );
6
- const fs = require( 'fs' );
7
-
8
- /**
9
- * Default file output destination.
10
- */
11
- const DEFAULT_OUT_FILE = path.resolve(
12
- __dirname,
13
- '../src/test/fixtures/wpt-data.json'
14
- );
15
-
16
- /**
17
- * Source test data URL.
18
- */
19
- const DATA_URL =
20
- 'https://raw.githubusercontent.com/web-platform-tests/wpt/HEAD/url/resources/urltestdata.json';
21
-
22
- /**
23
- * Items to exclude from the default test data, where the test case relies on
24
- * an explicit `'about:blank'` base parameter provided to the constructor. The
25
- * test data as given does not otherwise allow for distinction between a null
26
- * base and base of `'about:blank'`.
27
- *
28
- * @type {string[]}
29
- */
30
- const INPUT_EXCEPTIONS_ACTUAL_ABOUT_BLANK_BASE = [ '#x' ];
31
-
32
- /**
33
- * Given a URL, returns promise resolving to the downloaded URL contents parsed
34
- * as JSON.
35
- *
36
- * @param {string} url URL to download.
37
- *
38
- * @return {Promise<*>} Promise resolving to result of parsed JSON.
39
- */
40
- const fetchJSON = ( url ) =>
41
- new Promise( ( resolve, reject ) => {
42
- get( url, async ( response ) => {
43
- if ( response.statusCode !== 200 ) {
44
- return reject();
45
- }
46
-
47
- let string = '';
48
-
49
- for await ( const chunk of response ) {
50
- string += chunk.toString();
51
- }
52
-
53
- resolve( JSON.parse( string ) );
54
- } );
55
- } );
56
-
57
- /**
58
- * Returns true if the given value is a test data item.
59
- *
60
- * @param {*} item Candidate to test.
61
- *
62
- * @return {boolean} Whether candidate is test data item.
63
- */
64
- const isDataItem = ( item ) => item && item.input;
65
-
66
- /**
67
- * Returns true if the given data item is expected to be used as the base
68
- * parameter of a URL constructor.
69
- *
70
- * @param {Object} item Data item to test.
71
- *
72
- * @return {boolean} Whether data item has non-default base.
73
- */
74
- const hasBase = ( item ) => item.base !== 'about:blank';
75
-
76
- /**
77
- * Returns true if the given data item is included in the exception set.
78
- *
79
- * @param {Object} item Data item to test.
80
- *
81
- * @return {boolean} Whether data item is exception.
82
- */
83
- const isException = ( item ) =>
84
- INPUT_EXCEPTIONS_ACTUAL_ABOUT_BLANK_BASE.includes( item.input );
85
-
86
- /**
87
- * Downloads data and writes output file.
88
- *
89
- * @param {string} [outFile] Optional output file.
90
- */
91
- async function download( outFile = DEFAULT_OUT_FILE ) {
92
- const data = await fetchJSON( DATA_URL );
93
-
94
- const transformedData = data
95
- .filter(
96
- ( item ) =>
97
- isDataItem( item ) && ! hasBase( item ) && ! isException( item )
98
- )
99
- .map( ( item ) => ( {
100
- input: item.input,
101
- failure: item.failure,
102
- } ) );
103
-
104
- const file = fs.createWriteStream( outFile );
105
- file.write( JSON.stringify( transformedData ) );
106
- file.close();
107
- }
108
-
109
- module.exports = download;
110
-
111
- if ( ! module.parent ) {
112
- try {
113
- download();
114
- } catch ( error ) {
115
- process.stderr.write( error );
116
- process.statusCode = 1;
117
- }
118
- }
package/tsconfig.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "https://json.schemastore.org/tsconfig.json",
3
- "extends": "../../tsconfig.base.json"
4
- }
@@ -1 +0,0 @@
1
- {"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","./src/safe-decode-uri-component.ts","./src/get-query-string.ts","./src/get-query-arg.ts","./src/get-query-args.ts","./src/build-query-string.ts","./src/get-fragment.ts","./src/add-query-args.ts","../../node_modules/remove-accents/index.d.ts","./src/clean-for-slug.ts","./src/filter-url-for-display.ts","./src/get-authority.ts","./src/get-filename.ts","./src/is-url.ts","./src/is-email.ts","./src/is-phone-number.ts","./src/get-protocol.ts","./src/is-valid-protocol.ts","./src/is-valid-authority.ts","./src/get-path.ts","./src/is-valid-path.ts","./src/is-valid-query-string.ts","./src/is-valid-fragment.ts","./src/has-query-arg.ts","./src/remove-query-args.ts","./src/prepend-http.ts","./src/safe-decode-uri.ts","./src/normalize-path.ts","./src/prepend-https.ts","./src/index.ts","./src/get-path-and-query-string.ts"],"fileIdsList":[[86,87,88],[90],[111],[86],[83,84,85],[85],[83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,112],[96],[107],[86,87]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"d521c766cd25c1ea85b286d7554f6dc99e9e606837d6869edebea6907fa817e4","signature":"eb0b70bc4f4550c0fab2afcd99ffa68ba09745d1a7d1e6097ff2213bf3e010e3"},{"version":"ccf14e11776e543516f57c1cabdbe222795536db92bd26b9da39b4398f5a8202","signature":"aa8d15c2c116e764b88183557d4cf152a79c2b41525bdd0d3859a2102e2dd8f0"},{"version":"5e10e7ca40617e8a9c1b8161f3026c847751c386eb8b8e8b1ea4dab15295b81a","signature":"9d320c1de70e4d9b0b1f243f2fe2190a39755b104a2a19a9b348374696c2f5b4"},{"version":"b0d278eaccc72491568af5bd9ae4497e3f888d69024fcf87f895f997a781556b","signature":"21a875726b21a53e8f7869f71834b6c5861889a840142363616178d2ff06a80c"},{"version":"bcbbf959d814882ba371c36d3a59e5f15db3f4e105b86a33657667ad5185b572","signature":"bb77b30621666128dd38d993e6c12bfb64b11059fdcf564fb67e32ac3db5fa45"},{"version":"ba9b6d8db0bf6af062dec0db93332e755f77dbe3547cde5c64963460235dc583","signature":"a868dd9b0ef63511977bc7a234bcef636bbd6be3e0ab5cb36932d38422fa86c7"},{"version":"c8f73e99398db0d8a622855ecdb76811549ed5b0094efd5c6a9437b2a7dd98f5","signature":"3b756732c3074a919ceb88c4d60cab15b66fcdb3d04593adff2902ae131e11b0"},{"version":"ddf9ae86061a50cb95914a7e59cca5737fae145d23bbcc0009d65bbd27b0df43","impliedFormat":1},{"version":"5bd877ba72f49bb284e325151f9d5feadc816243adc590bbdf23851fa97a1a17","signature":"31580699639a23cb8747f472bd1a1161f0f054d13a263b266c3f99021599f28b"},{"version":"6704c092b781bbef56c849d149ea15d51a2dc889b306a277c8c5224a9f125f68","signature":"46aae03e5e281df5734d782fdd4401697f0493aa31c1f60dbcbc70767bcfbafd"},{"version":"8cad67bd315e75acb295411030096381444e25b330813d9bbc965b612a9308c5","signature":"efae2f53ca9aba90034e9e15260c14fe8dcc3008267cdfbe7710042dbc4b21b0"},{"version":"d37760850fe8b2c04464de59a530326beb66cefadece51ffa4cac029e9975f28","signature":"e6c307f6e71f72bd14a2ac9598f9ef3cae3d40d01506ac58afd049191f74ad1d"},{"version":"cb54fc13bf0e80718e11ccce5d30a37d139dea60c4452345efca3e5976a34415","signature":"20638b7e5b18d63c1c0bea482cf6a476dda56636a2db757cb8548f7c338815e5"},{"version":"3fb273765271d0ebe62c76711997ce66b7cf7b05be47e4bf231b9777db3468cf","signature":"f80230f749efb147eadae86b4a43a5c93a88586c7a4f5962bb29f31827eda4b7"},{"version":"e25603daa755c675c222d275f388a770555e1a372755f2c96fb11e6715889281","signature":"f7008ea22738cb36c8996a5411893c4d5c4ec7895abd8c6513d0ad2bdd6c101b"},{"version":"38ce8376fe3bb9a0522444a4e8fae11f1fd0678079614c672d988b3c981c00a7","signature":"936f6d2ccfef26c2e7ccb669353dda9667b388f8aa60efdd7f806a404ca73744"},{"version":"6d1e70f266ff978066dd7d39a8d0f42a47df077659ebd7bbb95b2fcbc8d46684","signature":"847c631c839e1b6ce114101ff5fcf393e1bb97f9b2bde6836e8eefa2462193a2"},{"version":"59d76ea4ee0ef5f5f5ce829e15e529e9b9395807e83ba525cf73b02fec952358","signature":"0361064de2ddd1752640c2cb5e0b558815223b11777fc60157f26960a94d8583"},{"version":"a1f0653f2d273df958843dafd233c90744cf974db9c737a32c0dc41b1abc3fcc","signature":"0ff675962eafbb02be18f7ea2b950f41e8a935ffbd53e37fbc8b168488143909"},{"version":"e6c49b780d4a4662a2397c04abb033bd84295bf9544c73824a4426946caf8988","signature":"414a7074507d25366066e2945b472cde8661c0bd2fb312691cead6cda15491a9"},{"version":"141c1ca6e98cddcd0f1fd7a93def757225a0b3742d79c8a0e090d0d4ec1433f2","signature":"aa0306389b2ea9a95ff3d330b73582bae4c4232b921c6282bfead27db47af4a2"},{"version":"0621fda98118868e09acca1aa3f579217e75dd19523549f279b05502ca9eef92","signature":"8a5ace28f492f279a592413af6262a7b5036b90419830168fb982795f259febc"},{"version":"43b5c5fc018067efb4f0ca77a2d17a4e870147b3ecf22d37982b4a3f58f23b66","signature":"363a0f95565733574f606f98de608fffd7afeb3303dfc4a40696192ad3635080"},{"version":"5ef3f5176d67a68c56df93f463f57099241fca17ebe89cb2b4c77eaadcc5fa70","signature":"476ab9d71972d917d8bfc851c0583fa515222624ced6f7fd7f3b07e1a786ae72"},{"version":"052b7003f677775295f4caaa7a62f7b1795142068874c22e836ef4890cdd93cd","signature":"7e11416bdc4117043a086703aec649fb8e3e92bdcf875659d7417a86f6acc34c"},{"version":"6d472431e7c94db07d520cd814ea35f52b1c040cb6eaef7ec033a05da2a11da2","signature":"dc999d60fe7be6fa59972152bed2cb2bf366319ee2ce5eed885cc9665e3d7692"},{"version":"4a5a50975ab5b50292e2589a5d8bcbab60c5d638f1ad8ad5514f0c178879c864","signature":"a41169d244be72cbfa8d3c9d62e98e207402df4ab778487be14b41e0090aed3d"},{"version":"1b1634a24665962f839240d8405371df06697c11215512396bdd7cd6dd905774","signature":"72415913ad8937568b6a5f200fcddcdb153556a6d3b55064593dd7b16727259f"},"5889252f92765b72e62e1a6aec48491c1b23213d125874f75e29abe183083004",{"version":"c5bac3d38c005b5dcda9a7230c3a97038de00d20bf532d9d13ad9f223d120fdb","signature":"e6e07a0dc96f5a884cc52e08842f6634f796747d70fae6d99062215941c543f0"}],"root":[[83,89],[91,112]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"checkJs":true,"composite":true,"declaration":true,"declarationDir":"./build-types","declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":false,"jsx":1,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"rootDir":"./src","skipDefaultLibCheck":true,"strict":true,"target":99},"referencedMap":[[89,1],[91,2],[112,3],[85,4],[86,5],[105,6],[111,7],[107,8],[110,9],[106,10]],"latestChangedDtsFile":"./build-types/get-path-and-query-string.d.ts","version":"5.9.3"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes