@rollipop/rolldown-binding-win32-arm64-msvc 0.0.0 → 1.0.0-rc.1
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/README.md +3 -1
- package/package.json +35 -2
- package/rolldown-binding.win32-arm64-msvc.node +0 -0
- package/.editorconfig +0 -10
- package/.gitattributes +0 -4
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,4 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollipop/rolldown-binding-win32-arm64-msvc",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
|
|
3
|
+
"version": "1.0.0-rc.1",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"arm64"
|
|
6
|
+
],
|
|
7
|
+
"main": "rolldown-binding.win32-arm64-msvc.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"rolldown-binding.win32-arm64-msvc.node"
|
|
10
|
+
],
|
|
11
|
+
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"bundler",
|
|
14
|
+
"esbuild",
|
|
15
|
+
"parcel",
|
|
16
|
+
"rolldown",
|
|
17
|
+
"rollup",
|
|
18
|
+
"webpack"
|
|
19
|
+
],
|
|
20
|
+
"homepage": "https://rolldown.rs/",
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
24
|
+
},
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/leegeunhyeok/rolldown.git",
|
|
28
|
+
"directory": "packages/rolldown"
|
|
29
|
+
},
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"registry": "https://registry.npmjs.org/",
|
|
32
|
+
"access": "public"
|
|
33
|
+
},
|
|
34
|
+
"os": [
|
|
35
|
+
"win32"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
Binary file
|
package/.editorconfig
DELETED
package/.gitattributes
DELETED