polyfill-service
Version:
A polyfill combinator
35 lines (34 loc) • 700 B
JSON
{
"aliases": [
"es6",
"es2015",
"modernizr:es6array",
"default-3.4",
"default-3.5",
"default-3.6",
"default"
],
"browsers": {
"chrome": "<=44",
"firefox": "* - 24",
"ie": "<14",
"ie_mob": "10 - *",
"opera": "<32",
"safari": "<9.1",
"firefox_mob": "<25",
"android": "*",
"ios_saf": "<9",
"samsung_mob": "<5"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "https://tc39.github.io/ecma262/#sec-array.of",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of",
"install": {
"module": "array.of",
"paths": ["array-of.js"]
},
"license": "MIT",
"repo": "https://github.com/mathiasbynens/Array.of/"
}