sasso-native-darwin-arm64 0.0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +8 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # sasso-native-darwin-arm64
2
+
3
+ Name reserved for [sasso](https://www.npmjs.com/package/sasso) native prebuilds.
4
+ Install `sasso` and `import "sasso/native"` — never depend on this package directly.
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "sasso-native-darwin-arm64",
3
+ "version": "0.0.1",
4
+ "description": "Reserved: prebuilt sasso native addon binary for darwin-arm64. Real binaries ship with sasso >= 0.9.0 — install \"sasso\" and import \"sasso/native\"; never depend on this package directly.",
5
+ "license": "MIT OR Apache-2.0",
6
+ "repository": { "type": "git", "url": "git+https://github.com/momiji-rs/sasso.git", "directory": "napi" },
7
+ "publishConfig": { "access": "public" }
8
+ }