🚀 Launch Week Day 3:Introducing Supply Chain Attack Campaigns Tracking.Learn More →
Socket
Book a DemoInstallSign in
Socket

helper-lookup

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helper-lookup

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.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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"]}

Keywords

docs

FAQs

Package last updated on 20 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts