UNPKG

@shawnsandy/npm_info

Version:

Eleventy filter that grabs and returns npm package details

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