I considered using this package today but I wasn't sure about the license so I found another solution.
Github says this package is licensed under the LGPL. (If I understand things correctly, the LGPL should be equivalent to the GPL in a JS context where you don't have a dynamic linker mechanism. Therefore, using your package would require me to open source my whole project. This is not legal advice, of course.)
On npm, it says it's under the ISC license.
Would be helpful if you could fix either the license in the repo or in the package.json.
I considered using this package today but I wasn't sure about the license so I found another solution.
Github says this package is licensed under the LGPL. (If I understand things correctly, the LGPL should be equivalent to the GPL in a JS context where you don't have a dynamic linker mechanism. Therefore, using your package would require me to open source my whole project. This is not legal advice, of course.)
On npm, it says it's under the ISC license.
Would be helpful if you could fix either the license in the repo or in the
package.json.