-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #558 from witheve/corey-b
Update attributions
- Loading branch information
Showing
1 changed file
with
203 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,223 @@ | ||
# Software Attributions | ||
|
||
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. | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
- SHA-256 in C | ||
- By Brad Conte (brad AT bradconte.com) | ||
- This code is released into the public domain free of any restrictions. | ||
- https://github.com/B-Con/crypto-algorithms | ||
### @types/body-parser | ||
- TypeScript definitions for body-parser | ||
- By Santi Albo (https://github.com/santialbo/), VILIC VANE (https://vilic.info), Jonathan Häberle (https://github.com/dreampulse) | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/body-parser | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### @types/commonmark | ||
- TypeScript definitions for commonmark.js 0.22.1 | ||
- By Nico Jansen (https://github.com/nicojs) | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/commonmark | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### @types/express | ||
- TypeScript definitions for Express 4.x | ||
- By by Boris Yankov https://github.com/borisyankov/. | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/express | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### @types/glob | ||
- TypeScript definitions for Glob 5.0.10 | ||
- By vvakame (https://github.com/vvakame) | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/glob | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### @types/minimist | ||
- TypeScript definitions for minimist 1.1.3 | ||
- By Bart van der Schoor (https://github.com/Bartvds), Necroskillz (https://github.com/Necroskillz) | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/minimist | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### @types/mkdirp | ||
- TypeScript definitions for mkdirp 0.3.0 | ||
- By Bart van der Schoor (https://github.com/Bartvds) | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/mkdirp | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### @types/node | ||
- TypeScript definitions for Node.js v6.x | ||
- By Microsoft TypeScript (http://typescriptlang.org), DefinitelyTyped (https://github.com/DefinitelyTyped/DefinitelyTyped) | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/node | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### @types/request | ||
- TypeScript definitions for request | ||
- By Carlos Ballesteros Velasco (https://github.com/soywiz), et. al. | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/request | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### @types/tape | ||
- TypeScript definitions for tape v4.2.2 | ||
- By Bart van der Schoor (https://github.com/Bartvds), Haoqun Jiang (https://github.com/sodatea) | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/tape | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### @types/ws | ||
- TypeScript definitions for ws | ||
- By Paul Loyd (https://github.com/loyd) | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/@types/ws | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### codemirror.d.ts | ||
- TypeScript definitions for codemirror | ||
- By mihailik (https://github.com/mihailik) | ||
- [MIT][MIT] License | ||
- [https://github.com/DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/03b3450d08a0b0a1b9e820e581a52c8e6c21f32e/codemirror/codemirror.d.ts) | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### System.js | ||
- Universal dynamic module loader | ||
- [MIT][MIT] License | ||
- https://github.com/systemjs/systemjs | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### body-parser | ||
- Node.js body parsing middleware | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/body-parser | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### chevrotain | ||
- Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers | ||
- [Apache 2.0][Apache] License | ||
- https://www.npmjs.com/package/chevrotain | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### commonmark | ||
- a strongly specified, highly compatible variant of Markdown | ||
- [BSD-2-Clause][BSD] License | ||
- https://www.npmjs.com/package/commonmark | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### express | ||
- Fast, unopinionated, minimalist web framework | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/express | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### glob | ||
- a little globber | ||
- by Isaac Schlueter (https://github.com/isaacs) | ||
- [ISC][ISC] License | ||
- https://www.npmjs.com/package/glob | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
- SHA-1 in C | ||
- By Steve Reid <sreid@sea-to-sky.net>, | ||
- This code is released into the public domain free of any restrictions. | ||
### minimist | ||
- parse argument options | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/minimist | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
- HMAC-SHA-224/256/384/512 implementation in C | ||
- By Olivier Gay <olivier.gay@a3.epfl.ch> | ||
- This code is distributed under the BSD license. | ||
- https://github.com/ogay/hmac | ||
### mkdirp | ||
- Recursively mkdir, like mkdir -p | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/mkdirp | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
- Module loaders for bundled Lua and Lua/C modules. | ||
- By Cosmin Apreutesei | ||
- This code is released into the public domain free of any restrictions. | ||
- https://github.com/luapower/bundle | ||
### node-uuid | ||
- Rigorous implementation of RFC4122 (v1 and v4) UUIDs. | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/node-uuid | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
- UTF-8 module for Lua 5.x | ||
- By Xavier Wang <weasley.wx@gmail.com> | ||
- This code is distributed under the [MIT license](https://opensource.org/licenses/mit-license.html) | ||
- https://github.com/starwing/luautf8 | ||
### request | ||
- Simplified HTTP request client | ||
- [Apache 2.0][Apache] License | ||
- https://www.npmjs.com/package/request | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
- Codemirror | ||
- By Marijn Haverbeke | ||
- This code is distributed under the [MIT license](https://github.com/codemirror/CodeMirror/blob/master/LICENSE) | ||
### typescript | ||
- TypeScript is a language for application scale JavaScript development | ||
- [Apache 2.0][Apache] License | ||
- https://www.npmjs.com/package/typescript | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### ws | ||
- simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455 | ||
- [MIT][MIT] License | ||
- https://www.npmjs.com/package/ws | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### uuid.js | ||
- Simple, fast generation of RFC4122 UUIDS. | ||
- By Robert Kieffer (https://github.com/broofa) | ||
- [MIT][MIT] License | ||
- https://github.com/broofa/node-uuid | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### Codemirror | ||
- In-browser code editor | ||
- By Marijn Haverbeke (https://github.com/marijnh) | ||
- [MIT][MIT] License | ||
- https://github.com/codemirror/codemirror | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### Simple Scrollbars | ||
- Addon for CodeMirror | ||
- By Marijn Haverbeke (https://github.com/marijnh) | ||
- [MIT][MIT] License | ||
- https://codemirror.net/doc/manual.html#addon_simplescrollbars | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### Annotate Scrollbar | ||
- Addon for CodeMirror | ||
- By Marijn Haverbeke (https://github.com/marijnh) | ||
- [MIT][MIT] License | ||
- https://codemirror.net/doc/manual.html#addon_annotatescrollbar | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
### ionicons | ||
The premium icon font for Ionic | ||
- [MIT][MIT] License | ||
- by Ben Sperry (https://twitter.com/benjsperry) | ||
- https://github.com/driftyco/ionicons | ||
|
||
------------------------------------------------------------------------------- | ||
|
||
[BSD]: https://spdx.org/licenses/BSD-2-Clause | ||
[MIT]: https://spdx.org/licenses/MIT | ||
[Apache]: https://spdx.org/licenses/Apache-2.0 | ||
[ISC]: https://spdx.org/licenses/ISC |