babel-preset-es2015-without-strict
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -21,4 +21,5 @@ module.exports = { | ||
require("babel-plugin-transform-es2015-typeof-symbol"), | ||
[require("babel-plugin-transform-es2015-modules-commonjs"), {strict : false}], | ||
[require("babel-plugin-transform-regenerator"), { async: false, asyncGenerators: false }] | ||
] | ||
}; |
{ | ||
"name": "babel-preset-es2015-without-strict", | ||
"version": "0.0.1", | ||
"description": "Babel preset for all es2015 plugins except CommonJS", | ||
"version": "0.0.2", | ||
"description": "Babel preset for all es2015 plugins without 'use strict' prepend", | ||
"author": "Fancy <fancyboynet@gmail.com>", | ||
@@ -10,20 +10,21 @@ "license": "MIT", | ||
"dependencies": { | ||
"babel-plugin-transform-es2015-template-literals": "^6.3.13", | ||
"babel-plugin-transform-es2015-literals": "^6.3.13", | ||
"babel-plugin-transform-es2015-function-name": "^6.3.13", | ||
"babel-plugin-check-es2015-constants": "^6.3.13", | ||
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13", | ||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.3.13", | ||
"babel-plugin-transform-es2015-classes": "^6.3.13", | ||
"babel-plugin-transform-es2015-computed-properties": "^6.3.13", | ||
"babel-plugin-transform-es2015-destructuring": "^6.3.13", | ||
"babel-plugin-transform-es2015-for-of": "^6.3.13", | ||
"babel-plugin-transform-es2015-function-name": "^6.3.13", | ||
"babel-plugin-transform-es2015-literals": "^6.3.13", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0", | ||
"babel-plugin-transform-es2015-object-super": "^6.3.13", | ||
"babel-plugin-transform-es2015-parameters": "^6.3.13", | ||
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13", | ||
"babel-plugin-transform-es2015-computed-properties": "^6.3.13", | ||
"babel-plugin-transform-es2015-for-of": "^6.3.13", | ||
"babel-plugin-transform-es2015-spread": "^6.3.13", | ||
"babel-plugin-transform-es2015-sticky-regex": "^6.3.13", | ||
"babel-plugin-transform-es2015-template-literals": "^6.3.13", | ||
"babel-plugin-transform-es2015-typeof-symbol": "^6.3.13", | ||
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13", | ||
"babel-plugin-check-es2015-constants": "^6.3.13", | ||
"babel-plugin-transform-es2015-spread": "^6.3.13", | ||
"babel-plugin-transform-es2015-parameters": "^6.3.13", | ||
"babel-plugin-transform-es2015-destructuring": "^6.3.13", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.3.13", | ||
"babel-plugin-transform-es2015-typeof-symbol": "^6.3.13", | ||
"babel-plugin-transform-regenerator": "^6.3.13" | ||
@@ -30,0 +31,0 @@ }, |
# babel-preset-es2015-without-strict | ||
> Babel preset for all es2015 plugins except CommonJS. | ||
> Babel preset for all es2015 plugins without 'use strict' prepend. | ||
@@ -5,0 +5,0 @@ ## Install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3474
24
20
+ Addedbabel-plugin-transform-es2015-modules-commonjs@^6.4.0
+ Addedbabel-plugin-transform-es2015-modules-commonjs@6.26.2(transitive)
+ Addedbabel-plugin-transform-strict-mode@6.24.1(transitive)