npms-io / npms-api

The https://npms.io API
MIT License
189 stars 30 forks source link

Some packages are missing `package.date` and `package.author` fields #82

Open sindresorhus opened 6 years ago

sindresorhus commented 6 years ago

For example: https://api.npms.io/v2/search?q=%40types%2Fconsola

My guess is that this is caused by npms not fetching the full package data. See: https://github.com/sindresorhus/package-json#fullmetadata


Originally reported in https://github.com/sindresorhus/alfred-npms/pull/24