csskit-win32-arm64 0.0.1-security

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 +11 -0
  2. package/package.json +6 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Security holding package
2
+
3
+ This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it.
4
+
5
+
6
+ You may adopt this package by contacting Support at https://www.npmjs.com/support and requesting the name.
7
+
8
+
9
+
10
+
11
+
package/package.json ADDED
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "csskit-win32-arm64",
3
+ "version": "0.0.1-security",
4
+ "description": "security holding package",
5
+ "repository": "npm/security-holder"
6
+ }