@node-wreq/win32-x64-msvc 0.0.0-reserved.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @node-wreq/win32-x64-msvc
2
+
3
+ Temporary placeholder package used only to reserve the package name and configure GitHub trusted publishing.
4
+
5
+ Do not install this package directly.
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@node-wreq/win32-x64-msvc",
3
+ "version": "0.0.0-reserved.0",
4
+ "description": "Temporary placeholder package for trusted publishing setup",
5
+ "license": "MIT",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "os": ["win32"],
10
+ "cpu": ["x64"]
11
+ }