@futagoza/core-js
Version:
Ponyfill's for some native ES2017+ built-in methods
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "@futagoza/core-js",
"version": "1.0.0-alpha.0",
"description": "Ponyfill's for some native ES2017+ built-in methods",
"license": "MIT",
"repository": "https://github.com/futagoza/cm/tree/master/packages/@futagoza/core-js",
"author": "Futago-za Ryuu <futagoza.ryuu@gmail.com>",
"keywords": [
"ponyfill",
"built-in",
"es8",
"es2017",
"es9",
"es2018",
"esnext",
"stage-0",
"stage-1",
"stage-2",
"stage-3",
"stage-4",
"Array.prototype.flatten",
"Array.prototype.flat",
"Array.prototype.flatMap",
"Array.prototype.lastIndex",
"Array.prototype.lastItem",
"Math.clamp",
"Math.DEG_PER_RAD",
"Math.degrees",
"Math.fscale",
"Math.RAD_PER_DEG",
"Math.radians",
"Math.scale",
"Object.entries",
"Object.fromEntries",
"Object.values"
],
"engines": {
"node": ">= 6"
}
}