@favor-food/placeholder 0.0.1

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/index.js +1 -0
  2. package/package.json +10 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ throw new Error("This package is a reserved placeholder and is not functional.");
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@favor-food/placeholder",
3
+ "version": "0.0.1",
4
+ "description": "Org namespace reserved for supply chain protection.",
5
+ "main": "index.js",
6
+ "keywords": ["reserved", "placeholder"],
7
+ "author": "H-E-B Digital",
8
+ "license": "UNLICENSED",
9
+ "repository": {"type": "git", "url": "https://github.com/niceguymanny"}
10
+ }