polyfill-service
Version:
A polyfill combinator
27 lines (26 loc) • 595 B
JSON
{
"aliases": [
"es6",
"es2015"
],
"browsers": {
"ie": "7 - 11",
"ie_mob": "10 - 11",
"safari": "<9",
"chrome": "<38",
"firefox": "<34",
"android": "*",
"ios_saf": "<9",
"opera": "<25",
"firefox_mob": "<34",
"bb": "10 - *"
},
"dependencies": [
"Object.defineProperty",
"Array.prototype.forEach",
"Date.now"
],
"repo": "https://github.com/webcomponents/webcomponentsjs",
"license": "https://github.com/webcomponents/webcomponentsjs/blob/master/LICENSE.md",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet"
}