this.me 2.6.8 → 2.7.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/LICENSE +21 -0
- package/README.md +4 -6
- package/package.json +3 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 this.me neurons.me
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -151,7 +151,6 @@ For industries or applications where audit trails and compliance are important,
|
|
|
151
151
|
Such clear demarcations can aid in forensic analysis if something goes wrong or if there's a need to understand the context of an interaction.
|
|
152
152
|
|
|
153
153
|
### Conclusion:
|
|
154
|
-
|
|
155
154
|
In the broader context of a dynamic and interactive environment like the one you're building, hashing becomes a powerful tool. It's not just about verifying code; it's about ensuring the entire ecosystem's security, integrity, and seamless operation. By employing a hashing mechanism, you're taking a proactive step towards establishing trust in the code and data that powers your system.
|
|
156
155
|
|
|
157
156
|
### Dependencies:
|
|
@@ -173,7 +172,6 @@ In the broader context of a dynamic and interactive environment like the one you
|
|
|
173
172
|
},
|
|
174
173
|
```
|
|
175
174
|
|
|
176
|
-
|
|
177
175
|
# Context of Abstraction for Machine Learning Standardization
|
|
178
176
|
|
|
179
177
|
Traditional web development elements, from images to audio, are designed mainly for display and interaction. But what if they could be seamlessly converted into standardized formats primed for machine learning? That's the vision behind the **this.** modules.
|
|
@@ -226,7 +224,7 @@ npm install
|
|
|
226
224
|
npx electron index.js
|
|
227
225
|
```
|
|
228
226
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
227
|
+
**## License & Policies**
|
|
228
|
+
\- ***\*License\****: MIT License (see LICENSE for details).
|
|
229
|
+
\- ***\*Privacy Policy\****: Respects user privacy; no collection/storage of personal data.
|
|
230
|
+
\- ***\*Terms of Usage\****: Use responsibly. No guarantees/warranties provided. [Terms](https://www.neurons.me/terms-of-use) | [Privacy](https://www.neurons.me/privacy-policy)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "this.me",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "This.me should This.be",
|
|
5
5
|
"bin": {
|
|
6
6
|
".me": "./main.js"
|
|
@@ -34,8 +34,10 @@
|
|
|
34
34
|
"this.be": "^2.1.6",
|
|
35
35
|
"this.dom": "^1.0.4",
|
|
36
36
|
"this.pixel": "^3.3.6",
|
|
37
|
+
"this.wallet":"^1.0.2",
|
|
37
38
|
"this.pixelgrid": "^3.3.2",
|
|
38
39
|
"this.text": "^1.0.5",
|
|
40
|
+
"this.video":"^1.0.0",
|
|
39
41
|
"v.path": "^2.2.0"
|
|
40
42
|
},
|
|
41
43
|
"homepage": "https://github.com/suiGn/this.me#readme"
|