xeolabs 0.0.2 → 0.0.3
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 +9 -3
- package/index.js +3 -0
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# xeolabs
|
|
2
2
|
|
|
3
|
-
Reserved package namespace for the IndexMesh ecosystem.
|
|
3
|
+
Reserved npm package namespace for the IndexMesh/XEO ecosystem.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This package is a placeholder. No production code is published here yet.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Primary links:
|
|
8
|
+
|
|
9
|
+
- https://github.com/indexmesh
|
|
10
|
+
- https://github.com/indexmesh/platform
|
|
11
|
+
- https://github.com/indexmesh/docs
|
|
12
|
+
|
|
13
|
+
Built by Xavier P J, also known as Xavier Emerson.
|
package/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xeolabs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Reserved package namespace for the IndexMesh ecosystem. Full release coming soon.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"index.js",
|
|
8
|
+
"README.md"
|
|
9
|
+
],
|
|
5
10
|
"keywords": [
|
|
6
11
|
"xeolabs",
|
|
7
12
|
"xeo",
|
|
8
|
-
"geo",
|
|
9
13
|
"aeo",
|
|
10
14
|
"ai-visibility",
|
|
11
15
|
"indexmesh"
|
|
12
16
|
],
|
|
13
|
-
"homepage": "https://github.com/indexmesh
|
|
17
|
+
"homepage": "https://github.com/indexmesh",
|
|
14
18
|
"repository": {
|
|
15
19
|
"type": "git",
|
|
16
20
|
"url": "git+https://github.com/indexmesh/platform.git"
|
|
17
21
|
},
|
|
18
|
-
"author": "Xavier
|
|
22
|
+
"author": "Xavier P J <xavieremersonpj@gmail.com>",
|
|
19
23
|
"license": "MIT"
|
|
20
24
|
}
|