sass-embedded-win32-x64 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 +7 -0
  2. package/package.json +7 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # Security holding package
2
+
3
+ This package name is not currently in use, but was formerly occupied
4
+ by another package. To avoid malicious use, npm is hanging on to the
5
+ package name.
6
+
7
+
package/package.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "sass-embedded-win32-x64",
3
+ "version": "0.0.1-security",
4
+ "description": "security holding package",
5
+ "repository": "npm/security-holder",
6
+ "dependencies": {}
7
+ }