I was trying to use the API to get some information about some of my packages created. For example [https://www.npmjs.com/package/express-http-status](https://www.npmjs.com/package/express-http-status) **Command** ``` curl "https://api.npms.io/v2/package/express-http-status" ``` **Output** ``` {"code":"NOT_FOUND","message":"Module not found"} ```