Skip to content

Commit 9640e2f

Browse files
committed
Updated attributions
1 parent 46c28a5 commit 9640e2f

File tree

1 file changed

+162
-21
lines changed

1 file changed

+162
-21
lines changed

ATTRIBUTIONS.md

Lines changed: 162 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,183 @@
1+
# Software Attributions
2+
13
Eve is built using the following technologies generously supplied by their attributed authors in accordance with the following licenses. If you recognize anything in this list as incorrect, please bring it to our attention and we will correct it.
24

35
-------------------------------------------------------------------------------
46

5-
- SHA-256 in C
6-
- By Brad Conte (brad AT bradconte.com)
7-
- This code is released into the public domain free of any restrictions.
8-
- https://github.com/B-Con/crypto-algorithms
7+
### @types/body-parser
8+
- TypeScript definitions for body-parser
9+
- By Santi Albo (https://github.com/santialbo/), VILIC VANE (https://vilic.info), Jonathan Häberle (https://github.com/dreampulse)
10+
- [MIT][MIT] License
11+
- https://www.npmjs.com/package/@types/body-parser
12+
13+
-------------------------------------------------------------------------------
14+
15+
### @types/commonmark
16+
- TypeScript definitions for commonmark.js 0.22.1
17+
- By Nico Jansen (https://github.com/nicojs)
18+
- [MIT][MIT] License
19+
- https://www.npmjs.com/package/@types/commonmark
20+
21+
-------------------------------------------------------------------------------
22+
23+
### @types/express
24+
- TypeScript definitions for Express 4.x
25+
- By by Boris Yankov https://github.com/borisyankov/.
26+
- [MIT][MIT] License
27+
- https://www.npmjs.com/package/@types/express
28+
29+
-------------------------------------------------------------------------------
30+
31+
### @types/glob
32+
- TypeScript definitions for Glob 5.0.10
33+
- By vvakame (https://github.com/vvakame)
34+
- [MIT][MIT] License
35+
- https://www.npmjs.com/package/@types/glob
36+
37+
-------------------------------------------------------------------------------
38+
39+
### @types/minimist
40+
- TypeScript definitions for minimist 1.1.3
41+
- By Bart van der Schoor (https://github.com/Bartvds), Necroskillz (https://github.com/Necroskillz)
42+
- [MIT][MIT] License
43+
- https://www.npmjs.com/package/@types/minimist
44+
45+
-------------------------------------------------------------------------------
46+
47+
### @types/mkdirp
48+
- TypeScript definitions for mkdirp 0.3.0
49+
- By Bart van der Schoor (https://github.com/Bartvds)
50+
- [MIT][MIT] License
51+
- https://www.npmjs.com/package/@types/mkdirp
52+
53+
-------------------------------------------------------------------------------
54+
55+
### @types/node
56+
- TypeScript definitions for Node.js v6.x
57+
- By Microsoft TypeScript (http://typescriptlang.org), DefinitelyTyped (https://github.com/DefinitelyTyped/DefinitelyTyped)
58+
- [MIT][MIT] License
59+
- https://www.npmjs.com/package/@types/node
60+
61+
-------------------------------------------------------------------------------
62+
63+
### @types/request
64+
- TypeScript definitions for request
65+
- By Carlos Ballesteros Velasco (https://github.com/soywiz), et. al.
66+
- [MIT][MIT] License
67+
- https://www.npmjs.com/package/@types/request
68+
69+
-------------------------------------------------------------------------------
70+
71+
### @types/tape
72+
- TypeScript definitions for tape v4.2.2
73+
- By Bart van der Schoor https://github.com/Bartvds, Haoqun Jiang https://github.com/sodatea.
74+
- [MIT][MIT] License
75+
- https://www.npmjs.com/package/@types/tape
76+
77+
-------------------------------------------------------------------------------
78+
79+
### @types/ws
80+
- TypeScript definitions for ws
81+
- By Paul Loyd https://github.com/loyd.
82+
- [MIT][MIT] License
83+
- https://www.npmjs.com/package/@types/ws
984

1085
-------------------------------------------------------------------------------
1186

12-
- SHA-1 in C
13-
- By Steve Reid <[email protected]>,
14-
- This code is released into the public domain free of any restrictions.
87+
### body-parser
88+
- Node.js body parsing middleware
89+
- [MIT][MIT] License
90+
- https://www.npmjs.com/package/body-parser
1591

1692
-------------------------------------------------------------------------------
1793

18-
- HMAC-SHA-224/256/384/512 implementation in C
19-
- By Olivier Gay <[email protected]>
20-
- This code is distributed under the BSD license.
21-
- https://github.com/ogay/hmac
94+
### chevrotain
95+
- Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers
96+
- [Apache 2.0][Apache] License
97+
- https://www.npmjs.com/package/chevrotain
2298

2399
-------------------------------------------------------------------------------
24100

25-
- Module loaders for bundled Lua and Lua/C modules.
26-
- By Cosmin Apreutesei
27-
- This code is released into the public domain free of any restrictions.
28-
- https://github.com/luapower/bundle
101+
### commonmark
102+
- a strongly specified, highly compatible variant of Markdown
103+
- [BSD-2-Clause][BSD] License
104+
- https://www.npmjs.com/package/commonmark
29105

30106
-------------------------------------------------------------------------------
31107

32-
- UTF-8 module for Lua 5.x
33-
- By Xavier Wang <[email protected]>
34-
- This code is distributed under the [MIT license](https://opensource.org/licenses/mit-license.html)
35-
- https://github.com/starwing/luautf8
108+
### express
109+
- Fast, unopinionated, minimalist web framework
110+
- [MIT][MIT] License
111+
- https://www.npmjs.com/package/express
36112

37113
-------------------------------------------------------------------------------
38114

39-
- Codemirror
115+
### glob
116+
- a little globber
117+
- by Isaac Schlueter (https://github.com/isaacs)
118+
- [ISC][ISC] License
119+
- https://www.npmjs.com/package/glob
120+
121+
-------------------------------------------------------------------------------
122+
123+
### minimist
124+
- parse argument options
125+
- [MIT][MIT] License
126+
- https://www.npmjs.com/package/minimist
127+
128+
-------------------------------------------------------------------------------
129+
130+
### mkdirp
131+
- Recursively mkdir, like mkdir -p
132+
- [MIT][MIT] License
133+
- https://www.npmjs.com/package/mkdirp
134+
135+
-------------------------------------------------------------------------------
136+
137+
### node-uuid
138+
- Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
139+
- [MIT][MIT] License
140+
- https://www.npmjs.com/package/node-uuid
141+
142+
-------------------------------------------------------------------------------
143+
144+
### request
145+
- Simplified HTTP request client
146+
- [Apache 2.0][Apache] License
147+
- https://www.npmjs.com/package/request
148+
149+
-------------------------------------------------------------------------------
150+
151+
### typescript
152+
- TypeScript is a language for application scale JavaScript development
153+
- [Apache 2.0][Apache] License
154+
- https://www.npmjs.com/package/typescript
155+
156+
-------------------------------------------------------------------------------
157+
158+
### ws
159+
- simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455
160+
- [MIT][MIT] License
161+
- https://www.npmjs.com/package/ws
162+
163+
-------------------------------------------------------------------------------
164+
165+
### Codemirror
40166
- By Marijn Haverbeke
41-
- This code is distributed under the [MIT license](https://github.com/codemirror/CodeMirror/blob/master/LICENSE)
167+
- [MIT][MIT] License
42168
- https://github.com/codemirror/codemirror
169+
170+
-------------------------------------------------------------------------------
171+
172+
### uuid.js
173+
174+
- By Robert Kieffer (https://github.com/broofa)
175+
- [MIT][MIT] License
176+
- https://github.com/broofa/node-uuid
177+
178+
-------------------------------------------------------------------------------
179+
180+
[BSD]: https://spdx.org/licenses/BSD-2-Clause
181+
[MIT]: https://spdx.org/licenses/MIT
182+
[Apache]: https://spdx.org/licenses/Apache-2.0
183+
[ISC]: https://spdx.org/licenses/ISC

0 commit comments

Comments
 (0)