{"name":"bootstrap","version":"5.1.3","keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"author":{"url":"https://github.com/twbs/bootstrap/graphs/contributors","name":"The Bootstrap Authors"},"license":"MIT","_id":"bootstrap@5.1.3","maintainers":[{"name":"bootstrap-admin","email":"getbootstrap@gmail.com"},{"name":"mdo","email":"markdotto@gmail.com"},{"name":"xhmikosr","email":"xhmikosr@gmail.com"}],"contributors":[{"name":"Twitter, Inc."}],"homepage":"https://getbootstrap.com/","bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"dist":{"shasum":"ba081b0c130f810fa70900acbc1c6d3c28fa8f34","tarball":"https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz","fileCount":189,"integrity":"sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==","signatures":[{"sig":"MEUCIQCm9ZniN3oo3ZZNtscYOby7qLkUpty3FrPPVzegjGhetAIgI8TifjWTC1jxZbUnfr5aI6YviUcKec1QYHSNNcUCVSQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8650714},"jspm":{"main":"js/bootstrap","shim":{"js/bootstrap":{"deps":["@popperjs/core"]}},"registry":"npm","directories":{"lib":"dist"},"dependencies":{},"peerDependencies":{"@popperjs/core":"^2.10.2"}},"main":"dist/js/bootstrap.js","sass":"scss/bootstrap.scss","style":"dist/css/bootstrap.css","config":{"version_short":"5.1"},"module":"dist/js/bootstrap.esm.js","funding":{"url":"https://opencollective.com/bootstrap","type":"opencollective"},"gitHead":"1a6fdfae6be09b09eaced8f0e442ca6f7680a61e","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.js --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 .","js-test":"npm-run-all --aggregate-output --parallel js-test-karma js-test-jquery js-test-integration-*","netlify":"cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all dist release-sri docs-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-*","docs-vnu":"node build/vnu-jar.js","js-debug":"cross-env DEBUG=true npm run js-test-karma","docs-lint":"npm-run-all --aggregate-output --parallel docs-vnu docs-linkinator docs-spellcheck","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":"hugo --cleanDestinationDir","docs-serve":"hugo server --port 9001 --disableFastRender","js-compile":"npm-run-all --aggregate-output --parallel js-compile-*","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.js","release-zip":"cross-env-shell \"rm -rf bootstrap-$npm_package_version-dist && cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && rm -rf bootstrap-$npm_package_version-dist\"","update-deps":"ncu -u -x globby,karma-browserstack-launcher && npm update && echo Manually update site/assets/js/vendor","docs-compile":"npm run docs-build","css-lint-vars":"fusv scss/ site/assets/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/assets/js/ --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/assets/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\"","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.js --replace \"dist/css/*.css\" \"!dist/css/*.rtl*.css\" \"!dist/css/*.min.css\"","docs-linkinator":"linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error","docs-serve-only":"npx sirv-cli _site --port 9001","docs-spellcheck":"cspell \"site/**/*.md\" --no-progress","release-version":"node build/change-version.js","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.js --sourcemap","css-lint-stylelint":"stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd","js-compile-plugins":"node build/build-plugins.js","css-prefix-examples":"postcss --config build/postcss.config.js --replace \"site/content/**/*.css\"","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.js","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","css-prefix-examples-rtl":"cross-env-shell NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"site/content/docs/$npm_package_config_version_short/examples/\" --ext \".rtl.css\" --base \"site/content/docs/$npm_package_config_version_short/examples/\" \"site/content/docs/$npm_package_config_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/content/docs/$npm_package_config_version_short/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.js --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":"xhmikosr","email":"xhmikosr@gmail.com"},"hugo-bin":{"buildTags":"extended"},"repository":{"url":"git+https://github.com/twbs/bootstrap.git","type":"git"},"_npmVersion":"6.14.15","description":"The most popular front-end framework for developing responsive, mobile first projects on the web.","directories":{},"_nodeVersion":"16.10.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","glob":"^7.2.0","sass":"^1.42.1","karma":"^6.3.4","cspell":"^5.12.0","eslint":"^7.32.0","globby":"^11.0.4","jquery":"^3.6.0","rollup":"^2.58.0","rtlcss":"^3.3.0","terser":"^5.9.0","nodemon":"^2.0.13","postcss":"^8.3.8","shelljs":"^0.8.4","vnu-jar":"21.9.2","hugo-bin":"^0.76.1","cross-env":"^7.0.3","stylelint":"^13.13.1","@babel/cli":"^7.15.7","linkinator":"^2.14.0","@babel/core":"^7.15.5","bundlewatch":"^0.3.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","autoprefixer":"^10.3.6","clean-css-cli":"^5.4.1","karma-jasmine":"^4.0.1","lockfile-lint":"^4.6.2","@popperjs/core":"^2.10.2","eslint-config-xo":"^0.39.0","hammer-simulator":"0.0.1","@babel/preset-env":"^7.15.6","@rollup/plugin-babel":"^5.3.0","eslint-plugin-import":"^2.24.2","eslint-plugin-unicorn":"^36.0.0","karma-chrome-launcher":"^3.1.0","karma-detect-browsers":"^2.3.3","@rollup/plugin-replace":"^3.0.0","karma-firefox-launcher":"^2.1.1","rollup-plugin-istanbul":"^3.0.0","@rollup/plugin-commonjs":"^21.0.0","karma-rollup-preprocessor":"^7.0.7","find-unused-sass-variables":"^3.1.0","@rollup/plugin-node-resolve":"^13.0.5","karma-browserstack-launcher":"1.4.0","karma-jasmine-html-reporter":"^1.7.0","stylelint-config-twbs-bootstrap":"^2.2.4","karma-coverage-istanbul-reporter":"^3.0.3"},"peerDependencies":{"@popperjs/core":"^2.10.2"},"_npmOperationalInternal":{"tmp":"tmp/bootstrap_5.1.3_1633793251636_0.5068981817065414","host":"s3://npm-registry-packages"}}