polyfill-service
Version:
A polyfill combinator
18 lines (17 loc) • 394 B
JSON
{
"browsers": {
"ie": "*",
"safari": "<9",
"chrome": "< 50",
"firefox": "< 40",
"ios_saf": "*",
"opera": "< 50"
},
"dependencies": [
"Object.defineProperty",
"Symbol"
],
"license": "MIT",
"spec": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-symbol.match",
"docs": "https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Symbol"
}