{"bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"dist":{"shasum":"6401a10057a22752d21f4e19055508980656aeed","tarball":"https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz","fileCount":219,"integrity":"sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==","signatures":[{"sig":"MEQCID/dOwtlQp/VEQdWLvu9z7noymSiZLYGqt1E5qqUv5pFAiBWsl9D4lNp2P/bbRUVkbie9ee3Zw5oconbftgOGUnb9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9633659},"jspm":{"main":"js/bootstrap","shim":{"js/bootstrap":{"deps":["@popperjs/core"]}},"registry":"npm","directories":{"lib":"dist"},"dependencies":{},"peerDependencies":{"@popperjs/core":"^2.11.8"}},"main":"dist/js/bootstrap.js","name":"bootstrap","sass":"scss/bootstrap.scss","style":"dist/css/bootstrap.css","author":{"url":"https://github.com/twbs/bootstrap/graphs/contributors","name":"The Bootstrap Authors"},"config":{"version_short":"5.3"},"module":"dist/js/bootstrap.esm.js","funding":[{"url":"https://github.com/sponsors/twbs","type":"github"},{"url":"https://opencollective.com/bootstrap","type":"opencollective"}],"gitHead":"25aa8cc0b32f0d1a54be575347e6d84b70b1acd7","license":"MIT","scripts":{"js":"npm-run-all js-compile js-minify","css":"npm-run-all css-compile css-prefix css-rtl css-minify","dist":"npm-run-all --aggregate-output --parallel css js","docs":"npm-run-all docs-build docs-lint","lint":"npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint lockfile-lint","test":"npm-run-all lint dist js-test docs-build docs-lint","start":"npm-run-all --parallel watch docs-serve","watch":"npm-run-all --parallel watch-*","css-rtl":"cross-env NODE_ENV=RTL postcss --config build/postcss.config.mjs --dir \"dist/css\" --ext \".rtl.css\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*.rtl.css\"","js-lint":"eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives --ext .html,.js,.mjs,.md .","js-test":"npm-run-all --aggregate-output --parallel js-test-karma js-test-jquery js-test-integration-*","netlify":"npm-run-all dist release-sri astro-build","release":"npm-run-all dist release-sri docs-build release-zip*","css-lint":"npm-run-all --aggregate-output --continue-on-error --parallel css-lint-*","css-test":"jasmine --config=scss/tests/jasmine.js","docs-vnu":"node build/vnu-jar.mjs","js-debug":"cross-env DEBUG=true npm run js-test-karma","astro-dev":"astro dev --root site --port 9001","docs-lint":"npm-run-all docs-prettier-check docs-vnu","js-minify":"npm-run-all --aggregate-output --parallel js-minify-*","css-minify":"npm-run-all --aggregate-output --parallel css-minify-*","css-prefix":"npm-run-all --aggregate-output --parallel css-prefix-*","docs-build":"npm run astro-build","docs-serve":"npm run astro-dev","js-compile":"npm-run-all --aggregate-output --parallel js-compile-*","astro-build":"astro build --root site && rm -rf _site && cp -r site/dist _site","bundlewatch":"bundlewatch --config .bundlewatch.config.json","css-compile":"sass --style expanded --source-map --embed-sources --no-error-css scss/:dist/css/","release-sri":"node build/generate-sri.mjs","release-zip":"cross-env-shell \"rm -rf bootstrap-$npm_package_version-dist bootstrap-$npm_package_version-dist.zip && cp -r dist/ bootstrap-$npm_package_version-dist && zip -qr9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && rm -rf bootstrap-$npm_package_version-dist\"","update-deps":"ncu -u -x eslint,eslint-config-xo,eslint-plugin-unicorn,karma-browserstack-launcher,karma-rollup-preprocessor,sass","docs-compile":"npm run docs-build","astro-preview":"astro preview --root site --port 9001","css-lint-vars":"fusv scss/ site/src/scss/","js-test-cloud":"cross-env BROWSERSTACK=true npm run js-test-karma","js-test-karma":"karma start js/tests/karma.conf.js","lockfile-lint":"lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json","watch-js-docs":"nodemon --watch site/src/assets/ --ext js --exec \"npm run js-lint\"","watch-js-main":"nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"","css-minify-rtl":"cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*rtl.css\" \"!dist/css/*.min.css\"","js-test-jquery":"cross-env JQUERY=true npm run js-test-karma","watch-css-dist":"nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"","watch-css-docs":"nodemon --watch site/src/scss/ --ext scss --exec \"npm run css-lint\"","watch-css-main":"nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"","watch-css-test":"nodemon --watch scss/ --ext scss,js --exec \"npm run css-test\"","css-minify-main":"cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"","css-prefix-main":"postcss --config build/postcss.config.mjs --replace \"dist/css/*.css\" \"!dist/css/*.rtl*.css\" \"!dist/css/*.min.css\"","docs-serve-only":"npx sirv-cli _site --port 9001","release-version":"node build/change-version.mjs","js-minify-bundle":"terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.mjs --sourcemap","css-lint-stylelint":"stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache","js-compile-plugins":"node build/build-plugins.mjs","css-prefix-examples":"postcss --config build/postcss.config.mjs --replace \"site/src/assets/examples/**/*.css\"","docs-prettier-check":"prettier --config site/.prettierrc.json -c --cache site","docs-prettier-format":"prettier --config site/.prettierrc.json --write --cache site","js-minify-standalone":"terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js","release-zip-examples":"node build/zip-examples.mjs","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.mjs --sourcemap","css-prefix-examples-rtl":"cross-env-shell NODE_ENV=RTL postcss --config build/postcss.config.mjs --dir \"site/src/assets/examples/\" --ext \".rtl.css\" --base \"site/src/assets/examples/\" \"site/src/assets/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/src/assets/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css\"","js-minify-standalone-esm":"terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js","js-compile-standalone-esm":"rollup --environment ESM:true,BUNDLE:false --config build/rollup.config.mjs --sourcemap","js-test-integration-bundle":"rollup --config js/tests/integration/rollup.bundle.js","js-test-integration-modularity":"rollup --config js/tests/integration/rollup.bundle-modularity.js"},"_npmUser":{"name":"mdo","email":"markdotto@gmail.com"},"homepage":"https://getbootstrap.com/","keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"repository":{"url":"git+https://github.com/twbs/bootstrap.git","type":"git"},"_npmVersion":"10.2.4","description":"The most popular front-end framework for developing responsive, mobile first projects on the web.","directories":{},"maintainers":[{"name":"bootstrap-admin","email":"getbootstrap@gmail.com"},{"name":"mdo","email":"markdotto@gmail.com"},{"name":"xhmikosr","email":"xhmikosr@gmail.com"}],"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"devDependencies":{"ip":"^2.0.1","zod":"^4.0.17","mime":"^4.0.7","sass":"1.78.0","astro":"^5.13.2","karma":"^6.4.4","eslint":"8.57.1","globby":"^14.1.0","jquery":"^3.7.1","remark":"^15.0.1","rollup":"^4.46.3","rtlcss":"^4.3.0","terser":"^5.43.1","jasmine":"^5.9.0","js-yaml":"^4.1.0","nodemon":"^3.1.10","postcss":"^8.5.6","shelljs":"^0.10.0","vnu-jar":"24.10.17","prettier":"^3.6.2","clipboard":"^2.0.11","cross-env":"^10.0.0","sass-true":"^9.0.0","stylelint":"^16.23.1","@babel/cli":"^7.28.3","image-size":"^2.0.2","@babel/core":"^7.28.3","@types/mime":"^4.0.0","bundlewatch":"^0.4.1","htmlparser2":"^10.0.0","postcss-cli":"^11.0.1","remark-html":"^16.0.1","@astrojs/mdx":"^4.3.4","autoprefixer":"^10.4.21","npm-run-all2":"^8.0.4","@docsearch/js":"^3.9.0","clean-css-cli":"^5.6.3","karma-jasmine":"^5.1.0","lockfile-lint":"^4.14.1","@astrojs/check":"^0.9.4","@astrojs/prism":"^3.3.0","@popperjs/core":"^2.11.8","@types/js-yaml":"^4.0.9","@types/prismjs":"^1.26.5","github-slugger":"^2.0.0","@stackblitz/sdk":"^1.11.0","@astrojs/sitemap":"^3.5.0","eslint-config-xo":"0.45.0","hammer-simulator":"0.0.1","unist-util-visit":"^5.0.0","@babel/preset-env":"^7.28.3","astro-auto-import":"^0.4.4","eslint-plugin-html":"^8.1.3","@rollup/plugin-babel":"^6.0.4","eslint-plugin-import":"^2.32.0","eslint-plugin-unicorn":"56.0.1","karma-chrome-launcher":"^3.2.0","karma-detect-browsers":"^2.3.3","prettier-plugin-astro":"^0.14.1","@rollup/plugin-replace":"^6.0.2","eslint-plugin-markdown":"^5.1.0","karma-firefox-launcher":"^2.1.3","rollup-plugin-istanbul":"^5.0.0","@rollup/plugin-commonjs":"^28.0.6","@astrojs/markdown-remark":"^6.3.6","rehype-autolink-headings":"^7.1.0","karma-rollup-preprocessor":"7.0.7","find-unused-sass-variables":"^6.1.0","@rollup/plugin-node-resolve":"^16.0.1","karma-browserstack-launcher":"1.4.0","karma-jasmine-html-reporter":"^2.1.0","stylelint-config-twbs-bootstrap":"^16.1.0","karma-coverage-istanbul-reporter":"^3.0.3"},"peerDependencies":{"@popperjs/core":"^2.11.8"},"_npmOperationalInternal":{"tmp":"tmp/bootstrap_5.3.8_1756219140259_0.49351360750979256","host":"s3://npm-registry-packages-npm-production"},"_id":"bootstrap@5.3.8","version":"5.3.8"}