npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

helper-lookup

v0.2.0

Published

Template helper for generating a list of markdown formatted reference links to github repos for the tree of dependencies and devDependencies listed in package.json.

Downloads

8

Readme

helper-lookup NPM version

Template helper for generating a list of markdown formatted reference links to github repos for the tree of dependencies and devDependencies listed in package.json.

Install with npm

npm i helper-lookup --save

Example usage

Handlebars:

var lookup = require('helper-lookup');
handlebars.registerHelper()
{{{links ""}}

Lo-Dash or Underscore:

<%= lookup("") %>

Verb (lo-dash, with special delimiters to avoid delimiter collision in markdown docs):

{%= lookup('') %}

Run tests

npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

To request or contribute a helper to the github.com/helpers org, please read this contributing guide first.

Author

Jon Schlinkert

License

Copyright (c) 2015 Jon Schlinkert
Released under the MIT license


This file was generated by verb on January 20, 2015.

arr-diff arr-filter arr-flatten arr-union array-slice array-unique braces deep-filter-object expand-range export-files extend-shallow filename-regex fill-range filter-keys filter-object filter-values for-in for-own get-value is-glob is-number isobject kind-of look-up lookup-deps make-iterator markdown-utils micromatch preserve randomatic repeat-element repeat-string sort-asc sort-desc sort-object unixify

{"arr-diff":["arr","array","diff","differ","difference"],"arr-filter":["array","filter","collection","util"],"arr-flatten":["recurse","recursive","recursively","arr","array","util","utils","utility","javascript","node.js","flat","flatten"],"arr-union":["array","concat","union","unique","javascript","js","util","utility","utils"],"array-slice":["array","javascript","js","slice","util","utils"],"array-unique":[],"braces":["alpha","alphabetical","bash","brace","expand","expansion","filepath","fill","fs","glob","globbing","letter","match","matches","matching","number","numerical","path","range","ranges","sh"],"deep-filter-object":["filter","find","glob","key","keys","match","matcher","obj","object","prop","properties","sort"],"expand-range":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"export-files":["export","exports","file","files","module","modules"],"extend-shallow":["extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"filename-regex":["base","basename","expression","file","filename","filepath","fs","match","name","path","regex","regexp","regular","test"],"fill-range":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"filter-keys":["filter","glob","js","key","keys","match","object","pattern","util","utility"],"filter-object":["arr","array","expand","filter","find","function","glob","globbing","globs","js","key","keys","match","matcher","minimatch","obj","object","order","pattern","patterns","sort","wildcard"],"filter-values":[],"for-in":["find","for-in","for-own","has","has-own","hasOwn","javascript","js","key","keys","loop","node.js","object","own","properties","property","util","utilities","utility","utils","value"],"for-own":["find","for-in","for-own","has","has-own","hasOwn","javascript","js","key","keys","loop","node.js","object","own","properties","property","util","utilities","utility","utils","value"],"get-value":["get","key","nested","object","path","paths","prop","properties","property","props","segment","util","utilities","utility","utils","value","values"],"is-glob":["bash","braces","check","exec","expression","glob","globstar","match","matches","pattern","regex","regular","string","test"],"is-number":["coerce","coercion","integer","is","istype","javascript","math","number","test","type","typeof","util","utility","value"],"isobject":["is","isobject","is-object","object","type","typeof","kind","kindof","value","javascript","check"],"kind-of":["arguments","array","boolean","check","date","function","is","is-type","is-type-of","kind","kind-of","number","object","regexp","string","test","type","type-of","typeof","types"],"look-up":["file","find","find-up","findup","glob","look","match","package","package.json","pattern","resolve","search","sync","up"],"lookup-deps":["dep","dependencies","dependency","deps","find","graph","lookup","module","modules","name","node","node-modules","npm","package","packages","pkg","resolve","tree"],"make-iterator":["arr","array","iterate","iterator","contains","for-own","forOwn","forown","function"],"markdown-utils":["blog","commonmark","markdown","md","post","remarkable","render","renderer","util","write"],"micromatch":["bash","expand","expansion","expression","file","files","filter","find","glob","globbing","globs","globstar","match","matcher","matches","matching","minimatch","multimatch","path","pattern","patterns","regex","regexp","regular","shell","wildcard"],"preserve":["escape","format","placeholder","placeholders","prettify","regex","replace","template","templates","token","tokens"],"randomatic":["alpha","alpha-numeric","alphanumeric","characters","chars","numeric","rand","random","randomize","randomized"],"repeat-element":["array","element","repeat","string"],"repeat-string":["fast","fastest","fill","javascript","js","left","left-pad","multiple","node.js","pad","padding","repeat","repeating","right","right-pad","str","string","text","times","util","utility","utils"],"sort-asc":["array","arr","asc","ascending","function","keys","key","order","ordered","obj","object","sort"],"sort-desc":["array","arr","desc","descending","function","keys","key","order","ordered","obj","object","sort"],"sort-object":["arr","array","function","js","key","keys","obj","object","order","re","re-order","sort","util","utils"],"unixify":["directory","file","filepath","fix","fs","path","slash","unix","windows"]}