openprofile 0.0.1

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 ADDED
@@ -0,0 +1,48 @@
1
+ OpenProfile Private License (OPPL) Version 1.0
2
+ Copyright (c) 2017-2026 OpenProfile™. All rights reserved.
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to use,
6
+ copy, modify, and deploy the Software solely within a private network or
7
+ environment, including personal, educational, or internal commercial use,
8
+ subject to the following conditions:
9
+
10
+ 1. Private Use and Internal Deployment
11
+ a. The Software may be used, modified, and deployed only for internal or
12
+ private purposes. Public distribution, resale, or external hosting of
13
+ the Software for third parties is strictly prohibited.
14
+ b. You may deploy the Software internally in commercial or enterprise
15
+ environments, provided it is not exposed to the public or offered as a
16
+ service to third parties without explicit written permission from the
17
+ copyright holders.
18
+
19
+ 2. Contributions
20
+ a. Contributions to the Software are permitted and encouraged.
21
+ b. All contributions are subject to the terms of this License and remain
22
+ governed by the same restrictions herein.
23
+
24
+ 3. Intellectual Property and Branding
25
+ a. You may not claim ownership of the Software, its name, trademarks,
26
+ logos, or branding.
27
+ b. You may not remove, alter, or obscure any copyright notices,
28
+ trademarks, or licensing information from the Software.
29
+
30
+ 4. Redistribution and SaaS Restrictions
31
+ a. The Software may not be publicly redistributed, sold, sublicensed,
32
+ or otherwise made available to third parties.
33
+ b. The Software may not be hosted as a public service or SaaS for
34
+ third-party users without prior written consent from the copyright
35
+ holders.
36
+
37
+ 5. Attribution
38
+ a. All copies, modifications, or derivative works of the Software must
39
+ retain this copyright notice and license.
40
+
41
+ 6. Disclaimer and Limitation of Liability
42
+ a. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
44
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
45
+ b. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
46
+ CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
47
+ TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE
48
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ OpenProfile is a free original character database and collaboration platform made by and for writers. This is its official Node package. Currently under development!
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // Coming soon
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "openprofile",
3
+ "version": "0.0.1",
4
+ "description": "OpenProfile is a free original character database and collaboration platform made by and for writers.",
5
+ "main": "index.js",
6
+ "keywords": ["writing", "characters"],
7
+ "author": "AvatarKage",
8
+ "license": "https://github.com/openprofileapp/op5?tab=License-1-ov-file#readme"
9
+ }