crmcom 1.0.5 → 1.0.6

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 (149) hide show
  1. package/_speakeasy/.github/action-inputs-config.json +53 -0
  2. package/_speakeasy/.github/action-security-config.json +88 -0
  3. package/package.json +9 -1
  4. package/examples/node_modules/.package-lock.json +0 -163
  5. package/examples/node_modules/@esbuild/win32-x64/package.json +0 -20
  6. package/examples/node_modules/@types/node/assert/strict.d.ts +0 -8
  7. package/examples/node_modules/@types/node/assert.d.ts +0 -1062
  8. package/examples/node_modules/@types/node/async_hooks.d.ts +0 -605
  9. package/examples/node_modules/@types/node/buffer.buffer.d.ts +0 -471
  10. package/examples/node_modules/@types/node/buffer.d.ts +0 -1936
  11. package/examples/node_modules/@types/node/child_process.d.ts +0 -1475
  12. package/examples/node_modules/@types/node/cluster.d.ts +0 -577
  13. package/examples/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  14. package/examples/node_modules/@types/node/compatibility/index.d.ts +0 -9
  15. package/examples/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
  16. package/examples/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  17. package/examples/node_modules/@types/node/console.d.ts +0 -452
  18. package/examples/node_modules/@types/node/constants.d.ts +0 -21
  19. package/examples/node_modules/@types/node/crypto.d.ts +0 -4590
  20. package/examples/node_modules/@types/node/dgram.d.ts +0 -597
  21. package/examples/node_modules/@types/node/diagnostics_channel.d.ts +0 -578
  22. package/examples/node_modules/@types/node/dns/promises.d.ts +0 -479
  23. package/examples/node_modules/@types/node/dns.d.ts +0 -871
  24. package/examples/node_modules/@types/node/domain.d.ts +0 -170
  25. package/examples/node_modules/@types/node/events.d.ts +0 -977
  26. package/examples/node_modules/@types/node/fs/promises.d.ts +0 -1270
  27. package/examples/node_modules/@types/node/fs.d.ts +0 -4375
  28. package/examples/node_modules/@types/node/globals.d.ts +0 -172
  29. package/examples/node_modules/@types/node/globals.typedarray.d.ts +0 -38
  30. package/examples/node_modules/@types/node/http.d.ts +0 -2049
  31. package/examples/node_modules/@types/node/http2.d.ts +0 -2631
  32. package/examples/node_modules/@types/node/https.d.ts +0 -578
  33. package/examples/node_modules/@types/node/index.d.ts +0 -93
  34. package/examples/node_modules/@types/node/inspector.generated.d.ts +0 -3966
  35. package/examples/node_modules/@types/node/module.d.ts +0 -539
  36. package/examples/node_modules/@types/node/net.d.ts +0 -1012
  37. package/examples/node_modules/@types/node/os.d.ts +0 -506
  38. package/examples/node_modules/@types/node/package.json +0 -140
  39. package/examples/node_modules/@types/node/path.d.ts +0 -200
  40. package/examples/node_modules/@types/node/perf_hooks.d.ts +0 -961
  41. package/examples/node_modules/@types/node/process.d.ts +0 -1966
  42. package/examples/node_modules/@types/node/punycode.d.ts +0 -117
  43. package/examples/node_modules/@types/node/querystring.d.ts +0 -152
  44. package/examples/node_modules/@types/node/readline/promises.d.ts +0 -162
  45. package/examples/node_modules/@types/node/readline.d.ts +0 -589
  46. package/examples/node_modules/@types/node/repl.d.ts +0 -430
  47. package/examples/node_modules/@types/node/sea.d.ts +0 -153
  48. package/examples/node_modules/@types/node/stream/consumers.d.ts +0 -38
  49. package/examples/node_modules/@types/node/stream/promises.d.ts +0 -90
  50. package/examples/node_modules/@types/node/stream/web.d.ts +0 -533
  51. package/examples/node_modules/@types/node/stream.d.ts +0 -1675
  52. package/examples/node_modules/@types/node/string_decoder.d.ts +0 -67
  53. package/examples/node_modules/@types/node/test.d.ts +0 -1787
  54. package/examples/node_modules/@types/node/timers/promises.d.ts +0 -108
  55. package/examples/node_modules/@types/node/timers.d.ts +0 -286
  56. package/examples/node_modules/@types/node/tls.d.ts +0 -1259
  57. package/examples/node_modules/@types/node/trace_events.d.ts +0 -197
  58. package/examples/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -468
  59. package/examples/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -34
  60. package/examples/node_modules/@types/node/ts5.6/index.d.ts +0 -93
  61. package/examples/node_modules/@types/node/tty.d.ts +0 -208
  62. package/examples/node_modules/@types/node/url.d.ts +0 -964
  63. package/examples/node_modules/@types/node/util.d.ts +0 -2331
  64. package/examples/node_modules/@types/node/v8.d.ts +0 -809
  65. package/examples/node_modules/@types/node/vm.d.ts +0 -1001
  66. package/examples/node_modules/@types/node/wasi.d.ts +0 -181
  67. package/examples/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -34
  68. package/examples/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  69. package/examples/node_modules/@types/node/web-globals/events.d.ts +0 -97
  70. package/examples/node_modules/@types/node/web-globals/fetch.d.ts +0 -55
  71. package/examples/node_modules/@types/node/worker_threads.d.ts +0 -715
  72. package/examples/node_modules/@types/node/zlib.d.ts +0 -540
  73. package/examples/node_modules/dotenv/config.d.ts +0 -1
  74. package/examples/node_modules/dotenv/config.js +0 -9
  75. package/examples/node_modules/dotenv/lib/cli-options.js +0 -17
  76. package/examples/node_modules/dotenv/lib/env-options.js +0 -28
  77. package/examples/node_modules/dotenv/lib/main.d.ts +0 -162
  78. package/examples/node_modules/dotenv/lib/main.js +0 -386
  79. package/examples/node_modules/dotenv/package.json +0 -62
  80. package/examples/node_modules/esbuild/install.js +0 -289
  81. package/examples/node_modules/esbuild/lib/main.d.ts +0 -716
  82. package/examples/node_modules/esbuild/lib/main.js +0 -2242
  83. package/examples/node_modules/esbuild/package.json +0 -49
  84. package/examples/node_modules/get-tsconfig/dist/index.mjs +0 -7
  85. package/examples/node_modules/get-tsconfig/package.json +0 -46
  86. package/examples/node_modules/resolve-pkg-maps/dist/index.mjs +0 -1
  87. package/examples/node_modules/resolve-pkg-maps/package.json +0 -42
  88. package/examples/node_modules/tsx/dist/cjs/api/index.mjs +0 -1
  89. package/examples/node_modules/tsx/dist/cjs/index.mjs +0 -1
  90. package/examples/node_modules/tsx/dist/cli.mjs +0 -55
  91. package/examples/node_modules/tsx/dist/client-BQVF1NaW.mjs +0 -1
  92. package/examples/node_modules/tsx/dist/esm/api/index.mjs +0 -1
  93. package/examples/node_modules/tsx/dist/esm/index.mjs +0 -2
  94. package/examples/node_modules/tsx/dist/get-pipe-path-BHW2eJdv.mjs +0 -1
  95. package/examples/node_modules/tsx/dist/index-7AaEi15b.mjs +0 -14
  96. package/examples/node_modules/tsx/dist/index-gbaejti9.mjs +0 -1
  97. package/examples/node_modules/tsx/dist/lexer-DQCqS3nf.mjs +0 -3
  98. package/examples/node_modules/tsx/dist/loader.mjs +0 -1
  99. package/examples/node_modules/tsx/dist/node-features-_8ZFwP_x.mjs +0 -1
  100. package/examples/node_modules/tsx/dist/package-CeBgXWuR.mjs +0 -1
  101. package/examples/node_modules/tsx/dist/patch-repl.mjs +0 -1
  102. package/examples/node_modules/tsx/dist/preflight.mjs +0 -1
  103. package/examples/node_modules/tsx/dist/register-B7jrtLTO.mjs +0 -1
  104. package/examples/node_modules/tsx/dist/register-CFH5oNdT.mjs +0 -4
  105. package/examples/node_modules/tsx/dist/repl.mjs +0 -3
  106. package/examples/node_modules/tsx/dist/require-DQxpCAr4.mjs +0 -1
  107. package/examples/node_modules/tsx/dist/suppress-warnings.mjs +0 -1
  108. package/examples/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs +0 -1
  109. package/examples/node_modules/tsx/dist/types-Cxp8y2TL.d.ts +0 -5
  110. package/examples/node_modules/tsx/package.json +0 -68
  111. package/examples/node_modules/undici-types/agent.d.ts +0 -31
  112. package/examples/node_modules/undici-types/api.d.ts +0 -43
  113. package/examples/node_modules/undici-types/balanced-pool.d.ts +0 -29
  114. package/examples/node_modules/undici-types/cache.d.ts +0 -36
  115. package/examples/node_modules/undici-types/client.d.ts +0 -108
  116. package/examples/node_modules/undici-types/connector.d.ts +0 -34
  117. package/examples/node_modules/undici-types/content-type.d.ts +0 -21
  118. package/examples/node_modules/undici-types/cookies.d.ts +0 -28
  119. package/examples/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  120. package/examples/node_modules/undici-types/dispatcher.d.ts +0 -256
  121. package/examples/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  122. package/examples/node_modules/undici-types/errors.d.ts +0 -149
  123. package/examples/node_modules/undici-types/eventsource.d.ts +0 -61
  124. package/examples/node_modules/undici-types/fetch.d.ts +0 -209
  125. package/examples/node_modules/undici-types/file.d.ts +0 -39
  126. package/examples/node_modules/undici-types/filereader.d.ts +0 -54
  127. package/examples/node_modules/undici-types/formdata.d.ts +0 -108
  128. package/examples/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  129. package/examples/node_modules/undici-types/global-origin.d.ts +0 -7
  130. package/examples/node_modules/undici-types/handlers.d.ts +0 -15
  131. package/examples/node_modules/undici-types/header.d.ts +0 -4
  132. package/examples/node_modules/undici-types/index.d.ts +0 -71
  133. package/examples/node_modules/undici-types/interceptors.d.ts +0 -17
  134. package/examples/node_modules/undici-types/mock-agent.d.ts +0 -50
  135. package/examples/node_modules/undici-types/mock-client.d.ts +0 -25
  136. package/examples/node_modules/undici-types/mock-errors.d.ts +0 -12
  137. package/examples/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  138. package/examples/node_modules/undici-types/mock-pool.d.ts +0 -25
  139. package/examples/node_modules/undici-types/package.json +0 -55
  140. package/examples/node_modules/undici-types/patch.d.ts +0 -33
  141. package/examples/node_modules/undici-types/pool-stats.d.ts +0 -19
  142. package/examples/node_modules/undici-types/pool.d.ts +0 -39
  143. package/examples/node_modules/undici-types/proxy-agent.d.ts +0 -28
  144. package/examples/node_modules/undici-types/readable.d.ts +0 -65
  145. package/examples/node_modules/undici-types/retry-agent.d.ts +0 -8
  146. package/examples/node_modules/undici-types/retry-handler.d.ts +0 -116
  147. package/examples/node_modules/undici-types/util.d.ts +0 -18
  148. package/examples/node_modules/undici-types/webidl.d.ts +0 -228
  149. package/examples/node_modules/undici-types/websocket.d.ts +0 -150
@@ -0,0 +1,53 @@
1
+ [
2
+ {
3
+ "name": "mode",
4
+ "validation_regex": "/^(direct|pr)$/.source",
5
+ "validation_message": "Must be `direct` or `pr`"
6
+ },
7
+ {
8
+ "name": "speakeasy_version",
9
+ "validation_regex": "/^[\\w.\\-]+$/.source",
10
+ "validation_message": "Letters, numbers, or .-_ only"
11
+ },
12
+ {
13
+ "name": "openapi_doc_location",
14
+ "validation_regex": "/^((https?):\\/\\/([\\w\\-]+\\.)+\\w+(\\/.*)?|[\\w.\\-\\/]+)$/i.source",
15
+ "validation_message": "Must be a valid server URL or file path containing letters, numbers, or .-_/ only"
16
+ },
17
+ {
18
+ "name": "openapi_doc_auth_header",
19
+ "validation_regex": "/^[A-Za-z\\-]+$/.source",
20
+ "validation_message": "Letters or - only"
21
+ },
22
+ {
23
+ "name": "create_release"
24
+ },
25
+ {
26
+ "name": "publish_python",
27
+ "language": "python"
28
+ },
29
+ {
30
+ "name": "publish_typescript",
31
+ "language": "typescript"
32
+ },
33
+ {
34
+ "name": "publish_java",
35
+ "language": "java"
36
+ },
37
+ {
38
+ "name": "publish_php",
39
+ "language": "php"
40
+ },
41
+ {
42
+ "name": "publish_ruby",
43
+ "language": "ruby"
44
+ },
45
+ {
46
+ "name": "publish_csharp",
47
+ "language": "csharp"
48
+ },
49
+ {
50
+ "name": "publish_terraform",
51
+ "language": "terraform"
52
+ }
53
+ ]
@@ -0,0 +1,88 @@
1
+ [
2
+ {
3
+ "name": "pypi_token",
4
+ "secret_name": "PYPI_TOKEN",
5
+ "validation_regex": "/^[\\w.\\-]+$/.source",
6
+ "validation_message": "Letters, numbers, or .-_ only",
7
+ "language": "python"
8
+ },
9
+ {
10
+ "name": "npm_token",
11
+ "secret_name": "NPM_TOKEN",
12
+ "validation_regex": "/^[\\w.\\-]+$/.source",
13
+ "validation_message": "Letters, numbers, or .-_ only",
14
+ "language": "typescript"
15
+ },
16
+ {
17
+ "name": "packagist_username",
18
+ "validation_regex": "/^[\\w.\\-]+$/.source",
19
+ "validation_message": "Letters, numbers, or .-_ only",
20
+ "language": "php"
21
+ },
22
+ {
23
+ "name": "packagist_token",
24
+ "validation_regex": "/^[\\w.\\-]+$/.source",
25
+ "validation_message": "Letters, numbers, or .-_ only",
26
+ "language": "php"
27
+ },
28
+ {
29
+ "name": "openapi_doc_auth_token",
30
+ "secret_name": "SPEC_TOKEN",
31
+ "validation_regex": "/^[\\w.\\-]+$/.source",
32
+ "validation_message": "Letters, numbers, or .-_ only"
33
+ },
34
+ {
35
+ "name": "speakeasy_api_key",
36
+ "secret_name": "SPEAKEASY_API_KEY",
37
+ "validation_regex": "/^[\\w.\\-]+$/.source",
38
+ "validation_message": "Letters, numbers, or .-_ only"
39
+ },
40
+ {
41
+ "name": "ossrh_username",
42
+ "secret_name": "MAVEN_USERNAME",
43
+ "validation_regex": "/^[\\w.\\-]+$/.source",
44
+ "validation_message": "Letters, numbers, or .-_ only",
45
+ "language": "java"
46
+ },
47
+ {
48
+ "name": "ossrh_password",
49
+ "secret_name": "MAVEN_PASSWORD",
50
+ "language": "java"
51
+ },
52
+ {
53
+ "name": "java_gpg_secret_key",
54
+ "validation_regex": "/^[\\w.\\-\\t \\r\\n]+$/.source",
55
+ "validation_message": "Letters, numbers, tabs, spaces, newlines, or .-_ only",
56
+ "language": "java"
57
+ },
58
+ {
59
+ "name": "java_gpg_passphrase",
60
+ "language": "java"
61
+ },
62
+ {
63
+ "name": "terraform_gpg_secret_key",
64
+ "secret_name": "TERRAFORM_GPG_SECRET_KEY",
65
+ "validation_regex": "/^[\\w.\\-\\t \\r\\n]+$/.source",
66
+ "validation_message": "Letters, numbers, tabs, spaces, newlines, or .-_ only",
67
+ "language": "terraform"
68
+ },
69
+ {
70
+ "name": "terraform_gpg_passphrase",
71
+ "secret_name": "TERRAFORM_GPG_PASSPHRASE",
72
+ "language": "terraform"
73
+ },
74
+ {
75
+ "name": "rubygems_auth_token",
76
+ "secret_name": "RUBYGEMS_AUTH_TOKEN",
77
+ "language": "ruby"
78
+ },
79
+ {
80
+ "name": "nuget_api_key",
81
+ "secret_name": "NUGET_API_KEY",
82
+ "language": "csharp"
83
+ },
84
+ {
85
+ "name": "slack_webhook_url",
86
+ "secret_name": "SLACK_WEBHOOK_URL"
87
+ }
88
+ ]
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "name": "crmcom",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "author": "Speakeasy",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/mioannoucrmcom/crm-typescript"
8
+ },
9
+ "homepage": "https://github.com/mioannoucrmcom/crm-typescript",
10
+ "bugs": {
11
+ "url": "https://github.com/mioannoucrmcom/crm-typescript/issues"
12
+ },
5
13
  "type": "module",
6
14
  "tshy": {
7
15
  "sourceDialects": [
@@ -1,163 +0,0 @@
1
- {
2
- "name": "crm-examples",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "..": {
8
- "name": "crm",
9
- "version": "0.0.4",
10
- "dependencies": {
11
- "zod": "^3.25.65 || ^4.0.0"
12
- },
13
- "devDependencies": {
14
- "@eslint/js": "^9.26.0",
15
- "eslint": "^9.26.0",
16
- "globals": "^15.14.0",
17
- "tshy": "^2.0.0",
18
- "typescript": "~5.8.3",
19
- "typescript-eslint": "^8.26.0"
20
- }
21
- },
22
- "node_modules/@esbuild/win32-x64": {
23
- "version": "0.27.3",
24
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
25
- "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
26
- "cpu": [
27
- "x64"
28
- ],
29
- "dev": true,
30
- "license": "MIT",
31
- "optional": true,
32
- "os": [
33
- "win32"
34
- ],
35
- "engines": {
36
- "node": ">=18"
37
- }
38
- },
39
- "node_modules/@types/node": {
40
- "version": "20.19.33",
41
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
42
- "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
43
- "dev": true,
44
- "license": "MIT",
45
- "dependencies": {
46
- "undici-types": "~6.21.0"
47
- }
48
- },
49
- "node_modules/crm": {
50
- "resolved": "..",
51
- "link": true
52
- },
53
- "node_modules/crm-examples": {
54
- "resolved": "",
55
- "link": true
56
- },
57
- "node_modules/dotenv": {
58
- "version": "16.6.1",
59
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
60
- "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
61
- "dev": true,
62
- "license": "BSD-2-Clause",
63
- "engines": {
64
- "node": ">=12"
65
- },
66
- "funding": {
67
- "url": "https://dotenvx.com"
68
- }
69
- },
70
- "node_modules/esbuild": {
71
- "version": "0.27.3",
72
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
73
- "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
74
- "dev": true,
75
- "hasInstallScript": true,
76
- "license": "MIT",
77
- "bin": {
78
- "esbuild": "bin/esbuild"
79
- },
80
- "engines": {
81
- "node": ">=18"
82
- },
83
- "optionalDependencies": {
84
- "@esbuild/aix-ppc64": "0.27.3",
85
- "@esbuild/android-arm": "0.27.3",
86
- "@esbuild/android-arm64": "0.27.3",
87
- "@esbuild/android-x64": "0.27.3",
88
- "@esbuild/darwin-arm64": "0.27.3",
89
- "@esbuild/darwin-x64": "0.27.3",
90
- "@esbuild/freebsd-arm64": "0.27.3",
91
- "@esbuild/freebsd-x64": "0.27.3",
92
- "@esbuild/linux-arm": "0.27.3",
93
- "@esbuild/linux-arm64": "0.27.3",
94
- "@esbuild/linux-ia32": "0.27.3",
95
- "@esbuild/linux-loong64": "0.27.3",
96
- "@esbuild/linux-mips64el": "0.27.3",
97
- "@esbuild/linux-ppc64": "0.27.3",
98
- "@esbuild/linux-riscv64": "0.27.3",
99
- "@esbuild/linux-s390x": "0.27.3",
100
- "@esbuild/linux-x64": "0.27.3",
101
- "@esbuild/netbsd-arm64": "0.27.3",
102
- "@esbuild/netbsd-x64": "0.27.3",
103
- "@esbuild/openbsd-arm64": "0.27.3",
104
- "@esbuild/openbsd-x64": "0.27.3",
105
- "@esbuild/openharmony-arm64": "0.27.3",
106
- "@esbuild/sunos-x64": "0.27.3",
107
- "@esbuild/win32-arm64": "0.27.3",
108
- "@esbuild/win32-ia32": "0.27.3",
109
- "@esbuild/win32-x64": "0.27.3"
110
- }
111
- },
112
- "node_modules/get-tsconfig": {
113
- "version": "4.13.6",
114
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz",
115
- "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==",
116
- "dev": true,
117
- "license": "MIT",
118
- "dependencies": {
119
- "resolve-pkg-maps": "^1.0.0"
120
- },
121
- "funding": {
122
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
123
- }
124
- },
125
- "node_modules/resolve-pkg-maps": {
126
- "version": "1.0.0",
127
- "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
128
- "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
129
- "dev": true,
130
- "license": "MIT",
131
- "funding": {
132
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
133
- }
134
- },
135
- "node_modules/tsx": {
136
- "version": "4.21.0",
137
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.21.0.tgz",
138
- "integrity": "sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==",
139
- "dev": true,
140
- "license": "MIT",
141
- "dependencies": {
142
- "esbuild": "~0.27.0",
143
- "get-tsconfig": "^4.7.5"
144
- },
145
- "bin": {
146
- "tsx": "dist/cli.mjs"
147
- },
148
- "engines": {
149
- "node": ">=18.0.0"
150
- },
151
- "optionalDependencies": {
152
- "fsevents": "~2.3.3"
153
- }
154
- },
155
- "node_modules/undici-types": {
156
- "version": "6.21.0",
157
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
158
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
159
- "dev": true,
160
- "license": "MIT"
161
- }
162
- }
163
- }
@@ -1,20 +0,0 @@
1
- {
2
- "name": "@esbuild/win32-x64",
3
- "version": "0.27.3",
4
- "description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+https://github.com/evanw/esbuild.git"
8
- },
9
- "license": "MIT",
10
- "preferUnplugged": true,
11
- "engines": {
12
- "node": ">=18"
13
- },
14
- "os": [
15
- "win32"
16
- ],
17
- "cpu": [
18
- "x64"
19
- ]
20
- }
@@ -1,8 +0,0 @@
1
- declare module "assert/strict" {
2
- import { strict } from "node:assert";
3
- export = strict;
4
- }
5
- declare module "node:assert/strict" {
6
- import { strict } from "node:assert";
7
- export = strict;
8
- }