@gitlab/orbit-win32-x64 0.0.1 → 0.96.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.md ADDED
@@ -0,0 +1,44 @@
1
+ The GitLab Enterprise Edition (EE) license (the “EE License”)
2
+ Copyright (c) 2011-present GitLab Inc.
3
+
4
+ With regard to the GitLab Software:
5
+
6
+ This software and associated documentation files (the "Software") may only be
7
+ used in production, if you (and any entity that you represent) have agreed to,
8
+ and are in compliance with, the GitLab Subscription Terms of Service, available
9
+ at https://about.gitlab.com/terms/#subscription (the “EE Terms”), or other
10
+ agreement governing the use of the Software, as agreed by you and GitLab,
11
+ and otherwise have a valid GitLab Enterprise Edition subscription for the
12
+ correct number of user seats. Subject to the foregoing sentence, you are free to
13
+ modify this Software and publish patches to the Software. You agree that GitLab
14
+ and/or its licensors (as applicable) retain all right, title and interest in and
15
+ to all such modifications and/or patches, and all such modifications and/or
16
+ patches may only be used, copied, modified, displayed, distributed, or otherwise
17
+ exploited with a valid GitLab Enterprise Edition subscription for the correct
18
+ number of user seats. Notwithstanding the foregoing, you may copy and modify
19
+ the Software for development and testing purposes, without requiring a
20
+ subscription. You agree that GitLab and/or its licensors (as applicable) retain
21
+ all right, title and interest in and to all such modifications. You are not
22
+ granted any other rights beyond what is expressly stated herein. Subject to the
23
+ foregoing, it is forbidden to copy, merge, publish, distribute, sublicense,
24
+ and/or sell the Software.
25
+
26
+ This EE License applies only to the part of this Software that is not
27
+ distributed as part of GitLab Community Edition (CE). Any part of this Software
28
+ distributed as part of GitLab CE or is served client-side as an image, font,
29
+ cascading stylesheet (CSS), file which produces or is compiled, arranged,
30
+ augmented, or combined into client-side JavaScript, in whole or in part, is
31
+ copyrighted under the MIT Expat license. The full text of this EE License shall
32
+ be included in all copies or substantial portions of the Software.
33
+
34
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40
+ SOFTWARE.
41
+
42
+ For all third party components incorporated into the GitLab Software, those
43
+ components are licensed under the original license provided by the owner of the
44
+ applicable component.
package/orbit.exe ADDED
Binary file
package/package.json CHANGED
@@ -1,8 +1,24 @@
1
1
  {
2
2
  "name": "@gitlab/orbit-win32-x64",
3
- "description": "GitLab Orbit",
3
+ "version": "0.96.1",
4
+ "description": "GitLab Knowledge Graph (Orbit) local CLI binary for win32 x64",
4
5
  "author": "GitLab",
5
- "license": "UNLICENSED",
6
- "version": "0.0.1",
7
- "files": []
6
+ "license": "SEE LICENSE IN LICENSE.md",
7
+ "homepage": "https://gitlab.com/gitlab-org/orbit/knowledge-graph",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://gitlab.com/gitlab-org/orbit/knowledge-graph.git"
11
+ },
12
+ "os": [
13
+ "win32"
14
+ ],
15
+ "cpu": [
16
+ "x64"
17
+ ],
18
+ "files": [
19
+ "orbit.exe"
20
+ ],
21
+ "publishConfig": {
22
+ "access": "public"
23
+ }
8
24
  }
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # @gitlab/orbit-win32-x64
2
-
3
- Initial stub version.