UNPKG

@shawnsandy/npm_info

Version:

Eleventy filter that grabs and returns npm package details

8 lines (5 loc) 84 B
'use strict'; module.exports = npmInfo; function npmInfo() { // TODO }