massakam commented on PR #340: URL: https://github.com/apache/pulsar-client-node/pull/340#issuecomment-1680333046
@tisonkun Is this a tool for checking/adding license headers? The command I modified in this PR does not do that, but lists the licenses of the 3rd party modules that this module depends on. ```sh $ npm run license:report > [email protected] license:report > mkdir -p report && license-checker --json > report/licenses.json $ head -n 30 report/licenses.json { "@aashutoshrathi/[email protected]": { "licenses": "MIT", "repository": "https://github.com/aashutoshrathi/word-wrap", "publisher": "Jon Schlinkert", "url": "https://github.com/jonschlinkert", "path": "/home/massakam/github/pulsar-client-node/node_modules/@aashutoshrathi/word-wrap", "licenseFile": "/home/massakam/github/pulsar-client-node/node_modules/@aashutoshrathi/word-wrap/LICENSE" }, "@ampproject/[email protected]": { "licenses": "Apache-2.0", "repository": "https://github.com/ampproject/remapping", "publisher": "Justin Ridgewell", "email": "[email protected]", "path": "/home/massakam/github/pulsar-client-node/node_modules/@ampproject/remapping", "licenseFile": "/home/massakam/github/pulsar-client-node/node_modules/@ampproject/remapping/LICENSE" }, "@assemblyscript/[email protected]": { "licenses": "Apache-2.0", "repository": "https://github.com/AssemblyScript/assemblyscript", "publisher": "Daniel Wirtz", "email": "[email protected]", "path": "/home/massakam/github/pulsar-client-node/node_modules/@assemblyscript/loader", "licenseFile": "/home/massakam/github/pulsar-client-node/node_modules/@assemblyscript/loader/README.md" }, "@babel/[email protected]": { "licenses": "MIT", "repository": "https://github.com/babel/babel", "publisher": "Sebastian McKenzie", "email": "[email protected]", ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
