w3c / Mobile-Checker

The Mobile Checker is a tool for Web developers who want to make their Web page or Web app work better on mobile devices.
https://validator.w3.org/mobile-alpha/
MIT License
322 stars 84 forks source link

Where does the effective-domain-name-parser live? #85

Open astorije opened 9 years ago

astorije commented 9 years ago

When running npm install, one gets the following output:

npm WARN package.json mobile-checker@0.0.1 No repository field.
npm WARN package.json effective-domain-name-parser@0.0.1 No repository field.
npm WARN package.json metaviewport-parser@0.0.1 No repository field.
npm WARN package.json mobile-web-browser-emulator@0.0.1 No repository field.

I opened a few PRs to address this: #82, dontcallmedom/metaviewport-parser#1 and w3c/mobile-web-browser-emulator#4. However, I can't locate the effective-domain-name-parser on any accounts, @dontcallmedom's, @guibbs's or @w3c's. Any idea where this guy leaves? If it's not on GitHub yet, I suggest it is posted on the @w3c account as it already exists on npmjs.com and is used by the Mobile Checker.

dontcallmedom commented 9 years ago

https://github.com/dontcallmedom/node-domain-name-parser/

astorije commented 9 years ago

Drat! Thanks, sorry I missed it. Done: dontcallmedom/node-domain-name-parser#32

Would it be worth moving/renaming dontcallmedom/node-domain-name-parser/ -> (w3c|dontcallmedom)/effective-domain-name-parser?