@rollipop/rolldown-binding-darwin-arm64 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 CHANGED
@@ -1 +1,3 @@
1
- # rollipop-empty
1
+ # `@rollipop/rolldown-binding-darwin-arm64`
2
+
3
+ This is the **aarch64-apple-darwin** binary for `@rollipop/rolldown-binding`
package/package.json CHANGED
@@ -1,4 +1,37 @@
1
1
  {
2
2
  "name": "@rollipop/rolldown-binding-darwin-arm64",
3
- "version": "0.0.0"
4
- }
3
+ "version": "1.0.0-rc.1",
4
+ "cpu": [
5
+ "arm64"
6
+ ],
7
+ "main": "rolldown-binding.darwin-arm64.node",
8
+ "files": [
9
+ "rolldown-binding.darwin-arm64.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
+ "darwin"
36
+ ]
37
+ }
package/.editorconfig DELETED
@@ -1,10 +0,0 @@
1
- root = true
2
-
3
- [*]
4
- end_of_line = lf
5
- insert_final_newline = true
6
-
7
- [*.{js,json,yml}]
8
- charset = utf-8
9
- indent_style = space
10
- indent_size = 2
package/.gitattributes DELETED
@@ -1,4 +0,0 @@
1
- /.yarn/** linguist-vendored
2
- /.yarn/releases/* binary
3
- /.yarn/plugins/**/* binary
4
- /.pnp.* binary linguist-generated