raml-org / raml-js-parser-2

(deprecated)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use due to license issues

wstallard-gobalto opened this issue · comments

Looks like this library uses xmllint-jsparser and that doesn't have any license information which could become a problem for us to use this library. Anyway to add license information in the xmllint-jsparser library or avoid using that in this library?

yarn why xmllint-jsparser
yarn why v0.27.5
[1/4] Why do we have the module "xmllint-jsparser"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
info Reasons this module exists

  • "raml-1-parser#raml-definition-system#raml-typesystem#raml-xml-validation" depends on it

+1; would like to see a license on that as well.

Note that raml-js-parser-2 has been deprecated, the new official parser is webapi-parcser which has the license. Feel free to report any issue you may have on that repository.