This package has been deprecated

Author message:

depreacted

github-linker-cache

0.2.34 • Public • Published

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.

/github-linker-cache/

    Package Sidebar

    Install

    npm i github-linker-cache

    Weekly Downloads

    2

    Version

    0.2.34

    License

    MIT

    Last publish

    Collaborators

    • stefanbuck