2
0

CREDITS.txt 987 B

12345678910111213141516171819202122232425262728293031
  1. This file contains the list of open-source tools Jint is using directly or indirectly
  2. Esprima
  3. -----
  4. Jint contains a C# port of the Esprima Javascript parser.
  5. Website: http://esprima.org/
  6. Copyright: Copyright (c) Ariya Hidayat
  7. License: BSD - https://github.com/ariya/esprima/blob/master/LICENSE.BSD
  8. Google Inc
  9. -----
  10. Jint uses the FastDtoa algorithm implemented for Google V8
  11. Copyright: Copyright 2010 the V8 project authors. All rights reserved.
  12. Mozilla
  13. -----
  14. Jint number serialization is based on the Java port of the FastDtoa algorithm from Mozilla
  15. Website: http://mozilla.org/
  16. Copyright: Copyright (c) Mozilla
  17. License: MPL 2.0 - http://mozilla.org/MPL/2.0/
  18. MimeKit
  19. -----
  20. Jint date parsing utilizes code extracted from the excellent MimeKit library.
  21. Website: https://github.com/jstedfast/MimeKit
  22. Copyright: Copyright (C) 2012-2022 .NET Foundation and Contributors
  23. License: MIT - https://github.com/jstedfast/MimeKit/blob/master/LICENSE