licenses.dev

babel-plugin-transform-imports v2.0.0

Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT7
PackageRelationDependenciesPublished
@babel/helper-string-parser • 7.29.7A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.29.7Validate identifier/keywords nameINDIRECT0
@babel/types • 7.29.8Babel Types is a Lodash-esque utility library for AST nodesDIRECT2
is-extglob • 1.0.0Returns true if a string has an extglob.INDIRECT0
is-glob • 2.0.1Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-invalid-path • 0.1.0Returns true if a file path has invalid characters.INDIRECT2
is-valid-path • 0.1.1Returns true if a file path does not contain any invalid characters.DIRECT3
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/babel-plugin-transform-imports)](https://licenses.dev/npm/babel-plugin-transform-imports)
<a href="https://licenses.dev/npm/babel-plugin-transform-imports">
  <img src="https://licenses.dev/b/npm/babel-plugin-transform-imports" alt="licenses" />
</a>

Or the licenses badge code for the 2.0.0 version:

[![licenses](https://licenses.dev/b/npm/babel-plugin-transform-imports/2.0.0)](https://licenses.dev/npm/babel-plugin-transform-imports/2.0.0)
<a href="https://licenses.dev/npm/babel-plugin-transform-imports/2.0.0">
  <img src="https://licenses.dev/b/npm/babel-plugin-transform-imports/2.0.0" alt="licenses" />
</a>
GitHub