@babel/preset-flow
Advanced tools
Comparing version 7.13.13 to 7.14.5
@@ -10,8 +10,6 @@ "use strict"; | ||
var _pluginTransformFlowStripTypes = _interopRequireDefault(require("@babel/plugin-transform-flow-strip-types")); | ||
var _pluginTransformFlowStripTypes = require("@babel/plugin-transform-flow-strip-types"); | ||
var _normalizeOptions = _interopRequireDefault(require("./normalize-options")); | ||
var _normalizeOptions = require("./normalize-options"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _default = (0, _helperPluginUtils.declare)((api, opts) => { | ||
@@ -18,0 +16,0 @@ api.assertVersion(7); |
{ | ||
"name": "@babel/preset-flow", | ||
"version": "7.13.13", | ||
"version": "7.14.5", | ||
"description": "Babel preset for all Flow plugins.", | ||
"author": "James Kyle <me@thejameskyle.com>", | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"repository": { | ||
@@ -15,3 +15,3 @@ "type": "git", | ||
}, | ||
"main": "lib/index.js", | ||
"main": "./lib/index.js", | ||
"keywords": [ | ||
@@ -24,5 +24,5 @@ "babel-preset", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.13.0", | ||
"@babel/helper-validator-option": "^7.12.17", | ||
"@babel/plugin-transform-flow-strip-types": "^7.13.0" | ||
"@babel/helper-plugin-utils": "^7.14.5", | ||
"@babel/helper-validator-option": "^7.14.5", | ||
"@babel/plugin-transform-flow-strip-types": "^7.14.5" | ||
}, | ||
@@ -33,7 +33,10 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.13.13", | ||
"@babel/helper-plugin-test-runner": "7.13.10" | ||
"@babel/core": "7.14.5", | ||
"@babel/helper-plugin-test-runner": "7.14.5" | ||
}, | ||
"homepage": "https://babel.dev/docs/en/next/babel-preset-flow", | ||
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20flow%22+is%3Aopen" | ||
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20flow%22+is%3Aopen", | ||
"engines": { | ||
"node": ">=6.9.0" | ||
} | ||
} |
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
3706
41