/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/dependency-extraction-webpack-plugin/package.json
59 строк
1 KB
Marco Ciampini
Packages: Recover July 29 npm release metadata (#81303)
07 авг 2026, 04:50
Не верифицирован
07 авг 2026, 04:50
69b17c5
Код
Авторство
О чём код?
{ "name": "@wordpress/dependency-extraction-webpack-plugin", "version": "6.52.0", "description": "Extract WordPress script dependencies from webpack bundles.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "webpack", "dependency" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/dependency-extraction-webpack-plugin" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "files": [ "lib", "build-types" ], "main": "lib/index.js", "exports": { ".": { "types": "./lib/types.d.ts", "default": "./lib/index.js" }, "./lib/util": "./lib/util.js", "./package.json": "./package.json" }, "types": "lib/types.d.ts", "dependencies": { "json2php": "^0.0.9" }, "devDependencies": { "atob": "^2.1.2", "css-loader": "^6.2.0", "glob": "^7.1.2", "lodash": "^4.17.21", "mini-css-extract-plugin": "^2.9.2", "mkdirp": "^3.0.1", "rimraf": "^5.0.10", "webpack": "^5.108.1" }, "peerDependencies": { "webpack": "^5.0.0" }, "publishConfig": { "access": "public" } }