persona-community-5/.pnpm-store/v3/files/e8/bbbcef17fb221d6a5f261e526143c3146771ced92cfda32c24aac6e6c28df0e97391c63b1340a122a8420ad6a920d7661b9e61cd39d2178b1baa06a720fc6a
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

24 lines
614 B
Plaintext

{
"name": "@babel/helper-plugin-utils",
"version": "7.28.6",
"description": "General utilities for plugins to use",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-plugin-utils"
},
"main": "./lib/index.js",
"engines": {
"node": ">=6.9.0"
},
"devDependencies": {
"@babel/core": "^7.28.6"
},
"type": "commonjs"
}