github-linker-cachedeprecated

Module that contains the mapping between a dependency and their related GitHub repository page

Usage no npm install needed!

<script type="module">
  import githubLinkerCache from 'https://cdn.skypack.dev/github-linker-cache';
</script>

README

cache

Build Status NPM version Supported npm package Supported bower package Supported composer package

Module that contains the mapping between a dependency and their related GitHub repository page.

Install

$ npm install --save github-linker-cache

API

var cache = require('github-linker-cache');

console.log(cache.npm['jquery']);
// https://github.com/jquery/jquery

console.log(cache.bower['lodash']);
// https://github.com/lodash/lodash

console.log(cache.composer['monolog']);
// https://github.com/Seldaek/monolog

Total supported repositories

npm: 140006

bower: 30824

composer: 63318

License

Copyright (c) 2015 Stefan Buck. Licensed under the MIT license.