forked from repo-utils/badgeboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
4 lines (4 loc) · 15.3 KB
/
index.html
1
2
3
4
<!DOCTYPE html><html class="no-js"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Web Dependencies</title><meta name="description" content=""><meta name="keywords" content=""><meta name="viewport" content="width=device-width, initial-scale=1"><link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"><style>section > h1{padding-left:20px}section{margin-bottom:20px}footer{border-top:1px solid #ddd;padding:10px 20px;font-size:12px}.table-wrap{overflow-x:auto}.table{margin-bottom:0}.table td{white-space:nowrap}.table > tbody > tr > td:first-child,.table > thead > tr > th:first-child{padding-left:20px}.table > tbody > tr > td:last-child,.table > thead > tr > th:last-child{padding-right:20px;width:100%}table.sortable > thead > tr > th{cursor:pointer}table.sortable > thead > tr > th:hover{color:#2a6496}table.sortable > thead > tr > th.empty{cursor:default}.navbar.navbar{border-radius:0;background-color:#f0f0f0;background-image:-moz-linear-gradient(#fafafa, #f0f0f0);background-image:-webkit-linear-gradient(#fafafa, #f0f0f0);background-image:linear-gradient(#fafafa, #f0f0f0);background-repeat:repeat-x;border-bottom:1px solid #ddd}.manifesto{padding:25px 0px 15px;font-size:14px}.navbar-header{width:100%}.navbar{min-height:40px}.navbar-brand{height:40px;padding:10px}a.navbar-brand{color:#333}a.navbar-brand:hover,a.navbar-brand:focus{color:#2a6496}@media (max-width: 480px){.manifesto{clear:left;height:auto;padding:7px 0;padding-left:20px}}@media (min-width: 481px){.manifesto span:before{content:"\2014";padding-right:10px}.manifesto{padding-left:0}}</style><script src="static/sorttable.js"></script></head><body><div role="navigation" class="navbar"><div class="navbar-header"><a href="https://github.com/webdeps" class="navbar-brand logo">Web Dependencies</a><div class="navbar-brand manifesto"><span></span></div></div></div><section><h1>Projects</h1><div class="table-wrap"><table class="table sortable table-striped projects-table"><thead><tr><th class="sorttable_sorted">Project<span id="sorttable_sortfwdind"> ▾</span></th><th>Maintainer</th><th colspan="6" class="empty"></th></tr></thead><tbody><tr><td><a title="get/replace the external dependencies of an HTML document" href="https://github.com/webdeps/deps-html">deps-html</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/deps-html"><img src="https://img.shields.io/npm/v/deps-html.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/deps-html"><img src="https://img.shields.io/travis/webdeps/deps-html.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/deps-html"><img src="https://img.shields.io/coveralls/webdeps/deps-html.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/deps-html"><img src="https://img.shields.io/david/webdeps/deps-html.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/deps-html"><img src="https://img.shields.io/npm/dm/deps-html.svg?style=flat-square"/></a></td></tr><tr><td><a title="parse dependencies of JS, HTML, and CSS files with caching" href="https://github.com/webdeps/deps-parse">deps-parse</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/deps-parse"><img src="https://img.shields.io/npm/v/deps-parse.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/deps-parse"><img src="https://img.shields.io/travis/webdeps/deps-parse.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/deps-parse"><img src="https://img.shields.io/coveralls/webdeps/deps-parse.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/deps-parse"><img src="https://img.shields.io/david/webdeps/deps-parse.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/deps-parse"><img src="https://img.shields.io/npm/dm/deps-parse.svg?style=flat-square"/></a></td></tr><tr><td><a title="recursively walk the dependencies of files" href="https://github.com/webdeps/deps-walk">deps-walk</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/deps-walk"><img src="https://img.shields.io/npm/v/deps-walk.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.11-orange.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/deps-walk"><img src="https://img.shields.io/travis/webdeps/deps-walk.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/deps-walk"><img src="https://img.shields.io/coveralls/webdeps/deps-walk.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/deps-walk"><img src="https://img.shields.io/david/webdeps/deps-walk.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/deps-walk"><img src="https://img.shields.io/npm/dm/deps-walk.svg?style=flat-square"/></a></td></tr><tr><td><a title="minify HTML/CSS/JS in a child process with caching" href="https://github.com/webdeps/mnfy">mnfy</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/mnfy"><img src="https://img.shields.io/npm/v/mnfy.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/mnfy"><img src="https://img.shields.io/travis/webdeps/mnfy.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/mnfy"><img src="https://img.shields.io/coveralls/webdeps/mnfy.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/mnfy"><img src="https://img.shields.io/david/webdeps/mnfy.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/mnfy"><img src="https://img.shields.io/npm/dm/mnfy.svg?style=flat-square"/></a></td></tr><tr><td><a title="offset the lines of a source map" href="https://github.com/webdeps/offset-source-map">offset-source-map</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/offset-source-map"><img src="https://img.shields.io/npm/v/offset-source-map.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/offset-source-map"><img src="https://img.shields.io/travis/webdeps/offset-source-map.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/offset-source-map"><img src="https://img.shields.io/coveralls/webdeps/offset-source-map.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/offset-source-map"><img src="https://img.shields.io/david/webdeps/offset-source-map.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/offset-source-map"><img src="https://img.shields.io/npm/dm/offset-source-map.svg?style=flat-square"/></a></td></tr><tr><td><a title="Low-level parse5 node manipulation utilities." href="https://github.com/webdeps/parse5-utils">parse5-utils</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/parse5-utils"><img src="https://img.shields.io/npm/v/parse5-utils.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/parse5-utils"><img src="https://img.shields.io/travis/webdeps/parse5-utils.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/parse5-utils"><img src="https://img.shields.io/coveralls/webdeps/parse5-utils.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/parse5-utils"><img src="https://img.shields.io/david/webdeps/parse5-utils.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/parse5-utils"><img src="https://img.shields.io/npm/dm/parse5-utils.svg?style=flat-square"/></a></td></tr><tr><td><a title="parse dependencies of CSS" href="https://github.com/webdeps/postcss-parse-dependencies">postcss-parse-dependencies</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/postcss-parse-dependencies"><img src="https://img.shields.io/npm/v/postcss-parse-dependencies.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/postcss-parse-dependencies"><img src="https://img.shields.io/travis/webdeps/postcss-parse-dependencies.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/postcss-parse-dependencies"><img src="https://img.shields.io/coveralls/webdeps/postcss-parse-dependencies.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/postcss-parse-dependencies"><img src="https://img.shields.io/david/webdeps/postcss-parse-dependencies.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/postcss-parse-dependencies"><img src="https://img.shields.io/npm/dm/postcss-parse-dependencies.svg?style=flat-square"/></a></td></tr><tr><td><a title="rename @import and url() dependencies" href="https://github.com/webdeps/postcss-rename-dependencies">postcss-rename-dependencies</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/postcss-rename-dependencies"><img src="https://img.shields.io/npm/v/postcss-rename-dependencies.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/postcss-rename-dependencies"><img src="https://img.shields.io/travis/webdeps/postcss-rename-dependencies.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/postcss-rename-dependencies"><img src="https://img.shields.io/coveralls/webdeps/postcss-rename-dependencies.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/postcss-rename-dependencies"><img src="https://img.shields.io/david/webdeps/postcss-rename-dependencies.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/postcss-rename-dependencies"><img src="https://img.shields.io/npm/dm/postcss-rename-dependencies.svg?style=flat-square"/></a></td></tr><tr><td><a title="remove or comment out @import statements" href="https://github.com/webdeps/postcss-rm-imports">postcss-rm-imports</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/postcss-rm-imports"><img src="https://img.shields.io/npm/v/postcss-rm-imports.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/postcss-rm-imports"><img src="https://img.shields.io/travis/webdeps/postcss-rm-imports.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/postcss-rm-imports"><img src="https://img.shields.io/coveralls/webdeps/postcss-rm-imports.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/postcss-rm-imports"><img src="https://img.shields.io/david/webdeps/postcss-rm-imports.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/postcss-rm-imports"><img src="https://img.shields.io/npm/dm/postcss-rm-imports.svg?style=flat-square"/></a></td></tr><tr><td><a title="Rewrite JS Dependencies" href="https://github.com/webdeps/rewrite-js-dependencies">rewrite-js-dependencies</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/rewrite-js-dependencies"><img src="https://img.shields.io/npm/v/rewrite-js-dependencies.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/rewrite-js-dependencies"><img src="https://img.shields.io/travis/webdeps/rewrite-js-dependencies.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/rewrite-js-dependencies"><img src="https://img.shields.io/coveralls/webdeps/rewrite-js-dependencies.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/rewrite-js-dependencies"><img src="https://img.shields.io/david/webdeps/rewrite-js-dependencies.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/rewrite-js-dependencies"><img src="https://img.shields.io/npm/dm/rewrite-js-dependencies.svg?style=flat-square"/></a></td></tr><tr><td><a title="[![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Dependency Status][david-image]][david-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][dow" href="https://github.com/webdeps/virtual-file">virtual-file</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/virtual-file"><img src="https://img.shields.io/npm/v/virtual-file.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/webdeps/virtual-file"><img src="https://img.shields.io/travis/webdeps/virtual-file.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/webdeps/virtual-file"><img src="https://img.shields.io/coveralls/webdeps/virtual-file.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/webdeps/virtual-file"><img src="https://img.shields.io/david/webdeps/virtual-file.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/virtual-file"><img src="https://img.shields.io/npm/dm/virtual-file.svg?style=flat-square"/></a></td></tr></tbody></table></div></section><section><h1>Team</h1><div class="table-wrap"><table class="table table-striped"><tbody><tr><td><img src="https://secure.gravatar.com/avatar/6e33cc0412b61cc01daac23c8989003c?s=20&d=retro" width="20" height="20" style="vertical-align:middle"/></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://twitter.com/jongleberry">@jongleberry</a></td><td><a href="https://www.npmjs.org/~jongleberry"><img src="https://img.shields.io/badge/packages-436-blue.svg?style=flat-square"/></a></td><td><a href="https://www.gittip.com/jonathanong"><img src="https://img.shields.io/gittip/jonathanong.svg?style=flat-square"/></a></td></tr></tbody></table></div></section><footer>This web page was created using
<a href="https://github.com/repo-utils/badgeboard">repo-utils/badgeboard</a>
generator. You can use it to create a similar badgeboard for your
stuff.</footer></body></html>