polyfills.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  1. {
  2. "html5shiv": {
  3. "name": "HTML5 Shiv",
  4. "authors": ["Alexander Farkas (@aFarkas)", "Jonathan Neal (@jonathantneal)", "Paul Irish (@paulirish)"],
  5. "href": "https://github.com/aFarkas/html5shiv",
  6. "licenses": ["MIT", "GPL2"],
  7. "notes": ["The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x."]
  8. },
  9. "html5-notifications": {
  10. "name": "HTML5 Notifications",
  11. "authors": ["Hendrik Beskow"],
  12. "href": "https://gist.github.com/Asmod4n/6030828",
  13. "licenses": ["MIT"],
  14. "notes": ["A Polyfill to fix the differences in WebKit, Blink and Gecko HTML5 Desktop Notifications, also adds a way to add your own JavaScript Notifications in case your Browser doesn't support them natively."]
  15. },
  16. "desktop-notify": {
  17. "name": "HTML5-Desktop-Notifications",
  18. "authors": ["Tsvetan Tsvetkov"],
  19. "href": "https://github.com/ttsvetko/HTML5-Desktop-Notifications",
  20. "licenses": ["Apache2"],
  21. "notes": ["A small library that unifies the HTML5 Notifications APIs across different browsers including IE9 & IE10."]
  22. },
  23. "css3pie": {
  24. "name": "CSS3 PIE",
  25. "authors": ["Jason Johnston"],
  26. "href": "http://css3pie.com/",
  27. "licenses": ["Apache2", "GPL2"],
  28. "notes": ["CSS3 decoration rendering for IE 6-9. Supports: border-radius, box-shadow, multiple backgrounds, linear gradients, border-image"]
  29. },
  30. "xaudiojs": {
  31. "name": "XAudioJS",
  32. "authors": ["Grant Galitz"],
  33. "href": "https://github.com/grantgalitz/XAudioJS",
  34. "licenses": [],
  35. "notes": [
  36. "Audio sample stream output thin-abstraction library that supports mono and stereo audio, as well as resampling the audio stream.",
  37. "Supports the Mozilla Audio Data API, Web Audio API, Adobe Flash 10, real-time WAV PCM Data URI generation"
  38. ]
  39. },
  40. "dynamicaudiojs": {
  41. "name": "dynamicaudio.js",
  42. "authors": ["Ben Firshman"],
  43. "href": "http://github.com/bfirsh/dynamicaudio.js",
  44. "licenses": ["BSD"],
  45. "notes": []
  46. },
  47. "audiolibjs": {
  48. "name": "audiolib.js",
  49. "authors": ["Jussi Kalliokoski"],
  50. "href": "https://github.com/jussi-kalliokoski/audiolib.js",
  51. "licenses": ["MIT"],
  52. "notes": ["specs: incubator group proposed spec, Mozilla Audio Data API (temporary)"]
  53. },
  54. "transformie": {
  55. "name": "transformie",
  56. "authors": ["Paul Bakaus"],
  57. "href": "https://github.com/pbakaus/transformie",
  58. "licenses": ["GPL2", "MIT"],
  59. "notes": []
  60. },
  61. "csssandpaper": {
  62. "name": "CSS Sandpaper",
  63. "authors": ["Zoltan Hawryluk"],
  64. "href": "http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/",
  65. "licenses": ["MIT"],
  66. "notes": []
  67. },
  68. "css-escape": {
  69. "name": "CSS.escape()",
  70. "authors": ["Mathias Bynens"],
  71. "href": "http://mths.be/cssescape",
  72. "licenses": ["MIT"],
  73. "notes": []
  74. },
  75. "borderboxmodel": {
  76. "name": "borderBoxModel",
  77. "authors": ["Alberto Gasparin"],
  78. "href": "https://github.com/albertogasparin/borderBoxModel",
  79. "licenses": ["MIT"],
  80. "notes": ["box-sizing: border-box; javascript polyfill for IE6+"]
  81. },
  82. "boxsizingpolyfill": {
  83. "name": "box-sizing-polyfill",
  84. "authors": ["Christian \"Schepp\" Schaefer"],
  85. "href": "https://github.com/Schepp/box-sizing-polyfill",
  86. "licenses": ["LGPL3"],
  87. "notes": ["box-sizing: border-box; for IE6 and IE7 via Microsoft's proprietary CSS behavior / .htc-script"]
  88. },
  89. "borderbox": {
  90. "name": "Borderbox for Compass",
  91. "authors": ["Richard Herrera"],
  92. "href": "https://github.com/doctyper/compass-borderbox",
  93. "licenses": [],
  94. "notes": ["box-sizing: border-box; polyfill for SASS/Compass. Outputs equivalent CSS for IE6 & 7"]
  95. },
  96. "css3multicolumnjs": {
  97. "name": "css3-multi-column.js",
  98. "authors": ["Betley Whitehorne Image", "Cdric Savarese"],
  99. "href": "https://github.com/BetleyWhitehorne/CSS3MultiColumn",
  100. "licenses": ["CC-GNU LGPL"],
  101. "notes": [
  102. "Supported Properties: column-count, column-width, column-gap, column-rule.",
  103. "Unsupported Properties: column-rule-width (use column-rule instead), column-rule-style (use column-rule instead), column-rule-color (use column-rule instead), column-span, column-width-policy, column-space-distribution"
  104. ]
  105. },
  106. "polyfilter": {
  107. "name": "Polyfilter",
  108. "authors": ["Christian \"Schepp\" Schaefer"],
  109. "href": "https://github.com/Schepp/CSS-Filters-Polyfill",
  110. "licenses": ["MIT"],
  111. "notes": ["CSS filter effects for Chrome 20+, Safari 6+, Firefox 4+, IE 6 - 9 and some mobile browsers."]
  112. },
  113. "flexie": {
  114. "name": "Flexie",
  115. "authors": ["Richard Herrera"],
  116. "href": "http://github.com/doctyper/flexie",
  117. "licenses": ["MIT"],
  118. "notes": ["Flexible box model - old spec from 2009. (flexbox) Supports: box-orient, box-align, box-direction, box-pack, box-flex, box-ordinal-group"]
  119. },
  120. "es5shim": {
  121. "name": "ES5 Shim",
  122. "href": "https://github.com/kriskowal/es5-shim",
  123. "licenses": ["MIT"]
  124. },
  125. "es5sham": {
  126. "name": "ES5 Sham",
  127. "href": "https://github.com/kriskowal/es5-shim",
  128. "notes": ["Adds the rest of Object, read carefully before using"],
  129. "licenses": ["MIT"]
  130. },
  131. "es6shim": {
  132. "name": "ES6 Shim",
  133. "href": "https://github.com/paulmillr/es6-shim",
  134. "licenses": ["MIT"]
  135. },
  136. "html5gears": {
  137. "name": "html5-gears",
  138. "authors": ["Brad Neuberg"],
  139. "href": "https://code.google.com/p/html5-gears/",
  140. "licenses": ["Apache2"]
  141. },
  142. "blobjs": {
  143. "name": "Blob.js",
  144. "authors": ["Eli Grey"],
  145. "href": "https://github.com/eligrey/Blob.js",
  146. "licenses": ["MIT"]
  147. },
  148. "flashcanvas": {
  149. "name": "FlashCanvas",
  150. "authors": ["Shinya Muramatsu"],
  151. "href": "http://flashcanvas.net/",
  152. "licenses": ["MIT"]
  153. },
  154. "excanvas": {
  155. "name": "Explorer Canvas",
  156. "authors": ["Erik Arvidsson"],
  157. "href": "https://code.google.com/p/explorercanvas/",
  158. "licenses": ["Apache2"]
  159. },
  160. "slcanvas": {
  161. "name": "Silverlight HTML 5 Canvas",
  162. "href": "http://slcanvas.codeplex.com/",
  163. "licenses": ["Microsoft Public License (Ms-PL)"]
  164. },
  165. "fxcanvas": {
  166. "name": "fxCanvas",
  167. "authors": ["Evgeny Burzak"],
  168. "href": "http://burzak.com/proj/fxcanvas/",
  169. "licenses": ["MIT"]
  170. },
  171. "canvastext": {
  172. "name": "canvas-text",
  173. "authors": ["Fabien Ménager"],
  174. "href": "https://code.google.com/p/canvas-text/",
  175. "licenses": ["MIT"]
  176. },
  177. "jquery-contextmenu": {
  178. "name": "jQuery-contextMenu",
  179. "authors": ["Rodney Rehm", "Björn Brala"],
  180. "href": "https://github.com/swisnl/jQuery-contextMenu",
  181. "licenses": ["MIT", "GPL3"]
  182. },
  183. "pmxdr": {
  184. "name": "pmxdr",
  185. "authors": ["Eli Grey"],
  186. "href": "https://github.com/eligrey/pmxdr",
  187. "notes": ["Implements a CORS-compliant cross-domain XMLHttpRequest with postMessage. Note that sites being requested must have a pmxdr host."],
  188. "licenses": ["MIT"]
  189. },
  190. "ppx": {
  191. "name": "postmessage-proxied-xhr",
  192. "authors": ["Atul Varma"],
  193. "href": "https://github.com/toolness/postmessage-proxied-xhr",
  194. "licenses": ["MIT"]
  195. },
  196. "flxhr": {
  197. "name": "flXHR",
  198. "authors": ["Kyle Simpson"],
  199. "href": "https://github.com/flensed/flXHR",
  200. "licenses": ["MIT"]
  201. },
  202. "dropfile": {
  203. "name": "dropfile",
  204. "authors": ["Andrew Dodson"],
  205. "href": "https://github.com/MrSwitch/dropfile",
  206. "licenses": ["MIT"]
  207. },
  208. "moxie": {
  209. "name": "mOxie",
  210. "authors": ["Moxiecode"],
  211. "href": "https://github.com/moxiecode/moxie",
  212. "licenses": ["GPL2"]
  213. },
  214. "fileapi": {
  215. "name": "FileAPI",
  216. "authors": ["Konstantin Lebedev", "Demidov Vladimir"],
  217. "href": "https://github.com/mailru/FileAPI",
  218. "licenses": ["MIT"]
  219. },
  220. "jdataview": {
  221. "name": "jDataView",
  222. "authors": ["Christopher Chedeau", "Ingvar Stepanyan"],
  223. "href": "https://github.com/jDataView/jDataView/",
  224. "licenses": ["WTFPL"]
  225. },
  226. "screenfulljs": {
  227. "name": "screenfull.js",
  228. "authors": ["Sindre Sorhus"],
  229. "href": "https://github.com/sindresorhus/screenfull.js",
  230. "licenses": ["MIT"]
  231. },
  232. "geo-location-javascript": {
  233. "name": "geo-location-javascript",
  234. "authors": ["whoisstan"],
  235. "href": "https://code.google.com/p/geo-location-javascript/",
  236. "notes": ["Mobile-centric: uses non-standard Blackberry and WebOS tricks"],
  237. "licenses": ["MIT"]
  238. },
  239. "geolocation-api-polyfill": {
  240. "name": "Geolocation-API-Polyfill",
  241. "authors": ["Manuel Bieh"],
  242. "href": "https://github.com/manuelbieh/Geolocation-API-Polyfill",
  243. "licenses": ["LGPL"]
  244. },
  245. "jquery-hashchange": {
  246. "name": "jQuery hashchange event",
  247. "authors": ["Ben Alman"],
  248. "href": "http://benalman.com/projects/jquery-hashchange-plugin/",
  249. "licenses": ["MIT", "GPL2"]
  250. },
  251. "moo-historymanager": {
  252. "name": "HistoryManager Mootools Plugin",
  253. "authors": ["Arieh Glazer"],
  254. "href": "http://mootools.net/forge/p/historymanager/",
  255. "licenses": ["MIT"]
  256. },
  257. "jquery-ajaxy": {
  258. "name": "jQuery Ajaxy",
  259. "authors": ["Benjamin Lupton"],
  260. "href": "https://github.com/balupton/jquery-ajaxy",
  261. "licenses": ["MIT"]
  262. },
  263. "hasher": {
  264. "name": "Hasher",
  265. "authors": ["Miller Medeiros"],
  266. "href": "https://github.com/millermedeiros/hasher/",
  267. "licenses": ["MIT"]
  268. },
  269. "shistory": {
  270. "name": "sHistory",
  271. "authors": ["Andrew Udvare"],
  272. "href": "https://github.com/tatsh/sHistory",
  273. "licenses": ["MIT"]
  274. },
  275. "historyjs": {
  276. "name": "History.js",
  277. "authors": ["Benjamin Lupton"],
  278. "href": "https://github.com/browserstate/history.js",
  279. "licenses": ["BSD"]
  280. },
  281. "html5historyapi": {
  282. "name": "HTML5 History API",
  283. "authors": ["Dmitrii Pakhtinov"],
  284. "href": "https://github.com/devote/HTML5-History-API",
  285. "licenses": ["GPL3", "MIT"]
  286. },
  287. "indexeddb": {
  288. "name": "IndexedDB",
  289. "authors": ["Parashuram"],
  290. "href": "http://nparashuram.com/IndexedDBShim/",
  291. "licenses": ["GPL2", "BSD"]
  292. },
  293. "jquerytools": {
  294. "name": "jQuery Tools",
  295. "href": "http://jquerytools.org",
  296. "licenses": ["public domain"]
  297. },
  298. "webshims": {
  299. "name": "Webshims",
  300. "authors": ["Alexander Farkas"],
  301. "href": "http://afarkas.github.io/webshim/demos/",
  302. "licenses": ["MIT"]
  303. },
  304. "h5f": {
  305. "name": "H5F",
  306. "authors": ["Ryan Seddon"],
  307. "href": "https://github.com/ryanseddon/H5F",
  308. "licenses": ["MIT"]
  309. },
  310. "webforms2": {
  311. "name": "Web Forms 2.0",
  312. "authors": ["Weston Ruter"],
  313. "href": "https://github.com/westonruter/webforms2",
  314. "licenses": ["MIT", "GPL2"]
  315. },
  316. "nwxforms": {
  317. "name": "NWX Forms",
  318. "authors": ["Diego Perini"],
  319. "href": "https://github.com/dperini/nwxforms",
  320. "licenses": ["MIT"]
  321. },
  322. "html5formsjs": {
  323. "name": "HTML5Forms.js",
  324. "authors": ["Zoltan Dulac"],
  325. "href": "https://github.com/zoltan-dulac/html5Forms.js"
  326. },
  327. "fdslider": {
  328. "name": "fd-slider",
  329. "authors": ["Brian McAllister"],
  330. "href": "https://github.com/freqdec/fd-slider",
  331. "licenses": ["MIT"]
  332. },
  333. "html5slider": {
  334. "name": "html5slider",
  335. "authors": ["Frank Yan"],
  336. "href": "https://github.com/fryn/html5slider",
  337. "licenses": ["MIT"]
  338. },
  339. "number-polyfill": {
  340. "name": "Number polyfill",
  341. "authors": ["jonstipe"],
  342. "href": "https://github.com/jonstipe/number-polyfill",
  343. "licenses": ["MIT"]
  344. },
  345. "galleryhtml5forms": {
  346. "name": "YUI Gallery HTML5 Forms",
  347. "authors": ["Matt Snider"],
  348. "href": "http://yuilibrary.com/gallery/show/html5-forms",
  349. "licenses": ["BSD"]
  350. },
  351. "jscolor": {
  352. "name": "JSColor",
  353. "authors": ["Johannes Jörg Schmidt"],
  354. "href": "https://github.com/jo/JSColor",
  355. "licenses": ["LGPL"]
  356. },
  357. "html5formshim": {
  358. "name": "HTML5 Form Shim",
  359. "authors": ["Dmitry Sheiko"],
  360. "href": "https://github.com/dsheiko/HTML5-Form-Shim",
  361. "licenses": ["MIT"]
  362. },
  363. "selectedoptionsjs": {
  364. "name": "selectedOptions.js",
  365. "authors": ["Brett Zamir"],
  366. "href": "https://gist.github.com/brettz9/4212217",
  367. "licenses": ["MIT", "GPL", "public domain"]
  368. },
  369. "formvalidationjs": {
  370. "name": "formvalidation.js",
  371. "authors": ["Maksim Chemerisuk"],
  372. "href": "https://github.com/chemerisuk/formvalidation.js",
  373. "licenses": ["MIT"]
  374. },
  375. "json2": {
  376. "name": "JSON2",
  377. "authors": ["Douglas Crockford"],
  378. "href": "https://github.com/douglascrockford/JSON-js",
  379. "licenses": ["public domain"]
  380. },
  381. "mathjax": {
  382. "name": "MathJax",
  383. "authors": ["Davide P. Cervone"],
  384. "href": "http://www.mathjax.org/",
  385. "licenses": ["Apache2"]
  386. },
  387. "visibilityjs": {
  388. "name": "Visibility.js",
  389. "authors": ["Andrey Sitnik"],
  390. "href": "https://github.com/ai/visibility.js",
  391. "licenses": ["GPL3"]
  392. },
  393. "visiblyjs": {
  394. "name": "visibly.js",
  395. "authors": ["Addy Osmani"],
  396. "href": "https://github.com/addyosmani/visibly.js",
  397. "licenses": ["MIT"]
  398. },
  399. "jquery-visibility": {
  400. "name": "Page Visibility shim for jQuery",
  401. "authors": ["Mathias Bynens"],
  402. "href": "https://github.com/mathiasbynens/jquery-visibility",
  403. "licenses": ["MIT", "GPL"]
  404. },
  405. "notificationjs": {
  406. "name": "notification.js",
  407. "authors": ["Andrew Dodson"],
  408. "href": "http://adodson.com/notification.js/",
  409. "licenses": ["MIT"]
  410. },
  411. "perfnow": {
  412. "name": "perf.now() polyfill",
  413. "authors": ["Paul Irish"],
  414. "href": "https://gist.github.com/paulirish/5438650",
  415. "licenses": ["MIT"]
  416. },
  417. "easyxdm": {
  418. "name": "easyXDM",
  419. "authors": ["Sean Kinsey"],
  420. "href": "http://easyxdm.net/wp/",
  421. "notes": ["Implements XDM and RPC in most browsers since IE6. Also ships with an endpoint for exposing ajax across the domain boundary."],
  422. "licenses": ["MIT"]
  423. },
  424. "postmessage-jquery": {
  425. "name": "postMessage jquery plugin",
  426. "authors": ["Ben Alman"],
  427. "href": "http://benalman.com/projects/jquery-postmessage-plugin/",
  428. "licenses": ["MIT", "GPL2"]
  429. },
  430. "raf": {
  431. "name": "requestAnimationFrame polyfill",
  432. "authors": ["Erik Möller"],
  433. "href": "https://gist.github.com/paulirish/1579671",
  434. "licenses": ["MIT"]
  435. },
  436. "cupcake": {
  437. "name": "CupCake.js",
  438. "authors": ["Rivindu Perera"],
  439. "href": "https://github.com/rivindu/cupcakejs",
  440. "licenses": ["MIT"]
  441. },
  442. "customelements": {
  443. "name": "Custom Elements",
  444. "authors": ["Webcomponents"],
  445. "href": "https://github.com/webcomponents/custom-elements",
  446. "licenses": ["BSD"]
  447. },
  448. "storagepolyfill": {
  449. "name": "Storage Polyfill",
  450. "authors": ["Remy Sharp"],
  451. "href": "http://gist.github.com/350433",
  452. "notes": [],
  453. "licenses": ["MIT"]
  454. },
  455. "sessionstorage": {
  456. "name": "sessionstorage",
  457. "authors": ["Andrea Giammarchi"],
  458. "href": "http://gist.github.com/350433",
  459. "licenses": ["MIT"]
  460. },
  461. "amplifyjs": {
  462. "name": "Amplify.js",
  463. "authors": ["appendTo"],
  464. "href": "http://amplifyjs.com/",
  465. "licenses": ["MIT", "GPL2"]
  466. },
  467. "yui-cacheoffline": {
  468. "name": "YUI3 CacheOffline",
  469. "authors": ["YUI Team"],
  470. "href": "http://yuilibrary.com/yui/docs/cache/#offline",
  471. "licenses": ["BSD"]
  472. },
  473. "scoped-styles": {
  474. "name": "Scoped Styles",
  475. "authors": ["Simon Madine"],
  476. "notes": ["jQuery Plugin to enable the scoped attribute on style blocks so they only affect their parent element's children."],
  477. "href": "http://github.com/thingsinjars/jQuery-Scoped-CSS-plugin",
  478. "licenses": ["MIT"]
  479. },
  480. "svgweb": {
  481. "name": "SVG Web",
  482. "authors": ["Rick Masters", "Brad Neuberg", "James Hight"],
  483. "href": "https://code.google.com/p/svgweb/",
  484. "licenses": ["Apache2"]
  485. },
  486. "raphael": {
  487. "name": "Raphaël",
  488. "authors": ["Dmitry Baranovsky"],
  489. "href": "http://raphaeljs.com/",
  490. "notes": ["Abstracted API. adds features. fallback for IE via VML"],
  491. "licenses": ["MIT"]
  492. },
  493. "amplesdk": {
  494. "name": "Ample SDK",
  495. "authors": ["Sergey Ilinsky"],
  496. "href": "http://www.amplesdk.com/examples/svg/",
  497. "licenses": ["MIT", "GPL2"]
  498. },
  499. "canvg": {
  500. "name": "canvg",
  501. "authors": ["Gabe Lerner"],
  502. "href": "http://code.google.com/p/canvg/",
  503. "notes": ["Writes SVG to canvas. Good for Android"],
  504. "licenses": ["MIT"]
  505. },
  506. "svg-boilerplate": {
  507. "name": "SVG Boilerplate",
  508. "authors": ["Robin Berjon"],
  509. "href": "https://github.com/darobin/svgboilerplate",
  510. "notes": ["Alpha and still buggy, but handle multiple concurrent SVG shims together"],
  511. "licenses": ["public domain"]
  512. },
  513. "sie": {
  514. "name": "SIE SVG library",
  515. "authors": ["Hiroki Dehara"],
  516. "href": "http://sie.sourceforge.jp/",
  517. "notes": ["Fallback to VML for oldIE"],
  518. "licenses": ["Mozilla1.1", "GPL2", "LGPL2.1"]
  519. },
  520. "dojogfx": {
  521. "name": "Dojo GFX",
  522. "authors": ["Eugene Lazutkin", "Kun Xi", "Chris Mitchell"],
  523. "href": "http://docs.dojocampus.org/dojox/gfx/",
  524. "notes": ["Fallback via VML, Canvas, Silverlight and Flash"],
  525. "licenses": ["BSD", "AFL"]
  526. },
  527. "fabricjs": {
  528. "name": "fabric.js",
  529. "authors": ["Juriy Zaytsev (@kangax)"],
  530. "href": "https://github.com/kangax/fabric.js",
  531. "notes": ["Can render SVG via canvas"],
  532. "licenses": ["MIT"]
  533. },
  534. "inline-svg-polyfill": {
  535. "name": "inline SVG polyfill",
  536. "authors": ["Marc Stalfoort (@mstalfoort)"],
  537. "href": "https://gist.github.com/mstalfoort/1293822",
  538. "licenses": ["MIT"]
  539. },
  540. "joshuabell-polyfill": {
  541. "name": "polyfill",
  542. "authors": ["Joshua Bell"],
  543. "href": "https://github.com/inexorabletash/polyfill",
  544. "licenses": ["various"]
  545. },
  546. "text-overflow": {
  547. "name": "jQuery text-overflow",
  548. "authors": ["Devon Govett"],
  549. "href": "http://ajaxian.com/archives/text-overflow-for-firefox-via-jquery",
  550. "licenses": ["MIT"]
  551. },
  552. "html5media": {
  553. "name": "html5media",
  554. "authors": ["Dave Hall"],
  555. "href": "https://github.com/etianen/html5media",
  556. "licenses": ["GPL3"]
  557. },
  558. "mediaelementjs": {
  559. "name": "MediaElement.js",
  560. "authors": ["John Dyer"],
  561. "href": "http://mediaelementjs.com/",
  562. "licenses": ["MIT"]
  563. },
  564. "sublimevideo": {
  565. "name": "SublimeVideo",
  566. "authors": ["Jilion SA"],
  567. "href": "http://sublimevideo.net/",
  568. "licenses": ["proprietary"]
  569. },
  570. "videojs": {
  571. "name": "video.js",
  572. "authors": ["Steve Heffernan"],
  573. "href": "http://videojs.com/",
  574. "licenses": ["Apache2"]
  575. },
  576. "leanbackplayer": {
  577. "name": "LeanBack Player",
  578. "authors": ["Kapelan Medien GmbH"],
  579. "href": "http://www.leanbackplayer.com/",
  580. "licenses": ["GPL3"]
  581. },
  582. "videoforeverybody": {
  583. "name": "Video For Everybody",
  584. "authors": ["Kroc Camen"],
  585. "href": "http://camendesign.com/code/video_for_everybody",
  586. "licenses": ["public domain"]
  587. },
  588. "webintents": {
  589. "name": "Web Intents JavaScript Shim",
  590. "authors": ["Paul Kinlan"],
  591. "href": "http://webintents.org/#javascriptshim",
  592. "licenses": ["Apache2"]
  593. },
  594. "jebgl": {
  595. "name": "jebgl",
  596. "authors": ["Martin Qvist"],
  597. "href": "http://code.google.com/p/jebgl/",
  598. "licenses": ["MIT"]
  599. },
  600. "cwebgl": {
  601. "name": "cwebgl",
  602. "authors": ["Cimaron Shanahan"],
  603. "href": "http://code.google.com/p/cwebgl/",
  604. "licenses": ["MIT"]
  605. },
  606. "iewebgl": {
  607. "name": "IEWebGL",
  608. "href": "http://iewebgl.com/",
  609. "licenses": ["MIT"]
  610. },
  611. "sockjs": {
  612. "name": "SockJS",
  613. "authors": ["Bryce Kahle"],
  614. "href": "https://github.com/sockjs/sockjs-client",
  615. "licenses": ["MIT"]
  616. },
  617. "socketio": {
  618. "name": "socket.io",
  619. "authors": ["Guillermo Rauch"],
  620. "href": "http://socket.io/",
  621. "licenses": ["MIT"]
  622. },
  623. "kaazing-websocket-gateway": {
  624. "name": "Kaazing WebSocket Gateway",
  625. "href": "http://kaazing.com/products/kaazing-websocket-gateway/",
  626. "licenses": ["proprietary"]
  627. },
  628. "websocketjs": {
  629. "name": "web-socket-js",
  630. "authors": ["Hiroshi Ichikawa"],
  631. "href": "http://github.com/gimite/web-socket-js/",
  632. "licenses": ["BSD"]
  633. },
  634. "atmosphere": {
  635. "name": "atmosphere jQuery plugin",
  636. "authors": ["Jeanfrancois Arcand"],
  637. "href": "http://jfarcand.wordpress.com/2010/06/15/using-atmospheres-jquery-plug-in-to-build-applicationsupporting-both-websocket-and-comet/",
  638. "licenses": ["Apache2"]
  639. },
  640. "graceful-websocket": {
  641. "name": "Graceful WebSocket jQuery plugin",
  642. "authors": ["David Lindkvist"],
  643. "href": "https://github.com/ffdead/jquery-graceful-websocket",
  644. "licenses": ["MIT"]
  645. },
  646. "portal": {
  647. "name": "Portal",
  648. "authors": ["Donghwan Kim"],
  649. "href": "https://github.com/flowersinthesand/portal",
  650. "licenses": ["Apache2"]
  651. },
  652. "datachannel": {
  653. "name": "DataChannel",
  654. "authors": ["Jesús Leganés Combarro"],
  655. "href": "https://github.com/piranna/DataChannel-polyfill",
  656. "licenses": ["GPL3"]
  657. },
  658. "getusermedia": {
  659. "name": "getUserMedia.js",
  660. "authors": ["Addy Osmani"],
  661. "href": "https://github.com/addyosmani/getUserMedia.js",
  662. "licenses": ["MIT"]
  663. },
  664. "fakeworker": {
  665. "name": "fakeworker.js",
  666. "authors": ["Shumpei Shiraishi"],
  667. "href": "https://code.google.com/p/fakeworker-js/",
  668. "licenses": ["Apache2"]
  669. },
  670. "html5shims": {
  671. "name": "web worker api shim",
  672. "authors": ["Jonathan 'J5' Cook"],
  673. "href": "https://code.google.com/p/html5-shims/",
  674. "licenses": ["Apache2"]
  675. },
  676. "polycrypt": {
  677. "name": "PolyCrypt",
  678. "authors": ["BBN Technologies"],
  679. "href": "http://polycrypt.net/",
  680. "licenses": ["BSD"]
  681. },
  682. "webanimationsjs": {
  683. "name": "web-animations-js",
  684. "authors": ["web-animations"],
  685. "href": "https://github.com/web-animations/web-animations-js",
  686. "licenses": ["Apache2"]
  687. },
  688. "shumway": {
  689. "name": "JavaScript Flash VM",
  690. "authors": ["Mozilla Foundation"],
  691. "href": "https://github.com/mozilla/shumway",
  692. "licenses": ["Apache2"]
  693. },
  694. "maxlength": {
  695. "name": "maxlength plugin",
  696. "authors": ["Remy Sharp"],
  697. "href": "http://remysharp.com/2008/06/30/maxlength-plugin/",
  698. "licenses": ["CC SA"]
  699. },
  700. "weakmap": {
  701. "name": "ES6 WeakMap",
  702. "authors": ["Google Inc."],
  703. "href": "https://github.com/Polymer/WeakMap",
  704. "licenses": ["BSD"]
  705. },
  706. "eventlistener": {
  707. "name": "EventListener",
  708. "authors": ["Jonathan Neal"],
  709. "href": "https://github.com/jonathantneal/EventListener",
  710. "licenses": ["MIT"]
  711. },
  712. "es6promises": {
  713. "name": "ES6-Promises",
  714. "authors": ["Jake Archibald"],
  715. "href": "https://github.com/jakearchibald/ES6-Promises",
  716. "licenses": ["MIT"]
  717. },
  718. "urlparser": {
  719. "authors": ["Google Inc."],
  720. "href": "https://github.com/Polymer/URL",
  721. "licenses": ["BSD"],
  722. "name": "Polymer URL parser polyfill"
  723. },
  724. "css-selector-engine": {
  725. "name": "CSS Selector Engine",
  726. "authors": ["Егор Халимоненко"],
  727. "href": "https://github.com/termi/CSS_selector_engine",
  728. "licenses": ["MIT"]
  729. },
  730. "mutationobservers": {
  731. "authors": ["Google Inc."],
  732. "href": "https://github.com/Polymer/MutationObservers",
  733. "licenses": ["BSD"],
  734. "name": "Mutation Observers polyfill"
  735. },
  736. "polymer-htmlimports": {
  737. "authors": ["Google Inc."],
  738. "href": "https://github.com/polymer/HTMLImports",
  739. "licenses": ["BSD"],
  740. "name": "Polymer HTMLImports polyfill"
  741. },
  742. "matchmediajs": {
  743. "authors": ["Scott Jehl", "Paul Irish", "Nicholas Zakas"],
  744. "href": "https://github.com/paulirish/matchMedia.js/",
  745. "licenses": ["MIT"],
  746. "name": "matchMedia.js"
  747. },
  748. "fetch": {
  749. "authors": ["Github"],
  750. "href": "https://github.com/github/fetch",
  751. "licenses": ["MIT"],
  752. "name": "window.fetch polyfill"
  753. },
  754. "base64js": {
  755. "authors": ["David Chambers"],
  756. "href": "https://github.com/davidchambers/Base64.js",
  757. "licenses": ["Apache2", "WTFPL"],
  758. "name": "window.atob and window.btoa polyfill"
  759. },
  760. "scrollsnap": {
  761. "authors": ["Clemens Krack"],
  762. "href": "https://github.com/ckrack/scrollsnap-polyfill",
  763. "licenses": ["MIT"],
  764. "name": "scrollsnap-polyfill.js"
  765. },
  766. "pep": {
  767. "authors": ["jQuery Foundation and other contributors"],
  768. "href": "https://github.com/jquery/PEP",
  769. "licenses": ["MIT"],
  770. "name": "pep.js"
  771. }
  772. }