UNPKG

babel-preset-es2015-without-strict-loose

Version:

Babel preset for not using strict mode and using the loose option (useful for IE 10+ support)

52 lines (51 loc) 2.14 kB
{ "name": "babel-preset-es2015-without-strict-loose", "version": "1.1.0", "description": "Babel preset for not using strict mode and using the loose option (useful for IE 10+ support)", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/ryanzec/babel-preset-es2015-without-strict-loose.git" }, "keywords": [ "babel", "preset", "es2015", "IE9", "IE10", "internet explorer 9", "internet explorer 10", "loose" ], "author": "Ryan Zec", "license": "MIT", "bugs": { "url": "https://github.com/ryanzec/babel-preset-es2015-without-strict-loose/issues" }, "homepage": "https://github.com/ryanzec/babel-preset-es2015-without-strict-loose#readme", "dependencies": { "babel-plugin-check-es2015-constants": "^6.5.0", "babel-plugin-transform-class-properties": "^6.19.0", "babel-plugin-transform-es2015-arrow-functions": "^6.5.0", "babel-plugin-transform-es2015-block-scoped-functions": "^6.5.0", "babel-plugin-transform-es2015-block-scoping": "^6.6.0", "babel-plugin-transform-es2015-classes": "^6.6.0", "babel-plugin-transform-es2015-computed-properties": "^6.5.0", "babel-plugin-transform-es2015-destructuring": "^6.6.0", "babel-plugin-transform-es2015-duplicate-keys": "^6.6.0", "babel-plugin-transform-es2015-for-of": "^6.6.0", "babel-plugin-transform-es2015-function-name": "^6.5.0", "babel-plugin-transform-es2015-literals": "^6.5.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.6.0", "babel-plugin-transform-es2015-object-super": "^6.5.0", "babel-plugin-transform-es2015-parameters": "^6.6.0", "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0", "babel-plugin-transform-es2015-spread": "^6.5.0", "babel-plugin-transform-es2015-sticky-regex": "^6.5.0", "babel-plugin-transform-es2015-template-literals": "^6.6.0", "babel-plugin-transform-es2015-typeof-symbol": "^6.6.0", "babel-plugin-transform-es2015-unicode-regex": "^6.5.0", "babel-plugin-transform-proto-to-assign": "^6.6.0", "babel-plugin-transform-regenerator": "^6.6.0" } }