persona-community-5/.pnpm-store/v3/files/2a/96890637c292f5efb4a45253764316d174ed6d79b4a8cb026a0dc41f7a319c9bb3543ada7f13809f81446d5ff8785e075d950341005d82c4a95e125f5c9b75
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

28 lines
722 B
Plaintext

{
"name": "@babel/helper-module-imports",
"version": "7.28.6",
"description": "Babel helper functions for inserting module loads",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-module-imports"
},
"main": "./lib/index.js",
"dependencies": {
"@babel/traverse": "^7.28.6",
"@babel/types": "^7.28.6"
},
"devDependencies": {
"@babel/core": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
},
"type": "commonjs"
}