Skip to content

Commit 59f6ec9

Browse files
authored
Merge pull request #558 from witheve/corey-b
Update attributions
2 parents d400d32 + 02fefe5 commit 59f6ec9

File tree

1 file changed

+203
-22
lines changed

1 file changed

+203
-22
lines changed

ATTRIBUTIONS.md

Lines changed: 203 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,223 @@
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
84+
85+
-------------------------------------------------------------------------------
86+
87+
### codemirror.d.ts
88+
- TypeScript definitions for codemirror
89+
- By mihailik (https://github.com/mihailik)
90+
- [MIT][MIT] License
91+
- [https://github.com/DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/03b3450d08a0b0a1b9e820e581a52c8e6c21f32e/codemirror/codemirror.d.ts)
92+
93+
-------------------------------------------------------------------------------
94+
95+
### System.js
96+
- Universal dynamic module loader
97+
- [MIT][MIT] License
98+
- https://github.com/systemjs/systemjs
99+
100+
-------------------------------------------------------------------------------
101+
102+
### body-parser
103+
- Node.js body parsing middleware
104+
- [MIT][MIT] License
105+
- https://www.npmjs.com/package/body-parser
106+
107+
-------------------------------------------------------------------------------
108+
109+
### chevrotain
110+
- Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers
111+
- [Apache 2.0][Apache] License
112+
- https://www.npmjs.com/package/chevrotain
113+
114+
-------------------------------------------------------------------------------
115+
116+
### commonmark
117+
- a strongly specified, highly compatible variant of Markdown
118+
- [BSD-2-Clause][BSD] License
119+
- https://www.npmjs.com/package/commonmark
120+
121+
-------------------------------------------------------------------------------
122+
123+
### express
124+
- Fast, unopinionated, minimalist web framework
125+
- [MIT][MIT] License
126+
- https://www.npmjs.com/package/express
127+
128+
-------------------------------------------------------------------------------
129+
130+
### glob
131+
- a little globber
132+
- by Isaac Schlueter (https://github.com/isaacs)
133+
- [ISC][ISC] License
134+
- https://www.npmjs.com/package/glob
9135

10136
-------------------------------------------------------------------------------
11137

12-
- SHA-1 in C
13-
- By Steve Reid <[email protected]>,
14-
- This code is released into the public domain free of any restrictions.
138+
### minimist
139+
- parse argument options
140+
- [MIT][MIT] License
141+
- https://www.npmjs.com/package/minimist
15142

16143
-------------------------------------------------------------------------------
17144

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
145+
### mkdirp
146+
- Recursively mkdir, like mkdir -p
147+
- [MIT][MIT] License
148+
- https://www.npmjs.com/package/mkdirp
22149

23150
-------------------------------------------------------------------------------
24151

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
152+
### node-uuid
153+
- Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
154+
- [MIT][MIT] License
155+
- https://www.npmjs.com/package/node-uuid
29156

30157
-------------------------------------------------------------------------------
31158

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
159+
### request
160+
- Simplified HTTP request client
161+
- [Apache 2.0][Apache] License
162+
- https://www.npmjs.com/package/request
36163

37164
-------------------------------------------------------------------------------
38165

39-
- Codemirror
40-
- By Marijn Haverbeke
41-
- This code is distributed under the [MIT license](https://github.com/codemirror/CodeMirror/blob/master/LICENSE)
166+
### typescript
167+
- TypeScript is a language for application scale JavaScript development
168+
- [Apache 2.0][Apache] License
169+
- https://www.npmjs.com/package/typescript
170+
171+
-------------------------------------------------------------------------------
172+
173+
### ws
174+
- simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455
175+
- [MIT][MIT] License
176+
- https://www.npmjs.com/package/ws
177+
178+
-------------------------------------------------------------------------------
179+
180+
### uuid.js
181+
- Simple, fast generation of RFC4122 UUIDS.
182+
- By Robert Kieffer (https://github.com/broofa)
183+
- [MIT][MIT] License
184+
- https://github.com/broofa/node-uuid
185+
186+
-------------------------------------------------------------------------------
187+
188+
### Codemirror
189+
- In-browser code editor
190+
- By Marijn Haverbeke (https://github.com/marijnh)
191+
- [MIT][MIT] License
42192
- https://github.com/codemirror/codemirror
193+
194+
-------------------------------------------------------------------------------
195+
196+
### Simple Scrollbars
197+
- Addon for CodeMirror
198+
- By Marijn Haverbeke (https://github.com/marijnh)
199+
- [MIT][MIT] License
200+
- https://codemirror.net/doc/manual.html#addon_simplescrollbars
201+
202+
-------------------------------------------------------------------------------
203+
204+
### Annotate Scrollbar
205+
- Addon for CodeMirror
206+
- By Marijn Haverbeke (https://github.com/marijnh)
207+
- [MIT][MIT] License
208+
- https://codemirror.net/doc/manual.html#addon_annotatescrollbar
209+
210+
-------------------------------------------------------------------------------
211+
212+
### ionicons
213+
The premium icon font for Ionic
214+
- [MIT][MIT] License
215+
- by Ben Sperry (https://twitter.com/benjsperry)
216+
- https://github.com/driftyco/ionicons
217+
218+
-------------------------------------------------------------------------------
219+
220+
[BSD]: https://spdx.org/licenses/BSD-2-Clause
221+
[MIT]: https://spdx.org/licenses/MIT
222+
[Apache]: https://spdx.org/licenses/Apache-2.0
223+
[ISC]: https://spdx.org/licenses/ISC

0 commit comments

Comments
 (0)