this.me 2.6.7 → 2.6.9

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 (3) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +5 -7
  3. package/package.json +2 -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
@@ -26,7 +26,7 @@ let me = require('this.me');
26
26
  1. **Clone this Sandbox Demo Repository**
27
27
 
28
28
  ```bash
29
- git clone https://github.com/suiGn/.me.git
29
+ git clone https://github.com/suiGn/sandbox.git
30
30
  ```
31
31
  2. **Navigate to the Project Directory**
32
32
 
@@ -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
- ### License
230
- This project is licensed under the MIT License. See the LICENSE file for details.
231
-
232
- This README provides an overview of the project, instructions for installation and usage, and highlights future projections. Feel free to modify or expand it as needed. Congratulations on building this exciting tool, and good luck with its continued development!
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.6.7",
3
+ "version": "2.6.9",
4
4
  "description": "This.me should This.be",
5
5
  "bin": {
6
6
  ".me": "./main.js"
@@ -36,6 +36,7 @@
36
36
  "this.pixel": "^3.3.6",
37
37
  "this.pixelgrid": "^3.3.2",
38
38
  "this.text": "^1.0.5",
39
+ "this.video":"1.0.0",
39
40
  "v.path": "^2.2.0"
40
41
  },
41
42
  "homepage": "https://github.com/suiGn/this.me#readme"