polyfill-service
Version:
A polyfill combinator
24 lines (23 loc) • 597 B
JSON
{
"browsers": {
"ie": "<12",
"ie_mob": "<12",
"firefox": "<38",
"opera": "<34",
"safari": "<9",
"chrome": "<47",
"ios_saf": "<9",
"firefox_mob": "<38"
},
"dependencies": [],
"license": "MIT",
"spec": "https://tc39.github.io/ecma262/#sec-string.fromcodepoint",
"repo": "https://github.com/mathiasbynens/String.fromCodePoint",
"notes": [],
"install": {
"module": "string.fromcodepoint",
"paths": ["fromcodepoint.js"],
"postinstall": "update.task.js"
},
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fromCodePoint"
}