GoogleChromeLabs / native-url

Node's url module implemented using the built-in URL API.
https://npm.im/native-url
Apache License 2.0
284 stars 11 forks source link

Question on url.d.ts #36

Open hrieke opened 3 years ago

hrieke commented 3 years ago

Hi guys,

Quick question on actually your entire 3rd party directory, but I'll start with url.d.ts. Can you tell me where it came from? Who wrote it? What version of the code it's from? My guess is https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/url.d.ts but you know, it's only a guess.

In general is it possible to include a readme for the directory saying where the files are from and under what license they're under? Makes software audits easier.

Thanks