https://github.com/stefanbuck/cache
List of npm and bower modules
https://github.com/stefanbuck/cache
Last synced: 3 months ago
JSON representation
List of npm and bower modules
- Host: GitHub
- URL: https://github.com/stefanbuck/cache
- Owner: stefanbuck
- Created: 2014-09-03T19:52:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T19:34:32.000Z (over 9 years ago)
- Last Synced: 2025-02-19T19:04:35.486Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.11 MB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# THIS REPO IS DEPRECATED
This repo represents the "old way" of getting a GitHub URL for a specific package. Check out [octo-linker/live-resolver](https://github.com/octo-linker/live-resolver) instead.# cache
[![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] [![Supported npm package][count-npm-image]][count-npm-url] [![Supported bower package][count-bower-image]][count-bower-url] [![Supported composer package][count-composer-image]][count-composer-url]Module that contains the mapping between a dependency and their related GitHub repository page.
## Install
```bash
$ npm install --save github-linker-cache
```## API
```javascript
var cache = require('github-linker-cache');console.log(cache.npm['jquery']);
// https://github.com/jquery/jqueryconsole.log(cache.bower['lodash']);
// https://github.com/lodash/lodashconsole.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.
[npm-url]: https://npmjs.org/package/github-linker-cache
[npm-image]: https://badge.fury.io/js/github-linker-cache.svg
[travis-url]: https://travis-ci.org/octo-linker/cache
[travis-image]: https://travis-ci.org/octo-linker/cache.svg?branch=master
[count-npm-url]: https://npmjs.org/
[count-npm-image]: http://img.shields.io/badge/npm-140006-green.svg
[count-bower-url]: https://bower.io/
[count-bower-image]: http://img.shields.io/badge/bower-30824-green.svg
[count-composer-url]: https://packagist.org/
[count-composer-image]: http://img.shields.io/badge/composer-63318-green.svg