Skip to content

Commit d77de51

Browse files
committed
sweet
1 parent 125bf25 commit d77de51

File tree

4 files changed

+90
-29
lines changed

4 files changed

+90
-29
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ coverage
1010
# to avoid downstream merge conflicts
1111
#
1212
# remove this when you're creating a real badgeboard
13-
/index.html
14-
/scripts/db.json

config.yaml

+22-27
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,36 @@
11
# organization name, it's used to get github repo url, also in page title
2-
name: jshttp
2+
name: polyfills
33

44
# badge style, can be "flat", "flat-square" or ""
55
# see http://shields.io/ for details
66
badge_style: flat-square
77

88
# meta headers in html
99
title: badgeboard
10-
description: project status at a glance
11-
keywords: badgeboard, repo-utils
10+
description: Polyfills for the Web
11+
keywords: polyfills
1212

1313
# list of projects, this will be sorted by name;
1414
# every package is either string or object
1515
projects:
16-
- on-headers
17-
- on-finished
18-
- vary
19-
- mime-db:
20-
node: 0.6 # you can override stuff from db.json here, i.e. node version
16+
- ecstacy
17+
- polyfills
18+
- ua-supports
19+
- es6-shorthands
20+
- es6-module-crosspiler
21+
- custom-media
22+
- variables
23+
- name: polyfills-middleware
24+
repo: polyfills/middleware
25+
- name: polyfills-db
26+
repo: polyfills/db
27+
- name: css-colors
28+
repo: polyfills/colors
29+
- name: koa-polyfills
30+
repo: polyfills/koa
2131

2232
# list of maintainers, this won't be sorted
2333
maintainers:
24-
- name: Doug Wilson
25-
github: dougwilson # github account, required: we link to it
26-
npm: dougwilson # npm account, required to determine lead maintainer
27-
twitter: blipsofadoug # twitter account, optional
28-
gittip: dougwilson # gittub badge, optional
29-
30-
3134
- name: Jonathan Ong
3235
github: jonathanong
3336
npm: jongleberry
@@ -39,18 +42,10 @@ maintainers:
3942
# add md5 of it here:
4043
avatar: 6e33cc0412b61cc01daac23c8989003c
4144

42-
- name: Jeremiah Senkpiel
43-
github: fishrock123
44-
npm: fishrock123
45-
twitter: fishrock123
46-
gittip: Fishrock123
47-
48-
49-
- name: Alex Kocharin
50-
github: rlidwka
51-
npm: rlidwka
52-
twitter: rlidwka
53-
45+
- name: Arpad Borsos
46+
github: swatinem
47+
npm: swatinem
48+
5449

5550
# this determines what info will be fetched with `make db`;
5651
# you can comment out stuff to reduce number of http requests

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html class="no-js"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>badgeboard</title><meta name="description" content="Polyfills for the Web"><meta name="keywords" content="polyfills"><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}.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%}.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}.navbar-brand.logo{padding:7px;padding-left:20px}.manifesto{padding:25px 5px 15px;font-size:14px}.navbar-header{width:100%}@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}}</style></head><body><div role="navigation" class="navbar"><div class="navbar-header"><a href="https://github.com/jshttp/jshttp.github.io" class="navbar-brand logo"><img src="jshttp.svg" alt="jshttp" title="jshttp" height="40px"></a><div class="navbar-brand manifesto"><span>Low-Level JavaScript HTTP-related Modules</span></div></div></div><section><h1>Projects</h1><div class="table-wrap"><table class="table table-striped projects-table"><thead><tr><th>Project</th><th>Maintainer</th><th colspan="6"></th></tr></thead><tbody><tr><td><a title="CSS Color functions" href="https://github.com/polyfills/colors">css-colors</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/css-colors"><img src="https://img.shields.io/npm/v/css-colors.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/colors"><img src="https://img.shields.io/travis/polyfills/colors.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/colors"><img src="https://img.shields.io/coveralls/polyfills/colors.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/colors"><img src="https://img.shields.io/david/polyfills/colors.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/css-colors"><img src="https://img.shields.io/npm/dm/css-colors.svg?style=flat-square"/></a></td></tr><tr><td><a title="CSS Custom Media Polyfill" href="https://github.com/polyfills/custom-media">custom-media</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/custom-media"><img src="https://img.shields.io/npm/v/custom-media.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/custom-media"><img src="https://img.shields.io/travis/polyfills/custom-media.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/custom-media"><img src="https://img.shields.io/coveralls/polyfills/custom-media.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/custom-media"><img src="https://img.shields.io/david/polyfills/custom-media.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/custom-media"><img src="https://img.shields.io/npm/dm/custom-media.svg?style=flat-square"/></a></td></tr><tr><td><a title="transpile JS based on user agents " href="https://github.com/polyfills/ecstacy">ecstacy</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/ecstacy"><img src="https://img.shields.io/npm/v/ecstacy.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/ecstacy"><img src="https://img.shields.io/travis/polyfills/ecstacy.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/ecstacy"><img src="https://img.shields.io/coveralls/polyfills/ecstacy.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/ecstacy"><img src="https://img.shields.io/david/polyfills/ecstacy.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/ecstacy"><img src="https://img.shields.io/npm/dm/ecstacy.svg?style=flat-square"/></a></td></tr><tr><td><a title="An ES6 and CommonJS cross-compatible transpiler" href="https://github.com/polyfills/es6-module-crosspiler">es6-module-crosspiler</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/es6-module-crosspiler"><img src="https://img.shields.io/npm/v/es6-module-crosspiler.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/es6-module-crosspiler"><img src="https://img.shields.io/travis/polyfills/es6-module-crosspiler.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/es6-module-crosspiler"><img src="https://img.shields.io/coveralls/polyfills/es6-module-crosspiler.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/es6-module-crosspiler"><img src="https://img.shields.io/david/polyfills/es6-module-crosspiler.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/es6-module-crosspiler"><img src="https://img.shields.io/npm/dm/es6-module-crosspiler.svg?style=flat-square"/></a></td></tr><tr><td><a title="An ES6 and CommonJS cross-compatible transpiler" href="https://github.com/polyfills/es6-shorthands">es6-shorthands</a></td><td><a href="https://github.com/swatinem">Arpad Borsos</a></td><td><a href="https://www.npmjs.org/package/es6-shorthands"><img src="https://img.shields.io/npm/v/es6-shorthands.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.11-orange.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/es6-shorthands"><img src="https://img.shields.io/travis/polyfills/es6-shorthands.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/es6-shorthands"><img src="https://img.shields.io/coveralls/polyfills/es6-shorthands.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/es6-shorthands"><img src="https://img.shields.io/david/polyfills/es6-shorthands.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/es6-shorthands"><img src="https://img.shields.io/npm/dm/es6-shorthands.svg?style=flat-square"/></a></td></tr><tr><td><a title="Koa middleware for polyfills" href="https://github.com/polyfills/koa">koa-polyfills</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/koa-polyfills"><img src="https://img.shields.io/npm/v/koa-polyfills.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.11-orange.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/koa"><img src="https://img.shields.io/travis/polyfills/koa.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/koa"><img src="https://img.shields.io/coveralls/polyfills/koa.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/koa"><img src="https://img.shields.io/david/polyfills/koa.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/koa-polyfills"><img src="https://img.shields.io/npm/dm/koa-polyfills.svg?style=flat-square"/></a></td></tr><tr><td><a title="user-agent-based polyfill combinator" href="https://github.com/polyfills/polyfills">polyfills</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/polyfills"><img src="https://img.shields.io/npm/v/polyfills.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/polyfills"><img src="https://img.shields.io/travis/polyfills/polyfills.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/polyfills"><img src="https://img.shields.io/coveralls/polyfills/polyfills.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/polyfills"><img src="https://img.shields.io/david/polyfills/polyfills.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/polyfills"><img src="https://img.shields.io/npm/dm/polyfills.svg?style=flat-square"/></a></td></tr><tr><td><a title="browser feature database" href="https://github.com/polyfills/db">polyfills-db</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/polyfills-db"><img src="https://img.shields.io/npm/v/polyfills-db.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/db"><img src="https://img.shields.io/travis/polyfills/db.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/db"><img src="https://img.shields.io/coveralls/polyfills/db.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/db"><img src="https://img.shields.io/david/polyfills/db.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/polyfills-db"><img src="https://img.shields.io/npm/dm/polyfills-db.svg?style=flat-square"/></a></td></tr><tr><td><a title="polyfill middleware for express, etc." href="https://github.com/polyfills/middleware">polyfills-middleware</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/polyfills-middleware"><img src="https://img.shields.io/npm/v/polyfills-middleware.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/middleware"><img src="https://img.shields.io/travis/polyfills/middleware.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/middleware"><img src="https://img.shields.io/coveralls/polyfills/middleware.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/middleware"><img src="https://img.shields.io/david/polyfills/middleware.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/polyfills-middleware"><img src="https://img.shields.io/npm/dm/polyfills-middleware.svg?style=flat-square"/></a></td></tr><tr><td><a title="check if a range of user agents supports a feature" href="https://github.com/polyfills/ua-supports">ua-supports</a></td><td><a href="https://github.com/swatinem">Arpad Borsos</a></td><td><a href="https://www.npmjs.org/package/ua-supports"><img src="https://img.shields.io/npm/v/ua-supports.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.11-orange.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/ua-supports"><img src="https://img.shields.io/travis/polyfills/ua-supports.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/ua-supports"><img src="https://img.shields.io/coveralls/polyfills/ua-supports.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/ua-supports"><img src="https://img.shields.io/david/polyfills/ua-supports.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/ua-supports"><img src="https://img.shields.io/npm/dm/ua-supports.svg?style=flat-square"/></a></td></tr><tr><td><a title="CSS Variables polyfill" href="https://github.com/polyfills/variables">variables</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/variables"><img src="https://img.shields.io/npm/v/variables.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js-&gt;=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/variables"><img src="https://img.shields.io/travis/polyfills/variables.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/variables"><img src="https://img.shields.io/coveralls/polyfills/variables.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/variables"><img src="https://img.shields.io/david/polyfills/variables.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/variables"><img src="https://img.shields.io/npm/dm/variables.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&amp;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><tr><td><img src="https://secure.gravatar.com/avatar/8c8ce124a0fb5779e46899eb23343be9?s=20&amp;d=retro" width="20" height="20" style="vertical-align:middle"/></td><td><a href="https://github.com/swatinem">Arpad Borsos</a></td><td></td><td><a href="https://www.npmjs.org/~swatinem"><img src="https://img.shields.io/badge/packages-98-blue.svg?style=flat-square"/></a></td><td><img src="https://img.shields.io/badge/tips-N%2FA-lightgrey.svg?style=flat-square"/></td></tr></tbody></table></div></section></body></html>

scripts/db.json

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"projects": {
3+
"css-colors": {
4+
"description": "CSS Color functions",
5+
"maintainer": "jongleberry",
6+
"node": "0.8"
7+
},
8+
"custom-media": {
9+
"description": "CSS Custom Media Polyfill",
10+
"maintainer": "jongleberry",
11+
"node": "0.8"
12+
},
13+
"ecstacy": {
14+
"description": "transpile JS based on user agents ",
15+
"maintainer": "jongleberry",
16+
"node": "0.8"
17+
},
18+
"es6-module-crosspiler": {
19+
"description": "An ES6 and CommonJS cross-compatible transpiler",
20+
"maintainer": "jongleberry",
21+
"node": "0.8"
22+
},
23+
"es6-shorthands": {
24+
"description": "An ES6 and CommonJS cross-compatible transpiler",
25+
"maintainer": "swatinem",
26+
"node": "0.11"
27+
},
28+
"koa-polyfills": {
29+
"description": "Koa middleware for polyfills",
30+
"maintainer": "jongleberry",
31+
"node": "0.11"
32+
},
33+
"polyfills": {
34+
"description": "user-agent-based polyfill combinator",
35+
"maintainer": "jongleberry",
36+
"node": "0.8"
37+
},
38+
"polyfills-db": {
39+
"description": "browser feature database",
40+
"maintainer": "jongleberry",
41+
"node": "0.8"
42+
},
43+
"polyfills-middleware": {
44+
"description": "polyfill middleware for express, etc.",
45+
"maintainer": "jongleberry",
46+
"node": "0.10"
47+
},
48+
"ua-supports": {
49+
"description": "check if a range of user agents supports a feature",
50+
"maintainer": "swatinem",
51+
"node": "0.11"
52+
},
53+
"variables": {
54+
"description": "CSS Variables polyfill",
55+
"maintainer": "jongleberry",
56+
"node": "0.8"
57+
}
58+
},
59+
"maintainers": {
60+
"jongleberry": {
61+
"packages": 436
62+
},
63+
"swatinem": {
64+
"packages": 98
65+
}
66+
}
67+
}

0 commit comments

Comments
 (0)