@babel/plugin-transform-modules-systemjs
Advanced tools
Comparing version 7.13.8 to 7.14.5
@@ -11,3 +11,3 @@ "use strict"; | ||
var _helperHoistVariables = _interopRequireDefault(require("@babel/helper-hoist-variables")); | ||
var _helperHoistVariables = require("@babel/helper-hoist-variables"); | ||
@@ -22,4 +22,2 @@ var _core = require("@babel/core"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
const buildTemplate = (0, _core.template)(` | ||
@@ -26,0 +24,0 @@ SYSTEM_REGISTER(MODULE_NAME, SOURCES, function (EXPORT_IDENTIFIER, CONTEXT_IDENTIFIER) { |
{ | ||
"name": "@babel/plugin-transform-modules-systemjs", | ||
"version": "7.13.8", | ||
"version": "7.14.5", | ||
"description": "This plugin transforms ES2015 modules to SystemJS", | ||
@@ -14,8 +14,8 @@ "repository": { | ||
}, | ||
"main": "lib/index.js", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@babel/helper-hoist-variables": "^7.13.0", | ||
"@babel/helper-module-transforms": "^7.13.0", | ||
"@babel/helper-plugin-utils": "^7.13.0", | ||
"@babel/helper-validator-identifier": "^7.12.11", | ||
"@babel/helper-hoist-variables": "^7.14.5", | ||
"@babel/helper-module-transforms": "^7.14.5", | ||
"@babel/helper-plugin-utils": "^7.14.5", | ||
"@babel/helper-validator-identifier": "^7.14.5", | ||
"babel-plugin-dynamic-import-node": "^2.3.3" | ||
@@ -30,7 +30,11 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.13.8", | ||
"@babel/helper-plugin-test-runner": "7.12.13", | ||
"@babel/core": "7.14.5", | ||
"@babel/helper-plugin-test-runner": "7.14.5", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3" | ||
}, | ||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs" | ||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs", | ||
"engines": { | ||
"node": ">=6.9.0" | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)" | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1
20742
390