{"bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"dist":{"shasum":"8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479","tarball":"https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz","fileCount":151,"integrity":"sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==","signatures":[{"sig":"MEQCIH5m3jLbHNQRLoURYsOLa4xyUsuDpo46OTLp+Ybz/r6VAiBlhRFWlZkjyNtG5EO6PMKefxzfLtk5A6bDwI5csW61yQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4560093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1su6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoraQ/9Gjd3nQxxnHk/0eC714Q8bBz/ozQ/oNKlN3ECBsQLH5xt5nXk\r\nqw/XSyig2uSeYK4v+IbfVu9mc7qsf8hHpQpUP8IY60fhT8hRe5tuVpgIeE/8\r\nWQ7M/wViYm2vLf1NCT891FcTy779mr9ofS8HkYh+JkveHQCEbc1Wegi1c2yD\r\nBAu7WWStdikejwsg/tjAPgoJt++t4r9toODYmchm3fZiNX+wPXWd2rY36sfv\r\naHmfDuix01kwiRWlhFCN3pnzE8YDljJz46EOm4xNfZybx9mr+RHfXAabdS5g\r\nIehYULaX80ij/ZMnw8tDEhI1McwuQIMqJnES43wPsm9nrGUmbRfUFpGAFh9Q\r\nR6cbjOR5Qx1W/S3HDmdsG0FZzm6652cwbHe+8dhOCdfrwMjNP69LtWgx3Ryp\r\nqm8KnyYJ6EK8NIzEYnHt9Xdha7zE6aAHM3gFE+UABn7MPgl6lrfhhM/L3Usm\r\nrNlc5PaXfZwNG0Pf/Vkp0R/JiZQ0jlwy2YZTgcQGv+sH5KbJS7jOPfnYftEV\r\nPv8DjsEVx91W15gK0za6Fy2wR51pnTn/U5BHNDUKUevea4Vvj3UpyrX4EFjP\r\nb0f7Z7FLQWUiycPDE54mL4EULpZsTObyy5biniUssk72PuDKatyQtdGkX6UI\r\nt+c0lvEtDbIOV6P6PBVjNAkz4h+/nTkCLSU=\r\n=FGW2\r\n-----END PGP SIGNATURE-----\r\n"},"jspm":{"main":"js/bootstrap","shim":{"js/bootstrap":{"deps":["jquery","popper.js"],"exports":"$"}},"registry":"npm","directories":{"lib":"dist"},"dependencies":{},"peerDependencies":{"jquery":"1.9.1 - 3","popper.js":"^1.16.1"}},"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":"4.6"},"funding":[{"url":"https://github.com/sponsors/twbs","type":"github"},{"url":"https://opencollective.com/bootstrap","type":"opencollective"}],"gitHead":"e5643aaa89eb67327a5b4abe7db976f0ea276b70","license":"MIT","scripts":{"js":"npm-run-all js-compile js-minify","css":"npm-run-all css-compile css-prefix 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-*","js-lint":"eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .","js-test":"npm-run-all --aggregate-output --parallel js-test-karma* --serial 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","docs-lint":"npm run docs-vnu","js-minify":"npm-run-all --aggregate-output --parallel js-minify-*","css-minify":"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\"","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":"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o 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,jquery,karma-browserstack-launcher,sinon && 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\"","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-prefix-main":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","docs-serve-only":"npx sirv-cli _site --port 9001","release-version":"node build/change-version.js","js-minify-bundle":"terser --compress passes=2,typeofs=false --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","js-test-karma-old":"cross-env USE_OLD_JQUERY=true npm run js-test-karma","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-test-integration":"rollup --config js/tests/integration/rollup.bundle.js","js-minify-standalone":"terser --compress passes=2,typeofs=false --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","js-test-karma-bundle":"cross-env BUNDLE=true npm run js-test-karma","release-zip-examples":"node build/zip-examples.js","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","js-test-karma-bundle-old":"cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma","js-compile-plugins-coverage":"cross-env NODE_ENV=test node build/build-plugins.js"},"_npmUser":{"name":"xhmikosr","email":"xhmikosr@gmail.com"},"homepage":"https://getbootstrap.com/","hugo-bin":{"buildTags":"extended"},"keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"deprecated":"This version of Bootstrap is no longer supported. Please upgrade to the latest version.","repository":{"url":"git+https://github.com/twbs/bootstrap.git","type":"git"},"_npmVersion":"8.11.0","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":"16.16.0","contributors":[{"name":"Twitter, Inc."}],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^2.0.0","karma":"^6.4.0","qunit":"^2.19.1","sinon":"^7.5.0","eslint":"^8.19.0","globby":"^11.1.0","jquery":"3.5.1","rollup":"^2.76.0","terser":"^5.14.1","nodemon":"^2.0.19","postcss":"^8.4.14","shelljs":"^0.8.5","vnu-jar":"21.10.12","hugo-bin":"^0.89.0","cross-env":"^7.0.3","node-sass":"^7.0.1","popper.js":"^1.16.1","stylelint":"^14.9.1","@babel/cli":"^7.18.6","@babel/core":"^7.18.6","bundlewatch":"^0.3.3","karma-qunit":"^4.1.2","karma-sinon":"^1.0.5","npm-run-all":"^4.1.5","postcss-cli":"^10.0.0","autoprefixer":"^10.4.7","clean-css-cli":"^5.6.0","lockfile-lint":"^4.7.6","eslint-config-xo":"^0.41.0","hammer-simulator":"0.0.1","@babel/preset-env":"^7.18.6","eslint-plugin-qunit":"^7.3.1","@rollup/plugin-babel":"^5.3.1","eslint-plugin-import":"^2.26.0","babel-plugin-istanbul":"^6.1.1","eslint-plugin-unicorn":"^42.0.0","karma-chrome-launcher":"^3.1.1","karma-detect-browsers":"^2.3.3","karma-firefox-launcher":"^2.1.2","@rollup/plugin-commonjs":"^22.0.1","find-unused-sass-variables":"^4.0.4","@rollup/plugin-node-resolve":"^13.3.0","karma-browserstack-launcher":"1.4.0","stylelint-config-twbs-bootstrap":"^4.0.0","karma-coverage-istanbul-reporter":"^3.0.3"},"peerDependencies":{"jquery":"1.9.1 - 3","popper.js":"^1.16.1"},"_npmOperationalInternal":{"tmp":"tmp/bootstrap_4.6.2_1658244026450_0.9919569564630706","host":"s3://npm-registry-packages"},"_id":"bootstrap@4.6.2","version":"4.6.2"}