UNPKG

@roots/bud-extensions

Version:

bud.js core module

163 lines 4.98 kB
{ "name": "@roots/bud-extensions", "version": "6.24.0", "description": "bud.js core module", "engines": { "node": ">=16" }, "contributors": [ { "email": "developers@tinypixel.dev", "name": "Kelly Mears", "url": "https://github.com/kellymears" }, { "email": "ben@benword.com", "name": "Ben Word", "url": "https://github.com/retlehs" }, { "name": "QWp6t", "url": "https://github.com/QWp6t" }, { "email": "brandon@tendency.me", "name": "Brandon", "url": "https://github.com/Log1x" } ], "license": "MIT", "homepage": "https://roots.io/bud", "funding": { "type": "github sponsors", "url": "https://github.com/sponsors/roots" }, "repository": { "type": "git", "url": "https://github.com/roots/bud.git", "directory": "sources/@roots/bud-extensions" }, "bugs": "https://github.com/roots/bud/issues", "keywords": [ "bud", "bud-framework" ], "files": [ "docs", "lib", "src", "vendor" ], "type": "module", "exports": { ".": "./lib/index.js", "./service": "./lib/service/index.js", "./cdn": "./lib/cdn/index.js", "./clean-webpack-plugin": "./lib/clean-webpack-plugin/index.js", "./copy-webpack-plugin": "./lib/copy-webpack-plugin/index.js", "./esm": "./lib/esm/index.js", "./fix-style-only-entrypoints": "./lib/fix-style-only-entrypoints/index.js", "./helpers": "./lib/helpers/index.js", "./helpers/isConstructor": "./lib/helpers/isConstructor.js", "./helpers/handleManifestSchemaWarning": "./lib/helpers/handleManifestSchemaWarning.js", "./html-webpack-plugin": "./lib/html-webpack-plugin/index.js", "./import-map": "./lib/import-map/index.js", "./interpolate-html-webpack-plugin": "./lib/interpolate-html-webpack-plugin/index.js", "./interpolate-html-webpack-plugin/plugin": "./lib/interpolate-html-webpack-plugin/plugin/index.js", "./mini-css-extract-plugin": "./lib/mini-css-extract-plugin/index.js", "./tsconfig-values": "./lib/tsconfig-values/index.js", "./webpack-define-plugin": "./lib/webpack-define-plugin/index.js", "./webpack-hot-module-replacement-plugin": "./lib/webpack-hot-module-replacement-plugin/index.js", "./webpack-lifecycle-plugin": "./lib/webpack-lifecycle-plugin/index.js", "./webpack-manifest-plugin": "./lib/webpack-manifest-plugin/index.js", "./webpack-profile-plugin": "./lib/webpack-profile-plugin/index.js", "./webpack-provide-plugin": "./lib/webpack-provide-plugin/index.js" }, "typesVersions": { "*": { ".": [ "./lib/index.d.ts" ], "service": [ "./lib/service/index.d.ts" ], "cdn": [ "./lib/cdn/index.d.ts" ], "clean-webpack-plugin": [ "./lib/clean-webpack-plugin/index.d.ts" ], "copy-webpack-plugin": [ "./lib/copy-webpack-plugin/index.d.ts" ], "esm": [ "./lib/esm/index.d.ts" ], "fix-style-only-entrypoints": [ "./lib/fix-style-only-entrypoints/index.d.ts" ], "helpers": [ "./lib/helpers/index.d.ts" ], "helpers/isConstructor": [ "./lib/helpers/isConstructor.d.ts" ], "helpers/handleManifestSchemaWarning": [ "./lib/helpers/handleManifestSchemaWarning.d.ts" ], "html-webpack-plugin": [ "./lib/html-webpack-plugin/index.d.ts" ], "import-map": [ "./lib/import-map/index.d.ts" ], "interpolate-html-webpack-plugin": [ "./lib/interpolate-html-webpack-plugin/index.d.ts" ], "interpolate-html-webpack-plugin/plugin": [ "./lib/interpolate-html-webpack-plugin/plugin/index.d.ts" ], "mini-css-extract-plugin": [ "./lib/mini-css-extract-plugin/index.d.ts" ], "tsconfig-values": [ "./lib/tsconfig-values/index.d.ts" ], "webpack-define-plugin": [ "./lib/webpack-define-plugin/index.d.ts" ], "webpack-hot-module-replacement-plugin": [ "./lib/webpack-hot-module-replacement-plugin/index.d.ts" ], "webpack-lifecycle-plugin": [ "./lib/webpack-lifecycle-plugin/index.d.ts" ], "webpack-manifest-plugin": [ "./lib/webpack-manifest-plugin/index.d.ts" ], "webpack-profile-plugin": [ "./lib/webpack-profile-plugin/index.d.ts" ], "webpack-provide-plugin": [ "./lib/webpack-provide-plugin/index.d.ts" ] } }, "types": "./lib/index.d.ts", "module": "./lib/index.js", "devDependencies": { "@skypack/package-check": "0.2.2", "@types/node": "20.16.10", "palette-webpack-plugin": "1.0.5" }, "dependencies": { "@roots/bud-framework": "6.24.0", "@roots/bud-minify": "6.24.0", "@roots/bud-support": "6.24.0", "@roots/container": "6.24.0", "tslib": "2.7.0" }, "volta": { "extends": "../../../package.json" } }