/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/lazy-import/package.json
44 строки
1 KB
Jon Surrell
Update 23.8 release changes on trunk (#81485)
12 авг 2026, 14:05
Не верифицирован
12 авг 2026, 14:05
d36bccf
Код
Авторство
О чём код?
{ "name": "@wordpress/lazy-import", "version": "2.53.0", "description": "Lazily import a module, installing it automatically if missing.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "import" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/lazy-import/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/lazy-import" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "types": "build-types", "dependencies": { "execa": "^4.0.2", "npm-package-arg": "^8.1.5", "semver": "^7.5.4" }, "devDependencies": { "@types/node": "^20.19.39", "@types/npm-package-arg": "^6.1.1", "@types/semver": "^7.3.8" }, "publishConfig": { "access": "public" } }