/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/babel-plugin-makepot/package.json
49 строк
1 KB
Marco Ciampini
Packages: Recover July 29 npm release metadata (#81303)
07 авг 2026, 04:50
Не верифицирован
07 авг 2026, 04:50
69b17c5
Код
Авторство
О чём код?
{ "name": "@wordpress/babel-plugin-makepot", "version": "6.52.0", "description": "WordPress Babel internationalization (i18n) plugin.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "i18n", "babel", "plugin" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-plugin-makepot/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/babel-plugin-makepot" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "files": [ "index.js" ], "main": "index.js", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "dependencies": { "deepmerge": "^4.3.1", "gettext-parser": "^1.3.1", "is-plain-object": "^5.0.0" }, "devDependencies": { "@babel/traverse": "^7.25.7" }, "peerDependencies": { "@babel/core": "^7.25.7" }, "publishConfig": { "access": "public" } }