@palamedes/core-node-win32-x64-msvc 0.1.1 → 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.
- package/README.md +39 -1
- package/package.json +1 -1
- package/palamedes-node.node +0 -0
package/README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
1
|
# @palamedes/core-node-win32-x64-msvc
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@palamedes/core-node-win32-x64-msvc)
|
|
4
|
+
[](https://github.com/sebastian-software/palamedes/actions/workflows/ci.yml)
|
|
5
|
+
[](https://oss.sebastian-software.com/)
|
|
6
|
+
[](https://github.com/sebastian-software/palamedes/blob/main/LICENSE)
|
|
7
|
+
|
|
8
|
+
Platform-specific native bindings for `@palamedes/core-node` on Windows x64 with MSVC.
|
|
9
|
+
|
|
10
|
+
## When To Use This Package
|
|
11
|
+
|
|
12
|
+
You usually should not install this package directly.
|
|
13
|
+
|
|
14
|
+
`@palamedes/core-node` pulls in the matching native package for the current environment. This package exists so the Windows binary can ship as a normal npm artifact instead of through a custom installer story.
|
|
15
|
+
|
|
16
|
+
## Installation
|
|
17
|
+
|
|
18
|
+
Install [`@palamedes/core-node`](https://www.npmjs.com/package/@palamedes/core-node) instead:
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
pnpm add @palamedes/core-node
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Package Role
|
|
25
|
+
|
|
26
|
+
- contains the `.node` binary for `win32-x64-msvc`
|
|
27
|
+
- is loaded internally by `@palamedes/core-node`
|
|
28
|
+
- is not intended as a stable direct dependency
|
|
29
|
+
|
|
30
|
+
## Related Packages
|
|
31
|
+
|
|
32
|
+
- [`@palamedes/core-node`](https://www.npmjs.com/package/@palamedes/core-node)
|
|
33
|
+
- [`@palamedes/core-node-darwin-arm64`](https://www.npmjs.com/package/@palamedes/core-node-darwin-arm64)
|
|
34
|
+
- [`@palamedes/core-node-linux-x64-gnu`](https://www.npmjs.com/package/@palamedes/core-node-linux-x64-gnu)
|
|
35
|
+
- [`@palamedes/core-node-linux-arm64-gnu`](https://www.npmjs.com/package/@palamedes/core-node-linux-arm64-gnu)
|
|
36
|
+
|
|
37
|
+
## License
|
|
38
|
+
|
|
39
|
+
[](https://oss.sebastian-software.com/)
|
|
40
|
+
|
|
41
|
+
MIT © 2026 Sebastian Software
|
package/package.json
CHANGED
package/palamedes-node.node
CHANGED
|
Binary file
|