es2-to-es3
Version:
Polyfills of built-in objects and built-in methods to run IE6 and later code in early DHTML browsers.
36 lines (35 loc) • 900 B
JSON
{
"name": "es2-to-es3",
"version": "0.9.2",
"description": "Polyfills of built-in objects and built-in methods to run IE6 and later code in early DHTML browsers.",
"main": "index.js",
"scripts": {
"prepare": "gulp prepublish"
},
"repository": {
"type": "git",
"url": "https://github.com/ECMAScript2/es2-to-es3.git"
},
"bugs": {
"url": "https://github.com/ECMAScript2/es2-to-es3/issues"
},
"homepage": "https://github.com/ECMAScript2/es2-to-es3#readme",
"keywords": [
"ECMAScript2",
"javascript",
"browser",
"js"
],
"author": "itozyun <itozyun@gmail.com> (https://outcloud.blogspot.com/)",
"license": "MIT",
"dependencies": {
"esprima": "^4.0.1",
"estraverse": "^5.3.0",
"plugin-error": "^2.0.0",
"through2": "^4.0.2"
},
"devDependencies": {
"google-closure-compiler": "^20221102.0.1",
"gulp": "^4.0.2"
}
}