{"_id":"@oroinc/bootstrap","_rev":"6-ec915c12e2321dffdafde2f808def45a","name":"@oroinc/bootstrap","dist-tags":{"latest":"4.3.1-oro4"},"versions":{"4.3.1-oro1":{"name":"@oroinc/bootstrap","version":"4.3.1-oro1","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":"@oroinc/bootstrap@4.3.1-oro1","maintainers":[{"name":"dimasoroka","email":"dima@oroinc.com"},{"name":"grygir","email":"grebinuk@gmail.com"},{"name":"webevt","email":"webevt@gmail.com"},{"name":"ayatsenko","email":"ayatsenko@oroinc.com"}],"contributors":[{"name":"Twitter, Inc."}],"homepage":"https://getbootstrap.com/","bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"dist":{"shasum":"641796ea9850c53a7c037aa3c4ad620d657d3e1f","tarball":"https://registry.npmjs.org/@oroinc/bootstrap/-/bootstrap-4.3.1-oro1.tgz","fileCount":152,"integrity":"sha512-RFjGwJCeFOG9yVFWfQcEOXfENQQH0vwJBnlks5SvYDV7dN1BpTYJXNKPJnAssjH+OlA/PPkXZvSgLDz7jW98WQ==","signatures":[{"sig":"MEQCIF/1ZnblgdYFSYJys3XjkFYHp8E8NhhsPmhsA3x+Nt4PAiArcThP38OOCpKDNNzJ8+VZNEpnYAXO1dXbDyKoPO+0vQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4372643},"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.14.7"}},"main":"dist/js/bootstrap","sass":"scss/bootstrap.scss","style":"dist/css/bootstrap.css","engines":{"node":">=6"},"gitHead":"8d461ade7f2244d3b58392f8e2f3d15675695164","scripts":{"js":"npm-run-all js-compile js-minify js-copy","blc":"blc --exclude-external --filter-level 3 --follow --get --ordered --recursive --host-requests 4 --input http://localhost:3000/","css":"npm-run-all css-compile css-prefix css-minify css-copy","dist":"npm-run-all --parallel css js","docs":"npm-run-all css-docs js-docs docs-compile docs-lint","lint":"npm-run-all --parallel js-lint css-lint","test":"npm-run-all lint dist js-test docs-compile docs-lint bundlesize","start":"npm-run-all --parallel watch docs-serve","watch":"npm-run-all --parallel watch-*","js-copy":"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/js/ site/docs/$npm_package_version_short/dist/","js-docs":"npm-run-all js-lint-docs js-minify-docs","js-lint":"npm-run-all --parallel js-lint-*","js-main":"npm-run-all js-lint js-compile js-minify-main","js-test":"npm-run-all js-test-karma* js-test-integration","release":"npm run dist && npm run release-sri && npm run release-zip && npm run docs-production","css-copy":"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/css/ site/docs/$npm_package_version_short/dist/","css-docs":"npm-run-all css-compile-docs css-prefix-docs css-minify-docs","css-lint":"npm-run-all --parallel css-lint-*","css-main":"npm-run-all css-lint css-compile-main css-prefix-main css-minify-main css-copy","coveralls":"shx cat js/coverage/lcov.info | coveralls","docs-lint":"node build/vnu-jar.js","js-minify":"npm-run-all --parallel js-minify-main js-minify-docs","bundlesize":"bundlesize","css-minify":"npm-run-all --parallel css-minify-*","css-prefix":"npm-run-all --parallel css-prefix-*","docs-serve":"bundle exec jekyll serve","js-compile":"npm-run-all --parallel js-compile-* --sequential js-copy","css-compile":"npm-run-all --parallel css-compile-*","http-server":"http-server --silent -p 3000","release-sri":"node build/generate-sri.js","release-zip":"cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"","update-deps":"ncu -a -x jquery -x bundlesize && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"","docs-compile":"bundle exec jekyll build","js-lint-docs":"eslint --cache --cache-location .cache/.eslintcache site/","js-lint-main":"eslint --cache --cache-location .cache/.eslintcache js/src js/tests build/","css-lint-docs":"stylelint \"site/docs/**/assets/scss/*.scss\" \"site/docs/**/*.css\" --cache --cache-location .cache/.stylelintcache","css-lint-main":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-lint-vars":"fusv scss/ site/docs/","js-test-cloud":"cross-env BROWSER=true npm run js-test-karma","js-test-karma":"karma start js/tests/karma.conf.js","watch-js-docs":"nodemon --watch \"site/docs/**/assets/js/src/\" --ext js --exec \"npm run js-docs\"","watch-js-main":"nodemon --watch js/src/ --ext js --exec \"npm run js-compile\"","js-minify-docs":"cross-env-shell uglifyjs --mangle --comments \\\"/^!/\\\" --output site/docs/$npm_package_version_short/assets/js/docs.min.js site/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js \"site/docs/$npm_package_version_short/assets/js/src/*.js\"","js-minify-main":"npm-run-all js-minify-standalone js-minify-bundle","watch-css-docs":"nodemon --watch \"site/docs/**/assets/scss/\" --ext scss --exec \"npm run css-docs\"","watch-css-main":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","css-minify-docs":"cross-env-shell cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output site/docs/$npm_package_version_short/assets/css/docs.min.css site/docs/$npm_package_version_short/assets/css/docs.min.css","css-minify-main":"cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css","css-prefix-docs":"postcss --config build/postcss.config.js --replace \"site/docs/**/*.css\" \"site/docs/**/*.css\"","css-prefix-main":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","docs-production":"cross-env JEKYLL_ENV=production npm run docs-compile","docs-serve-only":"npm run docs-serve -- --skip-initial-build --no-watch","release-version":"node build/change-version.js","css-compile-docs":"cross-env-shell node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 site/docs/$npm_package_version_short/assets/scss/docs.scss site/docs/$npm_package_version_short/assets/css/docs.min.css","css-compile-main":"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css && npm run css-copy","js-minify-bundle":"uglifyjs --compress 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","check-broken-links":"npm-run-all --parallel --race \"http-server -- _gh_pages/\" blc","js-compile-plugins":"node build/build-plugins.js","js-test-integration":"rollup --config js/tests/integration/rollup.bundle.js","js-minify-standalone":"uglifyjs --compress 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","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":"grygir","email":"grebinuk@gmail.com"},"bundlesize":[{"path":"./dist/css/bootstrap-grid.css","maxSize":"7 kB"},{"path":"./dist/css/bootstrap-grid.min.css","maxSize":"6 kB"},{"path":"./dist/css/bootstrap-reboot.css","maxSize":"2 kB"},{"path":"./dist/css/bootstrap-reboot.min.css","maxSize":"2 kB"},{"path":"./dist/css/bootstrap.css","maxSize":"25 kB"},{"path":"./dist/css/bootstrap.min.css","maxSize":"23 kB"},{"path":"./dist/js/bootstrap.bundle.js","maxSize":"47 kB"},{"path":"./dist/js/bootstrap.bundle.min.js","maxSize":"22 kB"},{"path":"./dist/js/bootstrap.js","maxSize":"25 kB"},{"path":"./dist/js/bootstrap.min.js","maxSize":"15.5 kB"}],"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":"14.17.6","dependencies":{},"version_short":"4.3","_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","shx":"^0.3.2","glob":"^7.1.3","karma":"^3.1.4","qunit":"^2.9.1","sinon":"^7.2.3","eslint":"^5.13.0","jquery":"^3.3.1","rollup":"^1.1.2","nodemon":"^1.18.9","shelljs":"^0.8.3","vnu-jar":"18.11.5","coveralls":"^3.0.2","cross-env":"^5.2.0","node-sass":"^4.11.0","popper.js":"^1.14.7","stylelint":"^9.10.1","uglify-js":"^3.4.9","@babel/cli":"^7.2.3","bundlesize":"0.15.3","@babel/core":"^7.2.2","http-server":"^0.11.1","karma-qunit":"^2.1.0","karma-sinon":"^1.0.5","npm-run-all":"^4.1.5","postcss-cli":"^6.1.1","autoprefixer":"^9.4.7","babel-eslint":"^10.0.1","clean-css-cli":"^4.2.1","hammer-simulator":"0.0.1","@babel/preset-env":"^7.3.1","broken-link-checker":"^0.7.8","rollup-plugin-babel":"^4.3.2","babel-plugin-istanbul":"^5.1.0","karma-chrome-launcher":"^2.2.0","karma-detect-browsers":"^2.3.3","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^9.2.0","find-unused-sass-variables":"^0.3.2","rollup-plugin-node-resolve":"^4.0.0","karma-browserstack-launcher":"^1.4.0","stylelint-config-twbs-bootstrap":"^0.3.0","karma-coverage-istanbul-reporter":"^2.0.4","@babel/plugin-proposal-object-rest-spread":"^7.3.2"},"peerDependencies":{"jquery":"1.9.1 - 3","popper.js":"^1.14.7"},"_npmOperationalInternal":{"tmp":"tmp/bootstrap_4.3.1-oro1_1633538237691_0.0006724823889108222","host":"s3://npm-registry-packages"}},"4.3.1-oro2":{"name":"@oroinc/bootstrap","version":"4.3.1-oro2","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":"@oroinc/bootstrap@4.3.1-oro2","maintainers":[{"name":"dimasoroka","email":"dima@oroinc.com"},{"name":"grygir","email":"grebinuk@gmail.com"},{"name":"webevt","email":"webevt@gmail.com"},{"name":"ayatsenko","email":"ayatsenko@oroinc.com"}],"contributors":[{"name":"Twitter, Inc."}],"homepage":"https://getbootstrap.com/","bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"dist":{"shasum":"014c67e259d79b37aac507ad3b22385ddd5c446c","tarball":"https://registry.npmjs.org/@oroinc/bootstrap/-/bootstrap-4.3.1-oro2.tgz","fileCount":152,"integrity":"sha512-9w8QoXmsBAPntNYY0iHUvKzvJUpoqBG21V7XmxGSPtDGLaUEK20xvVCnCtRNuZoWc8+kaNafi48+8cvaK3MNMg==","signatures":[{"sig":"MEUCIQC9qxwRvLlJNUpbSmVj1xuwZUxFsBtdfLOsCWtaIh0/FgIgSn/Ml0Pdtet/IIBh3IKcdL0324Oe+mIFsjpa9qhc2gI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4373568},"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.14.7"}},"main":"dist/js/bootstrap","sass":"scss/bootstrap.scss","style":"dist/css/bootstrap.css","engines":{"node":">=6"},"gitHead":"f9f9d1a9a761aebdabc5c2b4baa67247d9129d2a","scripts":{"js":"npm-run-all js-compile js-minify js-copy","blc":"blc --exclude-external --filter-level 3 --follow --get --ordered --recursive --host-requests 4 --input http://localhost:3000/","css":"npm-run-all css-compile css-prefix css-minify css-copy","dist":"npm-run-all --parallel css js","docs":"npm-run-all css-docs js-docs docs-compile docs-lint","lint":"npm-run-all --parallel js-lint css-lint","test":"npm-run-all lint dist js-test docs-compile docs-lint bundlesize","start":"npm-run-all --parallel watch docs-serve","watch":"npm-run-all --parallel watch-*","js-copy":"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/js/ site/docs/$npm_package_version_short/dist/","js-docs":"npm-run-all js-lint-docs js-minify-docs","js-lint":"npm-run-all --parallel js-lint-*","js-main":"npm-run-all js-lint js-compile js-minify-main","js-test":"npm-run-all js-test-karma* js-test-integration","release":"npm run dist && npm run release-sri && npm run release-zip && npm run docs-production","css-copy":"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/css/ site/docs/$npm_package_version_short/dist/","css-docs":"npm-run-all css-compile-docs css-prefix-docs css-minify-docs","css-lint":"npm-run-all --parallel css-lint-*","css-main":"npm-run-all css-lint css-compile-main css-prefix-main css-minify-main css-copy","coveralls":"shx cat js/coverage/lcov.info | coveralls","docs-lint":"node build/vnu-jar.js","js-minify":"npm-run-all --parallel js-minify-main js-minify-docs","bundlesize":"bundlesize","css-minify":"npm-run-all --parallel css-minify-*","css-prefix":"npm-run-all --parallel css-prefix-*","docs-serve":"bundle exec jekyll serve","js-compile":"npm-run-all --parallel js-compile-* --sequential js-copy","css-compile":"npm-run-all --parallel css-compile-*","http-server":"http-server --silent -p 3000","release-sri":"node build/generate-sri.js","release-zip":"cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"","update-deps":"ncu -a -x jquery -x bundlesize && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"","docs-compile":"bundle exec jekyll build","js-lint-docs":"eslint --cache --cache-location .cache/.eslintcache site/","js-lint-main":"eslint --cache --cache-location .cache/.eslintcache js/src js/tests build/","css-lint-docs":"stylelint \"site/docs/**/assets/scss/*.scss\" \"site/docs/**/*.css\" --cache --cache-location .cache/.stylelintcache","css-lint-main":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-lint-vars":"fusv scss/ site/docs/","js-test-cloud":"cross-env BROWSER=true npm run js-test-karma","js-test-karma":"karma start js/tests/karma.conf.js","watch-js-docs":"nodemon --watch \"site/docs/**/assets/js/src/\" --ext js --exec \"npm run js-docs\"","watch-js-main":"nodemon --watch js/src/ --ext js --exec \"npm run js-compile\"","js-minify-docs":"cross-env-shell uglifyjs --mangle --comments \\\"/^!/\\\" --output site/docs/$npm_package_version_short/assets/js/docs.min.js site/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js \"site/docs/$npm_package_version_short/assets/js/src/*.js\"","js-minify-main":"npm-run-all js-minify-standalone js-minify-bundle","watch-css-docs":"nodemon --watch \"site/docs/**/assets/scss/\" --ext scss --exec \"npm run css-docs\"","watch-css-main":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","css-minify-docs":"cross-env-shell cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output site/docs/$npm_package_version_short/assets/css/docs.min.css site/docs/$npm_package_version_short/assets/css/docs.min.css","css-minify-main":"cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css","css-prefix-docs":"postcss --config build/postcss.config.js --replace \"site/docs/**/*.css\" \"site/docs/**/*.css\"","css-prefix-main":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","docs-production":"cross-env JEKYLL_ENV=production npm run docs-compile","docs-serve-only":"npm run docs-serve -- --skip-initial-build --no-watch","release-version":"node build/change-version.js","css-compile-docs":"cross-env-shell node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 site/docs/$npm_package_version_short/assets/scss/docs.scss site/docs/$npm_package_version_short/assets/css/docs.min.css","css-compile-main":"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css && npm run css-copy","js-minify-bundle":"uglifyjs --compress 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","check-broken-links":"npm-run-all --parallel --race \"http-server -- _gh_pages/\" blc","js-compile-plugins":"node build/build-plugins.js","js-test-integration":"rollup --config js/tests/integration/rollup.bundle.js","js-minify-standalone":"uglifyjs --compress 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","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":"grygir","email":"grebinuk@gmail.com"},"bundlesize":[{"path":"./dist/css/bootstrap-grid.css","maxSize":"7 kB"},{"path":"./dist/css/bootstrap-grid.min.css","maxSize":"6 kB"},{"path":"./dist/css/bootstrap-reboot.css","maxSize":"2 kB"},{"path":"./dist/css/bootstrap-reboot.min.css","maxSize":"2 kB"},{"path":"./dist/css/bootstrap.css","maxSize":"25 kB"},{"path":"./dist/css/bootstrap.min.css","maxSize":"23 kB"},{"path":"./dist/js/bootstrap.bundle.js","maxSize":"47 kB"},{"path":"./dist/js/bootstrap.bundle.min.js","maxSize":"22 kB"},{"path":"./dist/js/bootstrap.js","maxSize":"25 kB"},{"path":"./dist/js/bootstrap.min.js","maxSize":"15.5 kB"}],"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":"14.17.6","dependencies":{},"version_short":"4.3","_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","shx":"^0.3.2","glob":"^7.1.3","karma":"^3.1.4","qunit":"^2.9.1","sinon":"^7.2.3","eslint":"^5.13.0","jquery":"^3.3.1","rollup":"^1.1.2","nodemon":"^1.18.9","shelljs":"^0.8.3","vnu-jar":"18.11.5","coveralls":"^3.0.2","cross-env":"^5.2.0","node-sass":"^4.11.0","popper.js":"^1.14.7","stylelint":"^9.10.1","uglify-js":"^3.4.9","@babel/cli":"^7.2.3","bundlesize":"0.15.3","@babel/core":"^7.2.2","http-server":"^0.11.1","karma-qunit":"^2.1.0","karma-sinon":"^1.0.5","npm-run-all":"^4.1.5","postcss-cli":"^6.1.1","autoprefixer":"^9.4.7","babel-eslint":"^10.0.1","clean-css-cli":"^4.2.1","hammer-simulator":"0.0.1","@babel/preset-env":"^7.3.1","broken-link-checker":"^0.7.8","rollup-plugin-babel":"^4.3.2","babel-plugin-istanbul":"^5.1.0","karma-chrome-launcher":"^2.2.0","karma-detect-browsers":"^2.3.3","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^9.2.0","find-unused-sass-variables":"^0.3.2","rollup-plugin-node-resolve":"^4.0.0","karma-browserstack-launcher":"^1.4.0","stylelint-config-twbs-bootstrap":"^0.3.0","karma-coverage-istanbul-reporter":"^2.0.4","@babel/plugin-proposal-object-rest-spread":"^7.3.2"},"peerDependencies":{"jquery":"1.9.1 - 3","popper.js":"^1.14.7"},"_npmOperationalInternal":{"tmp":"tmp/bootstrap_4.3.1-oro2_1633609609170_0.8835802694225194","host":"s3://npm-registry-packages"}},"4.3.1-oro3":{"name":"@oroinc/bootstrap","version":"4.3.1-oro3","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":"@oroinc/bootstrap@4.3.1-oro3","maintainers":[{"name":"dimasoroka","email":"dima@oroinc.com"},{"name":"grygir","email":"grebinuk@gmail.com"},{"name":"webevt","email":"webevt@gmail.com"},{"name":"ayatsenko","email":"ayatsenko@oroinc.com"},{"name":"vyustyniuk","email":"valeriy.yustunyk@gmail.com"}],"contributors":[{"name":"Twitter, Inc."}],"homepage":"https://getbootstrap.com/","bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"dist":{"shasum":"88e5e7365fc0b737bdc2dfba90082b0e690f216f","tarball":"https://registry.npmjs.org/@oroinc/bootstrap/-/bootstrap-4.3.1-oro3.tgz","fileCount":152,"integrity":"sha512-Rf6FGPYHosHgx2yY2qCZT9URlXfYiH0NWEHWXRIbTF5M0vWpzEsF4iJK7n5xA/8ZWYbl1QbEgJshbmOv8dnfBg==","signatures":[{"sig":"MEYCIQDlfnDM0/QTTGud/8a7P5ELLjYXzgFsmFuB2uDihP4r7QIhALpg40zGOb4wxc1n7OnMg7ThrxGRAK+uLXXJCpbLXLEb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4375169},"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.14.7"}},"main":"dist/js/bootstrap","sass":"scss/bootstrap.scss","style":"dist/css/bootstrap.css","engines":{"node":">=14"},"gitHead":"0fe8dae906adcb5f005d2f37b5351859190f855d","scripts":{"js":"npm-run-all js-compile js-minify js-copy","blc":"blc --exclude-external --filter-level 3 --follow --get --ordered --recursive --host-requests 4 --input http://localhost:3000/","css":"npm-run-all css-compile css-prefix css-minify css-copy","dist":"npm-run-all --parallel css js","docs":"npm-run-all css-docs js-docs docs-compile docs-lint","lint":"npm-run-all --parallel js-lint css-lint","test":"npm-run-all lint dist js-test docs-compile docs-lint bundlesize","start":"npm-run-all --parallel watch docs-serve","watch":"npm-run-all --parallel watch-*","js-copy":"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/js/ site/docs/$npm_package_version_short/dist/","js-docs":"npm-run-all js-lint-docs js-minify-docs","js-lint":"npm-run-all --parallel js-lint-*","js-main":"npm-run-all js-lint js-compile js-minify-main","js-test":"npm-run-all js-test-karma* js-test-integration","release":"npm run dist && npm run release-sri && npm run release-zip && npm run docs-production","css-copy":"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/css/ site/docs/$npm_package_version_short/dist/","css-docs":"npm-run-all css-compile-docs css-prefix-docs css-minify-docs","css-lint":"npm-run-all --parallel css-lint-*","css-main":"npm-run-all css-lint css-compile-main css-prefix-main css-minify-main css-copy","coveralls":"shx cat js/coverage/lcov.info | coveralls","docs-lint":"node build/vnu-jar.js","js-minify":"npm-run-all --parallel js-minify-main js-minify-docs","bundlesize":"bundlesize","css-minify":"npm-run-all --parallel css-minify-*","css-prefix":"npm-run-all --parallel css-prefix-*","docs-serve":"bundle exec jekyll serve","js-compile":"npm-run-all --parallel js-compile-* --sequential js-copy","css-compile":"npm-run-all --parallel css-compile-*","http-server":"http-server --silent -p 3000","release-sri":"node build/generate-sri.js","release-zip":"cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"","update-deps":"ncu -a -x jquery -x bundlesize && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"","docs-compile":"bundle exec jekyll build","js-lint-docs":"eslint --cache --cache-location .cache/.eslintcache site/","js-lint-main":"eslint --cache --cache-location .cache/.eslintcache js/src js/tests build/","css-lint-docs":"stylelint \"site/docs/**/assets/scss/*.scss\" \"site/docs/**/*.css\" --cache --cache-location .cache/.stylelintcache","css-lint-main":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-lint-vars":"fusv scss/ site/docs/","js-test-cloud":"cross-env BROWSER=true npm run js-test-karma","js-test-karma":"karma start js/tests/karma.conf.js","watch-js-docs":"nodemon --watch \"site/docs/**/assets/js/src/\" --ext js --exec \"npm run js-docs\"","watch-js-main":"nodemon --watch js/src/ --ext js --exec \"npm run js-compile\"","js-minify-docs":"cross-env-shell uglifyjs --mangle --comments \\\"/^!/\\\" --output site/docs/$npm_package_version_short/assets/js/docs.min.js site/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js \"site/docs/$npm_package_version_short/assets/js/src/*.js\"","js-minify-main":"npm-run-all js-minify-standalone js-minify-bundle","watch-css-docs":"nodemon --watch \"site/docs/**/assets/scss/\" --ext scss --exec \"npm run css-docs\"","watch-css-main":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","css-minify-docs":"cross-env-shell cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output site/docs/$npm_package_version_short/assets/css/docs.min.css site/docs/$npm_package_version_short/assets/css/docs.min.css","css-minify-main":"cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css","css-prefix-docs":"postcss --config build/postcss.config.js --replace \"site/docs/**/*.css\" \"site/docs/**/*.css\"","css-prefix-main":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","docs-production":"cross-env JEKYLL_ENV=production npm run docs-compile","docs-serve-only":"npm run docs-serve -- --skip-initial-build --no-watch","release-version":"node build/change-version.js","css-compile-docs":"cross-env-shell sass --style=expanded --embed-sources --silence-deprecation=import site/docs/$npm_package_version_short/assets/scss/docs.scss site/docs/$npm_package_version_short/assets/css/docs.min.css","css-compile-main":"sass --style=expanded --embed-sources --silence-deprecation=import scss/bootstrap.scss:dist/css/bootstrap.css scss/bootstrap-grid.scss:dist/css/bootstrap-grid.css scss/bootstrap-reboot.scss:dist/css/bootstrap-reboot.css && npm run css-copy","js-minify-bundle":"uglifyjs --compress 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","check-broken-links":"npm-run-all --parallel --race \"http-server -- _gh_pages/\" blc","js-compile-plugins":"node build/build-plugins.js","js-test-integration":"rollup --config js/tests/integration/rollup.bundle.js","js-minify-standalone":"uglifyjs --compress 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","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":"vyustyniuk","email":"valeriy.yustunyk@gmail.com"},"bundlesize":[{"path":"./dist/css/bootstrap-grid.css","maxSize":"7 kB"},{"path":"./dist/css/bootstrap-grid.min.css","maxSize":"6 kB"},{"path":"./dist/css/bootstrap-reboot.css","maxSize":"2 kB"},{"path":"./dist/css/bootstrap-reboot.min.css","maxSize":"2 kB"},{"path":"./dist/css/bootstrap.css","maxSize":"25 kB"},{"path":"./dist/css/bootstrap.min.css","maxSize":"23 kB"},{"path":"./dist/js/bootstrap.bundle.js","maxSize":"47 kB"},{"path":"./dist/js/bootstrap.bundle.min.js","maxSize":"22 kB"},{"path":"./dist/js/bootstrap.js","maxSize":"25 kB"},{"path":"./dist/js/bootstrap.min.js","maxSize":"15.5 kB"}],"repository":{"url":"git+https://github.com/twbs/bootstrap.git","type":"git"},"_npmVersion":"11.6.2","description":"The most popular front-end framework for developing responsive, mobile first projects on the web.","directories":{},"_nodeVersion":"24.12.0","dependencies":{},"version_short":"4.3","_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","shx":"^0.3.2","glob":"^7.1.3","sass":"^1.98.0","karma":"^3.1.4","qunit":"^2.9.1","sinon":"^7.2.3","eslint":"^5.13.0","jquery":"^3.3.1","rollup":"^1.1.2","nodemon":"^1.18.9","shelljs":"^0.8.3","vnu-jar":"18.11.5","coveralls":"^3.0.2","cross-env":"^5.2.0","popper.js":"^1.14.7","stylelint":"^9.10.1","uglify-js":"^3.4.9","@babel/cli":"^7.2.3","bundlesize":"0.15.3","@babel/core":"^7.2.2","http-server":"^0.11.1","karma-qunit":"^2.1.0","karma-sinon":"^1.0.5","npm-run-all":"^4.1.5","postcss-cli":"^6.1.1","autoprefixer":"^9.4.7","babel-eslint":"^10.0.1","clean-css-cli":"^4.2.1","hammer-simulator":"0.0.1","@babel/preset-env":"^7.3.1","broken-link-checker":"^0.7.8","rollup-plugin-babel":"^4.3.2","babel-plugin-istanbul":"^5.1.0","karma-chrome-launcher":"^2.2.0","karma-detect-browsers":"^2.3.3","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^9.2.0","find-unused-sass-variables":"^0.3.2","rollup-plugin-node-resolve":"^4.0.0","karma-browserstack-launcher":"^1.4.0","stylelint-config-twbs-bootstrap":"^0.3.0","karma-coverage-istanbul-reporter":"^2.0.4","@babel/plugin-proposal-object-rest-spread":"^7.3.2"},"peerDependencies":{"jquery":"1.9.1 - 3","popper.js":"^1.14.7"},"_npmOperationalInternal":{"tmp":"tmp/bootstrap_4.3.1-oro3_1784292357713_0.9822663156562659","host":"s3://npm-registry-packages-npm-production"}},"4.3.1-oro4":{"name":"@oroinc/bootstrap","description":"The most popular front-end framework for developing responsive, mobile first projects on the web.","version":"4.3.1-oro4","version_short":"4.3","keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"homepage":"https://getbootstrap.com/","author":{"name":"The Bootstrap Authors","url":"https://github.com/twbs/bootstrap/graphs/contributors"},"contributors":[{"name":"Twitter, Inc."}],"scripts":{"start":"npm-run-all --parallel watch docs-serve","blc":"blc --exclude-external --filter-level 3 --follow --get --ordered --recursive --host-requests 4 --input http://localhost:3000/","http-server":"http-server --silent -p 3000","bundlesize":"bundlesize","check-broken-links":"npm-run-all --parallel --race \"http-server -- _gh_pages/\" blc","css":"npm-run-all css-compile css-prefix css-minify css-copy","css-copy":"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/css/ site/docs/$npm_package_version_short/dist/","css-main":"npm-run-all css-lint css-compile-main css-prefix-main css-minify-main css-copy","css-docs":"npm-run-all css-compile-docs css-prefix-docs css-minify-docs","css-compile":"npm-run-all --parallel css-compile-*","css-compile-main":"sass --style=expanded --embed-sources --silence-deprecation=import scss/bootstrap.scss:dist/css/bootstrap.css scss/bootstrap-grid.scss:dist/css/bootstrap-grid.css scss/bootstrap-reboot.scss:dist/css/bootstrap-reboot.css && npm run css-copy","css-compile-docs":"cross-env-shell sass --style=expanded --embed-sources --silence-deprecation=import site/docs/$npm_package_version_short/assets/scss/docs.scss site/docs/$npm_package_version_short/assets/css/docs.min.css","css-lint":"npm-run-all --parallel css-lint-*","css-lint-main":"stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache","css-lint-docs":"stylelint \"site/docs/**/assets/scss/*.scss\" \"site/docs/**/*.css\" --cache --cache-location .cache/.stylelintcache","css-lint-vars":"fusv scss/ site/docs/","css-minify":"npm-run-all --parallel css-minify-*","css-minify-main":"cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css","css-minify-docs":"cross-env-shell cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output site/docs/$npm_package_version_short/assets/css/docs.min.css site/docs/$npm_package_version_short/assets/css/docs.min.css","css-prefix":"npm-run-all --parallel css-prefix-*","css-prefix-main":"postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"","css-prefix-docs":"postcss --config build/postcss.config.js --replace \"site/docs/**/*.css\" \"site/docs/**/*.css\"","js":"npm-run-all js-compile js-minify js-copy","js-copy":"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/js/ site/docs/$npm_package_version_short/dist/","js-main":"npm-run-all js-lint js-compile js-minify-main","js-docs":"npm-run-all js-lint-docs js-minify-docs","js-compile":"npm-run-all --parallel js-compile-* --sequential js-copy","js-compile-standalone":"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap","js-compile-bundle":"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap","js-compile-plugins":"node build/build-plugins.js","js-compile-plugins-coverage":"cross-env NODE_ENV=test node build/build-plugins.js","js-lint":"npm-run-all --parallel js-lint-*","js-lint-main":"eslint --cache --cache-location .cache/.eslintcache js/src js/tests build/","js-lint-docs":"eslint --cache --cache-location .cache/.eslintcache site/","js-minify":"npm-run-all --parallel js-minify-main js-minify-docs","js-minify-main":"npm-run-all js-minify-standalone js-minify-bundle","js-minify-standalone":"uglifyjs --compress 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-minify-bundle":"uglifyjs --compress 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-minify-docs":"cross-env-shell uglifyjs --mangle --comments \\\"/^!/\\\" --output site/docs/$npm_package_version_short/assets/js/docs.min.js site/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js \"site/docs/$npm_package_version_short/assets/js/src/*.js\"","js-test":"npm-run-all js-test-karma* js-test-integration","js-test-karma":"karma start js/tests/karma.conf.js","js-test-karma-old":"cross-env USE_OLD_JQUERY=true npm run js-test-karma","js-test-karma-bundle":"cross-env BUNDLE=true npm run js-test-karma","js-test-karma-bundle-old":"cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma","js-test-integration":"rollup --config js/tests/integration/rollup.bundle.js","js-test-cloud":"cross-env BROWSER=true npm run js-test-karma","lint":"npm-run-all --parallel js-lint css-lint","coveralls":"shx cat js/coverage/lcov.info | coveralls","docs":"npm-run-all css-docs js-docs docs-compile docs-lint","docs-compile":"bundle exec jekyll build","docs-production":"cross-env JEKYLL_ENV=production npm run docs-compile","docs-lint":"node build/vnu-jar.js","docs-serve":"bundle exec jekyll serve","docs-serve-only":"npm run docs-serve -- --skip-initial-build --no-watch","update-deps":"ncu -a -x jquery -x bundlesize && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"","release":"npm run dist && npm run release-sri && npm run release-zip && npm run docs-production","release-sri":"node build/generate-sri.js","release-version":"node build/change-version.js","release-zip":"cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"","dist":"npm-run-all --parallel css js","test":"npm-run-all lint dist js-test docs-compile docs-lint bundlesize","watch":"npm-run-all --parallel watch-*","watch-css-main":"nodemon --watch scss/ --ext scss --exec \"npm run css-main\"","watch-css-docs":"nodemon --watch \"site/docs/**/assets/scss/\" --ext scss --exec \"npm run css-docs\"","watch-js-main":"nodemon --watch js/src/ --ext js --exec \"npm run js-compile\"","watch-js-docs":"nodemon --watch \"site/docs/**/assets/js/src/\" --ext js --exec \"npm run js-docs\""},"style":"dist/css/bootstrap.css","sass":"scss/bootstrap.scss","main":"dist/js/bootstrap","repository":{"type":"git","url":"git+https://github.com/twbs/bootstrap.git"},"bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"license":"MIT","dependencies":{},"peerDependencies":{"jquery":"1.9.1 - 3","popper.js":"^1.14.7"},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-proposal-object-rest-spread":"^7.3.2","@babel/preset-env":"^7.3.1","autoprefixer":"^9.4.7","babel-eslint":"^10.0.1","babel-plugin-istanbul":"^5.1.0","broken-link-checker":"^0.7.8","bundlesize":"0.15.3","clean-css-cli":"^4.2.1","coveralls":"^3.0.2","cross-env":"^5.2.0","eslint":"^5.13.0","find-unused-sass-variables":"^0.3.2","glob":"^7.1.3","hammer-simulator":"0.0.1","http-server":"^0.11.1","ip":"^1.1.5","jquery":"^3.3.1","karma":"^3.1.4","karma-browserstack-launcher":"^1.4.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^2.0.4","karma-detect-browsers":"^2.3.3","karma-firefox-launcher":"^1.1.0","karma-qunit":"^2.1.0","karma-sinon":"^1.0.5","nodemon":"^1.18.9","npm-run-all":"^4.1.5","popper.js":"^1.14.7","postcss-cli":"^6.1.1","qunit":"^2.9.1","rollup":"^1.1.2","rollup-plugin-babel":"^4.3.2","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-node-resolve":"^4.0.0","sass":"^1.98.0","shelljs":"^0.8.3","shx":"^0.3.2","sinon":"^7.2.3","stylelint":"^9.10.1","stylelint-config-twbs-bootstrap":"^0.3.0","uglify-js":"^3.4.9","vnu-jar":"18.11.5"},"engines":{"node":">=14"},"bundlesize":[{"path":"./dist/css/bootstrap-grid.css","maxSize":"7 kB"},{"path":"./dist/css/bootstrap-grid.min.css","maxSize":"6 kB"},{"path":"./dist/css/bootstrap-reboot.css","maxSize":"2 kB"},{"path":"./dist/css/bootstrap-reboot.min.css","maxSize":"2 kB"},{"path":"./dist/css/bootstrap.css","maxSize":"25 kB"},{"path":"./dist/css/bootstrap.min.css","maxSize":"23 kB"},{"path":"./dist/js/bootstrap.bundle.js","maxSize":"47 kB"},{"path":"./dist/js/bootstrap.bundle.min.js","maxSize":"22 kB"},{"path":"./dist/js/bootstrap.js","maxSize":"25 kB"},{"path":"./dist/js/bootstrap.min.js","maxSize":"15.5 kB"}],"jspm":{"registry":"npm","main":"js/bootstrap","directories":{"lib":"dist"},"shim":{"js/bootstrap":{"deps":["jquery","popper.js"],"exports":"$"}},"dependencies":{},"peerDependencies":{"jquery":"1.9.1 - 3","popper.js":"^1.14.7"}},"gitHead":"69770c7c55a1acc4c0fbe731df0f3db664954a7d","_id":"@oroinc/bootstrap@4.3.1-oro4","_nodeVersion":"24.19.0","_npmVersion":"11.17.0","dist":{"integrity":"sha512-IECu85/0de3zcFvKz8f+6g03FJR3FqvIyEHWzekRPpxaRFT+kMDYlA7qyTiMC3NFs9I3F0WbeY09Nfgp+xhQOw==","shasum":"b155c872c847302cf506df5140b5b5d53f5b3674","tarball":"https://registry.npmjs.org/@oroinc/bootstrap/-/bootstrap-4.3.1-oro4.tgz","fileCount":152,"unpackedSize":4375154,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD4hn4U9WD4u8qHteu7tgILdU40Vx7HkYNpXwNcS6tqqgIgP9C1gPQV1r659FO06Ds1kG+G7jeA2wSzoJcBMhVRP4o="}]},"_npmUser":{"name":"vyustyniuk","email":"valeriy.yustunyk@gmail.com"},"directories":{},"maintainers":[{"name":"dimasoroka","email":"dima@oroinc.com"},{"name":"grygir","email":"grebinuk@gmail.com"},{"name":"webevt","email":"webevt@gmail.com"},{"name":"ayatsenko","email":"ayatsenko@oroinc.com"},{"name":"vyustyniuk","email":"valeriy.yustunyk@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bootstrap_4.3.1-oro4_1787147115251_0.2000334857687205"},"_hasShrinkwrap":false}},"time":{"created":"2021-10-06T16:37:17.641Z","modified":"2026-08-19T13:45:15.638Z","4.3.1-oro1":"2021-10-06T16:37:18.018Z","4.3.1-oro2":"2021-10-07T12:26:49.422Z","4.3.1-oro3":"2026-07-17T12:45:57.909Z","4.3.1-oro4":"2026-08-19T13:45:15.462Z"},"bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"author":{"name":"The Bootstrap Authors","url":"https://github.com/twbs/bootstrap/graphs/contributors"},"license":"MIT","homepage":"https://getbootstrap.com/","keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"repository":{"type":"git","url":"git+https://github.com/twbs/bootstrap.git"},"description":"The most popular front-end framework for developing responsive, mobile first projects on the web.","contributors":[{"name":"Twitter, Inc."}],"maintainers":[{"name":"dimasoroka","email":"dima@oroinc.com"},{"name":"grygir","email":"grebinuk@gmail.com"},{"name":"webevt","email":"webevt@gmail.com"},{"name":"ayatsenko","email":"ayatsenko@oroinc.com"},{"name":"vyustyniuk","email":"valeriy.yustunyk@gmail.com"}],"readme":"<p align=\"center\">\n  <a href=\"https://getbootstrap.com/\">\n    <img src=\"https://getbootstrap.com/docs/4.3/assets/brand/bootstrap-solid.svg\" alt=\"Bootstrap logo\" width=\"72\" height=\"72\">\n  </a>\n</p>\n\n<h3 align=\"center\">Bootstrap</h3>\n\n<p align=\"center\">\n  Sleek, intuitive, and powerful front-end framework for faster and easier web development.\n  <br>\n  <a href=\"https://getbootstrap.com/docs/4.3/\"><strong>Explore Bootstrap docs »</strong></a>\n  <br>\n  <br>\n  <a href=\"https://github.com/twbs/bootstrap/issues/new?template=bug.md\">Report bug</a>\n  ·\n  <a href=\"https://github.com/twbs/bootstrap/issues/new?template=feature.md&labels=feature\">Request feature</a>\n  ·\n  <a href=\"https://themes.getbootstrap.com/\">Themes</a>\n  ·\n  <a href=\"https://blog.getbootstrap.com/\">Blog</a>\n</p>\n\n\n## Table of contents\n\n- [Quick start](#quick-start)\n- [Status](#status)\n- [What's included](#whats-included)\n- [Bugs and feature requests](#bugs-and-feature-requests)\n- [Documentation](#documentation)\n- [Contributing](#contributing)\n- [Community](#community)\n- [Versioning](#versioning)\n- [Creators](#creators)\n- [Thanks](#thanks)\n- [Copyright and license](#copyright-and-license)\n\n\n## Quick start\n\nSeveral quick start options are available:\n\n- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.3.1.zip)\n- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`\n- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`\n- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.3.1`\n- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.3.1`\n- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`\n\nRead the [Getting started page](https://getbootstrap.com/docs/4.3/getting-started/introduction/) for information on the framework contents, templates and examples, and more.\n\n\n## Status\n\n[![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com/)\n[![Build Status](https://img.shields.io/travis/twbs/bootstrap/v4-dev.svg)](https://travis-ci.org/twbs/bootstrap)\n[![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap)\n[![Gem version](https://img.shields.io/gem/v/bootstrap.svg)](https://rubygems.org/gems/bootstrap)\n[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue.svg)](https://atmospherejs.com/twbs/bootstrap)\n[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap.svg)](https://packagist.org/packages/twbs/bootstrap)\n[![NuGet](https://img.shields.io/nuget/vpre/bootstrap.svg)](https://www.nuget.org/packages/bootstrap/absoluteLatest)\n[![peerDependencies Status](https://img.shields.io/david/peer/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=peer)\n[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=dev)\n[![Coverage Status](https://img.shields.io/coveralls/github/twbs/bootstrap/v4-dev.svg)](https://coveralls.io/github/twbs/bootstrap?branch=v4-dev)\n[![CSS gzip size](https://img.badgesize.io/twbs/bootstrap/v4-dev/dist/css/bootstrap.min.css?compression=gzip&label=CSS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/css/bootstrap.min.css)\n[![JS gzip size](https://img.badgesize.io/twbs/bootstrap/v4-dev/dist/js/bootstrap.min.js?compression=gzip&label=JS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/js/bootstrap.min.js)\n[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229)](https://www.browserstack.com/automate/public-build/SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229)\n[![Backers on Open Collective](https://opencollective.com/bootstrap/backers/badge.svg)](#backers)\n[![Sponsors on Open Collective](https://opencollective.com/bootstrap/sponsors/badge.svg)](#sponsors)\n\n\n## What's included\n\nWithin the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:\n\n```text\nbootstrap/\n└── dist/\n    ├── css/\n    │   ├── bootstrap-grid.css\n    │   ├── bootstrap-grid.css.map\n    │   ├── bootstrap-grid.min.css\n    │   ├── bootstrap-grid.min.css.map\n    │   ├── bootstrap-reboot.css\n    │   ├── bootstrap-reboot.css.map\n    │   ├── bootstrap-reboot.min.css\n    │   ├── bootstrap-reboot.min.css.map\n    │   ├── bootstrap.css\n    │   ├── bootstrap.css.map\n    │   ├── bootstrap.min.css\n    │   └── bootstrap.min.css.map\n    └── js/\n        ├── bootstrap.bundle.js\n        ├── bootstrap.bundle.js.map\n        ├── bootstrap.bundle.min.js\n        ├── bootstrap.bundle.min.js.map\n        ├── bootstrap.js\n        ├── bootstrap.js.map\n        ├── bootstrap.min.js\n        └── bootstrap.min.js.map\n```\n\nWe provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/), but not [jQuery](https://jquery.com/).\n\n\n## Bugs and feature requests\n\nHave a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).\n\n\n## Documentation\n\nBootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at <https://getbootstrap.com/>. The docs may also be run locally.\n\nDocumentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/docs/4.3/assets/js/src/search.js` file.\n\n### Running documentation locally\n\n1. Run through the [tooling setup](https://getbootstrap.com/docs/4.3/getting-started/build-tools/#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.\n2. Run `npm install` to install Node.js dependencies.\n3. Run `npm start` to compile CSS and JavaScript files, generate our docs, and watch for changes.\n4. Open `http://localhost:9001` in your browser, and voilà.\n\nLearn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/).\n\n### Documentation for previous releases\n\n- For v2.3.2: <https://getbootstrap.com/2.3.2/>\n- For v3.3.x: <https://getbootstrap.com/docs/3.3/>\n- For v3.4.0: <https://getbootstrap.com/docs/3.4/>\n- For v4.0.x: <https://getbootstrap.com/docs/4.0/>\n- For v4.1.x: <https://getbootstrap.com/docs/4.1/>\n- For v4.2.x: <https://getbootstrap.com/docs/4.2/>\n\n[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.\n\n\n## Contributing\n\nPlease read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.\n\nMoreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).\n\nEditor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.\n\n\n## Community\n\nGet updates on Bootstrap's development and chat with the project maintainers and community members.\n\n- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).\n- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/).\n- Join [the official Slack room](https://bootstrap-slack.herokuapp.com/).\n- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.\n- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)).\n- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.\n\n\n## Versioning\n\nFor transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](https://semver.org/). Sometimes we screw up, but we adhere to those rules whenever possible.\n\nSee [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com/) contain summaries of the most noteworthy changes made in each release.\n\n\n## Creators\n\n**Mark Otto**\n\n- <https://twitter.com/mdo>\n- <https://github.com/mdo>\n\n**Jacob Thornton**\n\n- <https://twitter.com/fat>\n- <https://github.com/fat>\n\n\n## Thanks\n\n<a href=\"https://www.browserstack.com/\">\n  <img src=\"https://live.browserstack.com/images/opensource/browserstack-logo.svg\" alt=\"BrowserStack Logo\" width=\"192\" height=\"42\">\n</a>\n\nThanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers!\n\n\n## Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/bootstrap#backer)]\n\n[![Bakers](https://opencollective.com/bootstrap/backers.svg?width=890)](https://opencollective.com/bootstrap#backers)\n\n\n## Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/bootstrap#sponsor)]\n\n[![](https://opencollective.com/bootstrap/sponsor/0/avatar.svg)](https://opencollective.com/bootstrap/sponsor/0/website)\n[![](https://opencollective.com/bootstrap/sponsor/1/avatar.svg)](https://opencollective.com/bootstrap/sponsor/1/website)\n[![](https://opencollective.com/bootstrap/sponsor/2/avatar.svg)](https://opencollective.com/bootstrap/sponsor/2/website)\n[![](https://opencollective.com/bootstrap/sponsor/3/avatar.svg)](https://opencollective.com/bootstrap/sponsor/3/website)\n[![](https://opencollective.com/bootstrap/sponsor/4/avatar.svg)](https://opencollective.com/bootstrap/sponsor/4/website)\n[![](https://opencollective.com/bootstrap/sponsor/5/avatar.svg)](https://opencollective.com/bootstrap/sponsor/5/website)\n[![](https://opencollective.com/bootstrap/sponsor/6/avatar.svg)](https://opencollective.com/bootstrap/sponsor/6/website)\n[![](https://opencollective.com/bootstrap/sponsor/7/avatar.svg)](https://opencollective.com/bootstrap/sponsor/7/website)\n[![](https://opencollective.com/bootstrap/sponsor/8/avatar.svg)](https://opencollective.com/bootstrap/sponsor/8/website)\n[![](https://opencollective.com/bootstrap/sponsor/9/avatar.svg)](https://opencollective.com/bootstrap/sponsor/9/website)\n\n\n## Copyright and license\n\nCode and documentation copyright 2011-2019 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).\n","readmeFilename":"README.md"}