clearotron 0.0.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.
- package/README.md +7 -0
- package/package.json +9 -0
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# clearotron
|
|
2
|
+
|
|
3
|
+
This name is held by **Cordillera Sàrl** for the forthcoming release of Clearotron, a trademark-clearance
|
|
4
|
+
engine.
|
|
5
|
+
|
|
6
|
+
**This version contains no code and does nothing.** It exists only to hold the name. The first real
|
|
7
|
+
release will replace it; until then there is nothing here to install.
|
package/package.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "clearotron",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Name held by Cordillera Sàrl for the forthcoming Clearotron release. This version contains no code.",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"author": "Cordillera Sàrl",
|
|
7
|
+
"keywords": ["trademark", "clearance", "placeholder"],
|
|
8
|
+
"files": ["README.md"]
|
|
9
|
+
}
|