@storm-software/unbuild 0.3.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 (49) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +276 -0
  3. package/dist/build.cjs +12 -0
  4. package/dist/build.cjs.map +1 -0
  5. package/dist/build.d.cts +15 -0
  6. package/dist/build.d.ts +15 -0
  7. package/dist/build.js +12 -0
  8. package/dist/build.js.map +1 -0
  9. package/dist/chunk-2D6P3CYT.js +30 -0
  10. package/dist/chunk-2D6P3CYT.js.map +1 -0
  11. package/dist/chunk-2RW67XSV.js +35 -0
  12. package/dist/chunk-2RW67XSV.js.map +1 -0
  13. package/dist/chunk-55SAPUWC.cjs +287 -0
  14. package/dist/chunk-55SAPUWC.cjs.map +1 -0
  15. package/dist/chunk-5O4CMGE3.js +39 -0
  16. package/dist/chunk-5O4CMGE3.js.map +1 -0
  17. package/dist/chunk-5TZKA5S2.cjs +35 -0
  18. package/dist/chunk-5TZKA5S2.cjs.map +1 -0
  19. package/dist/chunk-M363ZMBF.cjs +33 -0
  20. package/dist/chunk-M363ZMBF.cjs.map +1 -0
  21. package/dist/chunk-MUYXFAKB.cjs +1 -0
  22. package/dist/chunk-MUYXFAKB.cjs.map +1 -0
  23. package/dist/chunk-OEV7OJT7.cjs +39 -0
  24. package/dist/chunk-OEV7OJT7.cjs.map +1 -0
  25. package/dist/chunk-QNDLJ2W7.js +1 -0
  26. package/dist/chunk-QNDLJ2W7.js.map +1 -0
  27. package/dist/chunk-RPYRKRTK.js +33 -0
  28. package/dist/chunk-RPYRKRTK.js.map +1 -0
  29. package/dist/chunk-TOVAFM3V.js +287 -0
  30. package/dist/chunk-TOVAFM3V.js.map +1 -0
  31. package/dist/chunk-WCQVDF3K.js +14 -0
  32. package/dist/chunk-WCQVDF3K.js.map +1 -0
  33. package/dist/chunk-WGEGR3DF.cjs +14 -0
  34. package/dist/chunk-WGEGR3DF.cjs.map +1 -0
  35. package/dist/chunk-YII2QWOA.cjs +30 -0
  36. package/dist/chunk-YII2QWOA.cjs.map +1 -0
  37. package/dist/index.cjs +13 -0
  38. package/dist/index.cjs.map +1 -0
  39. package/dist/index.d.cts +6 -0
  40. package/dist/index.d.ts +6 -0
  41. package/dist/index.js +13 -0
  42. package/dist/index.js.map +1 -0
  43. package/dist/types.cjs +2 -0
  44. package/dist/types.cjs.map +1 -0
  45. package/dist/types.d.cts +1229 -0
  46. package/dist/types.d.ts +1229 -0
  47. package/dist/types.js +2 -0
  48. package/dist/types.js.map +1 -0
  49. package/package.json +203 -0
package/dist/types.js ADDED
@@ -0,0 +1,2 @@
1
+ import "./chunk-QNDLJ2W7.js";
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json ADDED
@@ -0,0 +1,203 @@
1
+ {
2
+ "name": "@storm-software/unbuild",
3
+ "version": "0.3.0",
4
+ "type": "module",
5
+ "description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
6
+ "repository": {
7
+ "type": "github",
8
+ "url": "https://github.com/storm-software/storm-ops.git",
9
+ "directory": "packages/unbuild"
10
+ },
11
+ "homepage": "https://stormsoftware.com",
12
+ "bugs": {
13
+ "url": "https://github.com/storm-software/storm-ops/issues",
14
+ "email": "support@stormsoftware.com"
15
+ },
16
+ "author": {
17
+ "name": "Storm Software",
18
+ "email": "contact@stormsoftware.com",
19
+ "url": "https://stormsoftware.com"
20
+ },
21
+ "maintainers": [
22
+ {
23
+ "name": "Storm Software",
24
+ "email": "contact@stormsoftware.com",
25
+ "url": "https://stormsoftware.com"
26
+ },
27
+ {
28
+ "name": "Pat Sullivan",
29
+ "email": "admin@stormsoftware.com",
30
+ "url": "https://patsullivan.org"
31
+ }
32
+ ],
33
+ "contributors": [
34
+ {
35
+ "name": "Storm Software",
36
+ "email": "contact@stormsoftware.com",
37
+ "url": "https://stormsoftware.com"
38
+ }
39
+ ],
40
+ "funding": {
41
+ "type": "github",
42
+ "url": "https://github.com/sponsors/storm-software"
43
+ },
44
+ "license": "Apache-2.0",
45
+ "private": false,
46
+ "packageManager": "pnpm@9.10.0",
47
+ "engines": {
48
+ "node": ">=22.4.0",
49
+ "pnpm": ">=9.10.0"
50
+ },
51
+ "main": "./dist/index.cjs",
52
+ "module": "./dist/index.js",
53
+ "exports": {
54
+ "./package.json": "./package.json",
55
+ "./index": {
56
+ "import": {
57
+ "types": "./dist/index.d.ts",
58
+ "default": "./dist/index.js"
59
+ },
60
+ "require": {
61
+ "types": "./dist/index.d.cts",
62
+ "default": "./dist/index.cjs"
63
+ },
64
+ "default": {
65
+ "types": "./dist/index.d.ts",
66
+ "default": "./dist/index.js"
67
+ }
68
+ },
69
+ "./build": {
70
+ "import": {
71
+ "types": "./dist/build.d.ts",
72
+ "default": "./dist/build.js"
73
+ },
74
+ "require": {
75
+ "types": "./dist/build.d.cts",
76
+ "default": "./dist/build.cjs"
77
+ },
78
+ "default": {
79
+ "types": "./dist/build.d.ts",
80
+ "default": "./dist/build.js"
81
+ }
82
+ },
83
+ "./types": {
84
+ "import": {
85
+ "types": "./dist/types.d.ts",
86
+ "default": "./dist/types.js"
87
+ },
88
+ "require": {
89
+ "types": "./dist/types.d.cts",
90
+ "default": "./dist/types.cjs"
91
+ },
92
+ "default": {
93
+ "types": "./dist/types.d.ts",
94
+ "default": "./dist/types.js"
95
+ }
96
+ },
97
+ "./plugins/*": {
98
+ "import": {
99
+ "types": "./dist/plugins/*.d.ts",
100
+ "default": "./dist/plugins/*.js"
101
+ },
102
+ "require": {
103
+ "types": "./dist/plugins/*.d.cts",
104
+ "default": "./dist/plugins/*.cjs"
105
+ },
106
+ "default": {
107
+ "types": "./dist/plugins/*.d.ts",
108
+ "default": "./dist/plugins/*.js"
109
+ }
110
+ },
111
+ ".": {
112
+ "import": {
113
+ "types": "./dist/index.d.ts",
114
+ "default": "./dist/index.js"
115
+ },
116
+ "require": {
117
+ "types": "./dist/index.d.cts",
118
+ "default": "./dist/index.cjs"
119
+ },
120
+ "default": {
121
+ "types": "./dist/index.d.ts",
122
+ "default": "./dist/index.js"
123
+ }
124
+ }
125
+ },
126
+ "types": "./dist/index.d.ts",
127
+ "files": [
128
+ "dist/**/*"
129
+ ],
130
+ "keywords": [
131
+ "storm",
132
+ "storm-ops",
133
+ "storm-stack",
134
+ "acidic",
135
+ "cyclone-ui",
136
+ "unbuild",
137
+ "sullivanpj",
138
+ "monorepo"
139
+ ],
140
+ "peerDependencies": {
141
+ "@nx/devkit": "^20.2.2",
142
+ "@nx/js": "^20.2.2",
143
+ "@storm-software/build-tools": "workspace:*",
144
+ "@storm-software/config-tools": "workspace:*",
145
+ "@swc/core": "^1.5.29",
146
+ "nx": "^20.2.2",
147
+ "rollup": "^4.29.1",
148
+ "typescript": ">=5.5.3",
149
+ "unbuild": "^2.0.0"
150
+ },
151
+ "peerDependenciesMeta": {
152
+ "@nx/devkit": {
153
+ "optional": false
154
+ },
155
+ "@nx/js": {
156
+ "optional": false
157
+ },
158
+ "@storm-software/build-tools": {
159
+ "optional": false
160
+ },
161
+ "@storm-software/config-tools": {
162
+ "optional": false
163
+ },
164
+ "@swc/core": {
165
+ "optional": true
166
+ },
167
+ "nx": {
168
+ "optional": false
169
+ },
170
+ "rollup": {
171
+ "optional": false
172
+ },
173
+ "typescript": {
174
+ "optional": false
175
+ },
176
+ "unbuild": {
177
+ "optional": false
178
+ }
179
+ },
180
+ "dependencies": {
181
+ "@humanfs/node": "^0.16.6",
182
+ "deepmerge": "4.3.1",
183
+ "rollup": "^4.29.1",
184
+ "rollup-plugin-typescript2": "0.36.0"
185
+ },
186
+ "devDependencies": {
187
+ "@nx/devkit": "^20.2.2",
188
+ "@nx/js": "^20.2.2",
189
+ "@storm-software/build-tools": "workspace:*",
190
+ "@storm-software/config": "workspace:*",
191
+ "@storm-software/config-tools": "workspace:*",
192
+ "@swc/core": "^1.5.29",
193
+ "@types/rollup": "^0.54.0",
194
+ "nx": "^20.2.2",
195
+ "tsup": "^8.3.5",
196
+ "typescript": ">=5.5.3",
197
+ "unbuild": "^2.0.0"
198
+ },
199
+ "publishConfig": {
200
+ "access": "public"
201
+ },
202
+ "sideEffects": false
203
+ }