license-cop icon indicating copy to clipboard operation
license-cop copied to clipboard

[AG-36] license extraction for some Node.js dependencies is not working

Open felipead opened this issue 7 years ago • 0 comments

We have a case where a license is declared inside http://registry.npmjs.org/mutationobserver-shim/ as

"license": {
    "type": "WTFPL",
    "version": "v2 2004",
    "url": "http://www.wtfpl.net/"
  }

This is an expected case, but somehow the Node.js is not being able to extract this license. This is a bug.

felipead avatar Jan 10 '18 23:01 felipead