UNPKG

imports-visitor

Version:

Babel visitor that makes it easier to work with imports and require calls.

37 lines (36 loc) 867 B
{ "name": "imports-visitor", "version": "2.1.0", "description": "Babel visitor that makes it easier to work with imports and require calls.", "repository": { "type": "git", "url": "https://github.com/suchipi/transform-imports.git" }, "main": "dist/index.js", "author": "Suchipi Izumi", "license": "MIT", "keywords": [ "transform", "codemod", "rewrite", "import", "require", "recast", "babel", "jscodeshift", "rename" ], "peerDependencies": { "@babel/core": ">=7.0.0, <8", "@babel/runtime": ">=7.0.0, <8", "@babel/types": ">=7.0.0, <8" }, "devDependencies": { "@babel/core": "^7.24.5", "@babel/runtime": "^7.24.5", "@babel/types": "^7.24.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-flow": "^7.24.1", "jest-in-case": "^1.0.2" } }