First upload version 0.0.1

This commit is contained in:
Neyra
2026-02-05 15:27:49 +08:00
commit 8e9b7201ed
4182 changed files with 593136 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# `reflink-win32-x64-msvc`
This is the **x86_64-pc-windows-msvc** binary for `reflink`

View File

@@ -0,0 +1,23 @@
{
"name": "@reflink/reflink-win32-x64-msvc",
"version": "0.1.19",
"repository": {
"url": "https://github.com/pnpm/reflink.git",
"type": "git",
"directory": "win32-x64-msvc"
},
"os": [
"win32"
],
"cpu": [
"x64"
],
"main": "reflink.win32-x64-msvc.node",
"files": [
"reflink.win32-x64-msvc.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}

Binary file not shown.