babelify-es6-polyfill
Version:
A pure ES5 and ES6 polyfill for babelify that only includes standardised features
29 lines (28 loc) • 655 B
JSON
{
"name": "babelify-es6-polyfill",
"version": "1.0.4",
"main": "polyfill.js",
"description": "A pure ES5 and ES6 polyfill for babelify that only includes standardised features",
"author": "Jason Berry <jason@thevagabond.net>",
"license": "MIT",
"keywords": [
"es6",
"ecmascript 6",
"es2015",
"babel",
"babelify",
"shim",
"polyfill"
],
"repository": {
"type": "git",
"url": "https://github.com/airmanx86/babelify-es6-polyfill.git"
},
"bugs": {
"url": "https://github.com/airmanx86/babelify-es6-polyfill/issues"
},
"dependencies": {
"core-js": "1.1.0",
"regenerator": "0.8.36"
}
}