|
| 1 | +The MIT License (MIT) |
| 2 | + |
| 3 | +Copyright (c) 2013-2014 Auth0 Inc. |
| 4 | + |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), to deal |
| 7 | +in the Software without restriction, including without limitation the rights |
| 8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +copies of the Software, and to permit persons to whom the Software is |
| 10 | +furnished to do so, subject to the following conditions: |
| 11 | + |
| 12 | +The above copyright notice and this permission notice shall be included in all |
| 13 | +copies or substantial portions of the Software. |
| 14 | + |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +SOFTWARE. |
| 22 | + |
| 23 | +---- |
| 24 | + |
| 25 | +Distributions of this software ("bundles") contain code from other |
| 26 | +libraries. Additional licenses from these libraries can be found below. |
| 27 | + |
| 28 | +---- |
| 29 | + |
| 30 | +The 'jsrsasign'(RSA-Sign JavaScript Library) License |
| 31 | + |
| 32 | +Copyright (c) 2010-2018 Kenji Urushima |
| 33 | + |
| 34 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 35 | +of this software and associated documentation files (the "Software"), to deal |
| 36 | +in the Software without restriction, including without limitation the rights |
| 37 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 38 | +copies of the Software, and to permit persons to whom the Software is |
| 39 | +furnished to do so, subject to the following conditions: |
| 40 | + |
| 41 | +The above copyright notice and this permission notice shall be included in |
| 42 | +all copies or substantial portions of the Software. |
| 43 | + |
| 44 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 45 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 46 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 47 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 48 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 49 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 50 | +THE SOFTWARE. |
| 51 | + |
| 52 | +LICENSE: BSD License |
| 53 | +Files: node_modules/jsrsasign/** |
| 54 | +---- |
| 55 | + |
| 56 | +RSA and ECC in JavaScript |
| 57 | + |
| 58 | +Copyright (c) 2003-2005 Tom Wu All Rights Reserved. |
| 59 | + |
| 60 | +Permission is hereby granted, free of charge, to any person obtaining |
| 61 | +a copy of this software and associated documentation files (the |
| 62 | +"Software"), to deal in the Software without restriction, including |
| 63 | +without limitation the rights to use, copy, modify, merge, publish, |
| 64 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 65 | +permit persons to whom the Software is furnished to do so, subject to |
| 66 | +the following conditions: |
| 67 | + |
| 68 | +The above copyright notice and this permission notice shall be |
| 69 | +included in all copies or substantial portions of the Software. |
| 70 | + |
| 71 | +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, |
| 72 | +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY |
| 73 | +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. |
| 74 | + |
| 75 | +IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, |
| 76 | +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER |
| 77 | +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF |
| 78 | +THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT |
| 79 | +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 80 | + |
| 81 | +In addition, the following condition applies: |
| 82 | + |
| 83 | +All redistributions must retain an intact copy of this copyright notice |
| 84 | +and disclaimer. |
| 85 | + |
| 86 | +http://www-cs-students.stanford.edu/~tjw/jsbn/ |
| 87 | +LICENSE: BSD License |
| 88 | +FILES: node_modules/jsrsasign/ext/{base64,jsbn,jsbn2,prgn4,rng,rsa,rsa2}.js |
| 89 | +---- |
| 90 | + |
| 91 | +CryptoJS |
| 92 | + |
| 93 | +Copyright (c) 2009-2013 Jeff Mott |
| 94 | + |
| 95 | +Permission is hereby granted, free of charge, to any person obtaining |
| 96 | +a copy of this software and associated documentation files (the |
| 97 | +"Software"), to deal in the Software without restriction, including |
| 98 | +without limitation the rights to use, copy, modify, merge, publish, |
| 99 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 100 | +permit persons to whom the Software is furnished to do so, subject to |
| 101 | +the following conditions: |
| 102 | + |
| 103 | +The above copyright notice and this permission notice shall be |
| 104 | +included in all copies or substantial portions of the Software. |
| 105 | + |
| 106 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 107 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 108 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 109 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 110 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 111 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 112 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 113 | + |
| 114 | +https://code.google.com/p/crypto-js/wiki/License |
| 115 | +FILES: node_modules/jsrsasign/ext/cryptojs-*.js |
| 116 | +---- |
| 117 | + |
| 118 | +YUI Library |
| 119 | + |
| 120 | +Software License Agreement (BSD License) |
| 121 | + |
| 122 | +Copyright c 2013 Yahoo! Inc. All rights reserved. |
| 123 | + |
| 124 | +Redistribution and use of this software in source and binary forms, |
| 125 | +with or without modification, are permitted provided that the |
| 126 | +following conditions are met: |
| 127 | + |
| 128 | +- Redistributions of source code must retain the above copyright |
| 129 | + notice, this list of conditions and the following disclaimer. |
| 130 | + |
| 131 | +- Redistributions in binary form must reproduce the above copyright |
| 132 | + notice, this list of conditions and the following disclaimer in the |
| 133 | + documentation and/or other materials provided with the distribution. |
| 134 | + |
| 135 | +- Neither the name of Yahoo! Inc. nor the names of YUI's contributors |
| 136 | + may be used to endorse or promote products derived from this |
| 137 | + software without specific prior written permission of Yahoo! Inc. |
| 138 | + |
| 139 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 140 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 141 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 142 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 143 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 144 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 145 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 146 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 147 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 148 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 149 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 150 | + |
| 151 | +http://yuilibrary.com/license/ |
| 152 | +LICENSE: BSD License |
| 153 | +FILES: node_modules/jsrsasign/ext/yui*.js |
| 154 | +---- |
| 155 | + |
| 156 | +Bitcoin JS |
| 157 | + |
| 158 | +Copyright (c) 2011 Stefan Thomas |
| 159 | + |
| 160 | +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
| 161 | + |
| 162 | +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| 163 | + |
| 164 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 165 | + |
| 166 | +https://github.com/bitcoinjs/bitcoinjs-lib |
| 167 | +LICENSE: MIT License |
| 168 | +FILES: node_modules/jsrsasign/src/ecdsa-modified.js node_modules/jsrsasign/src/ec-patch.js |
| 169 | +---- |
0 commit comments