github-linker-registriesdeprecated

List of npm and bower modules

Usage no npm install needed!

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

README

github-linker-registries

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

Install

$ npm install --save github-linker-registries

Usage

var registries = require('github-linker-registries');
console.log(registries.npm) 
// => {"jquery":"https://github.com/jquery/jquery", "bootstrap":"https://github.com/twbs/bootstrap" ...}

console.log(registries.bower)
// => {"lodash":"https://github.com/lodash/lodash", "async":"https://github.com/caolan/async" ...}

console.log(registries.composer)
// => {"monolog/monolog":"https://github.com/Seldaek/monolog", "twig/twig":"https://github.com/fabpot/Twig" ...}

Total supported repositories

npm: 78780

bower: 17643

composer: 37521

License

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