this.me 2.8.7 → 2.8.72
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 +47 -13
- package/index.js +1 -3
- package/jsdoc.json +2 -2
- package/package.json +3 -5
- package/cleak_me-removebg.png +0 -0
- package/this.me.png +0 -0
- /package/src/{cli → z_hist/cli}/CLI.md +0 -0
- /package/src/{cli → z_hist/cli}/ascii_art/welcome.js +0 -0
- /package/src/{cli → z_hist/cli}/commands.js +0 -0
- /package/src/{cli → z_hist/cli}/main.js +0 -0
- /package/src/{cli → z_hist/cli}/shell.js +0 -0
- /package/src/{env.js → z_hist/env.js} +0 -0
- /package/src/{hash.js → z_hist/hash.js} +0 -0
- /package/src/{me.js → z_hist/me.js} +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<img src="
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
<img src="https://suign.github.io/assets/imgs/cleak_me-removebg.png" alt="DID Me Art" width="244">
|
|
4
|
+
|
|
5
|
+
<img src="https://suign.github.io/assets/imgs/Cleaker-removebg-preview.png" alt="Cleak Me Please" width="244">
|
|
6
|
+
|
|
7
|
+
# THIS.ME
|
|
8
|
+
|
|
9
|
+
-----------
|
|
10
|
+
|
|
11
|
+
### [Project Status : Experimental and Under Development, Subject to Major Changes]
|
|
12
|
+
|
|
13
|
+
The module is in active development, and as such, it is subject to significant changes as we refine our approach and methodologies to best support our goals.
|
|
14
|
+
|
|
15
|
+
visit: https://neurons.me to learn more.
|
|
16
|
+
|
|
17
|
+
----------
|
|
18
|
+
|
|
19
|
+
# Introduction
|
|
4
20
|
|
|
5
21
|
**This.Me** is a class focused on encapsulating user identity, specifically crafted to facilitate the creation of instances ready for hashing and cryptographic signature generation. It opens the door to coding and decoding through "me" signatures, offering a modular framework that prioritizes privacy and integrity in application-wide identity management.
|
|
6
22
|
|
|
@@ -42,23 +58,41 @@
|
|
|
42
58
|
|
|
43
59
|
This quick start guide provides a straightforward path to incorporating `this.me` into your project, enabling you to manage user identities and prepare them for secure cryptographic processes efficiently.
|
|
44
60
|
|
|
45
|
-
|
|
61
|
+
----------
|
|
62
|
+
|
|
63
|
+
# About All.This
|
|
64
|
+
|
|
65
|
+
## Modular Data Structures:
|
|
66
|
+
|
|
67
|
+
**[this.me](https://suign.github.io/this.me) - [this.audio](https://suign.github.io/this.audio) - [this.text](https://suign.github.io/this.text) - [this.wallet](https://suign.github.io/this.wallet) - [this.img](https://suign.github.io/this.img) - [this.pixel](https://suign.github.io/Pixels) - [be.this](https://suign.github.io/be.this) - [this.DOM](https://suign.github.io/this.DOM) - [this.env](https://suign.github.io/this.env/) - [this.GUI](https://suign.github.io/this.GUI) - [this.be](https://suign.github.io/this.be) - [this.video](https://suign.github.io/this.video) - [this.atom](https://suign.github.io/this.atom) - [this.dictionaries](https://suign.github.io/this.dictionaries/)**
|
|
68
|
+
|
|
69
|
+
**Each module** in **[all.this](https://neurons.me/all-this)** represents a specific **datastructure**. These classes encapsulate the functionalities and **data specific to their domain.**
|
|
70
|
+
|
|
71
|
+
## **Utils**
|
|
72
|
+
|
|
73
|
+
**[all.this](https://neurons.me/all-this)** not only aggregates these modules but also provides utilities to facilitate the integration, management, and enhancement of these data structures. **For example:**
|
|
74
|
+
|
|
75
|
+
*The integration with [cleaker](https://suign.github.io/cleaker/) ensures each module instance has a **unique cryptographic identity**, enhancing security and data integrity.*
|
|
76
|
+
|
|
77
|
+
### Neurons.me Ecosystem Glossary:
|
|
78
|
+
|
|
79
|
+
visit: [Neurons.me Glossary](https://suign.github.io/neurons.me/Glossary)
|
|
80
|
+
|
|
81
|
+
## License & Policies
|
|
46
82
|
|
|
47
|
-
|
|
48
|
-
**This.me** serves as the **identity representation** in our system.
|
|
83
|
+
- **License**: MIT License (see LICENSE for details).
|
|
49
84
|
|
|
50
|
-
|
|
85
|
+
- **Privacy Policy**: Respects user privacy; no collection/storage of personal data.
|
|
51
86
|
|
|
87
|
+
- **Terms of Usage**: Use responsibly. No guarantees/warranties provided. [Terms](https://www.neurons.me/terms-of-use) | [Privacy](https://www.neurons.me/privacy-policy)
|
|
52
88
|
|
|
53
|
-
|
|
54
|
-
**This.Me** adapts to various environments, enabling `.me` objects to function both locally and within a network. A `.me` object authenticated on a network accesses data beyond the local scope, while unauthenticated instances are confined to local data. This dual functionality ensures seamless interoperability and heightened security.
|
|
89
|
+
**Learn more** at https://neurons.me
|
|
55
90
|
|
|
56
|
-
|
|
57
|
-
Defining the **environment** and context in which your code runs, especially when you're interacting with intelligent agents or services like **me.**
|
|
91
|
+
**Author:** SuiGn
|
|
58
92
|
|
|
59
|
-
|
|
93
|
+
[By neurons.me](https://neurons.me)
|
|
60
94
|
|
|
61
|
-
|
|
95
|
+
<img src="https://suign.github.io/neurons.me/neurons_logo.png" alt="neurons.me logo" width="123" height="123" style="width123px; height:123px;">
|
|
62
96
|
|
|
63
97
|
|
|
64
98
|
|
package/index.js
CHANGED
package/jsdoc.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": {
|
|
3
|
-
"include": ["./src", "./index.js", "./
|
|
3
|
+
"include": ["./src", "./index.js", "./README.md"]
|
|
4
4
|
},
|
|
5
5
|
"opts": {
|
|
6
6
|
"destination": "./docs",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"label": "Github",
|
|
36
|
-
"href": "https://github.com/suiGn/
|
|
36
|
+
"href": "https://github.com/suiGn/this.me"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"label": "Cleaker.me",
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "this.me",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.72",
|
|
4
4
|
"description": "User-Centric.",
|
|
5
|
-
"type": "module",
|
|
6
5
|
"main": "index.js",
|
|
7
6
|
"scripts": {
|
|
8
7
|
"start": "node index.js",
|
|
@@ -13,7 +12,6 @@
|
|
|
13
12
|
"user"
|
|
14
13
|
],
|
|
15
14
|
"devDependencies": {
|
|
16
|
-
"browserify": "^17.0.0"
|
|
17
15
|
},
|
|
18
16
|
"repository": {
|
|
19
17
|
"type": "git",
|
|
@@ -21,12 +19,12 @@
|
|
|
21
19
|
},
|
|
22
20
|
"homepage": "https://www.npmjs.com/package/this.me",
|
|
23
21
|
"docs": "https://suiGn.github.io/this.me",
|
|
22
|
+
"type": "module",
|
|
24
23
|
"author": "suiGn",
|
|
25
24
|
"license": "MIT",
|
|
26
25
|
"repoType": "NPM Package",
|
|
27
26
|
"category": "dataformatter",
|
|
28
27
|
"dependencies": {
|
|
29
|
-
|
|
30
|
-
"inquirer": "^9.2.12"
|
|
28
|
+
|
|
31
29
|
}
|
|
32
30
|
}
|
package/cleak_me-removebg.png
DELETED
|
Binary file
|
package/this.me.png
DELETED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|