polyfill-service
Version:
A polyfill combinator
25 lines (24 loc) • 606 B
JSON
{
"browsers": {
"android": "<=4.3",
"ie": "<11",
"ie_mob": "10",
"firefox": "<29",
"opera": "<15",
"chrome": "<24",
"safari": "*",
"ios_saf": "*",
"firefox_mob": "*"
},
"dependencies": [],
"build": {
"minify": false
},
"license": "MIT",
"spec": "http://www.ecma-international.org/ecma-402/1.0/",
"repo": "https://github.com/andyearnshaw/Intl.js",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl",
"notes": [
"Locales must be specified separately by prefixing the locale name with `Intl.~locale`, eg `Intl.~locale.en-GB`."
]
}