{"_id":"@ancine/bootstrap","_rev":"4-975615d301a59a71b3d9d7065655e4fc","name":"@ancine/bootstrap","description":"The most popular front-end framework for developing responsive, mobile first projects on the web.","dist-tags":{"latest":"4.0.0-beta"},"versions":{"4.0.0-beta":{"name":"@ancine/bootstrap","description":"The most popular front-end framework for developing responsive, mobile first projects on the web.","version":"4.0.0-beta","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":{"bash":"bash","css":"npm-run-all css-lint css-compile css-prefix css-minify","css-docs":"npm-run-all css-lint-docs css-compile-docs css-prefix-docs css-minify-docs","css-lint":"bundle exec scss-lint --config .scss-lint.yml scss/*.scss","css-lint-docs":"bundle exec scss-lint --config .scss-lint.yml --exclude assets/scss/docs.scss assets/scss/*.scss","css-compile":"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","css-compile-docs":"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 assets/scss/docs.scss assets/css/docs.min.css","css-prefix":"postcss --config build/postcss.config.js --replace dist/css/*.css","css-prefix-docs":"postcss --config build/postcss.config.js --no-map --replace assets/css/docs.min.css","css-minify":"cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css","css-minify-docs":"cleancss --level 1 --source-map --source-map-inline-sources --output assets/css/docs.min.css assets/css/docs.min.css","js":"npm-run-all js-lint js-compile js-minify","js-docs":"npm-run-all js-lint-docs js-minify-docs","js-lint":"eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/ Gruntfile.js","js-lint-docs":"eslint --config js/tests/.eslintrc.json assets/js/","js-compile":"npm-run-all --parallel js-compile-*","js-compile-bundle":"shx cat js/src/util.js js/src/alert.js js/src/button.js js/src/carousel.js js/src/collapse.js js/src/dropdown.js js/src/modal.js js/src/scrollspy.js js/src/tab.js js/src/tooltip.js js/src/popover.js | shx sed \"s/^(import|export).*//\" | babel --filename js/src/bootstrap.js | node build/stamp.js > dist/js/bootstrap.js","js-compile-plugins":"babel js/src/ --out-dir js/dist/ --source-maps","js-minify":"uglifyjs --config-file build/uglifyjs.config.json --output dist/js/bootstrap.min.js dist/js/bootstrap.js","js-minify-docs":"uglifyjs --config-file build/uglifyjs.config.json --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js","js-test":"phantomjs ./node_modules/qunit-phantomjs-runner/runner.js js/tests/index.html 60","js-test-cloud":"ruby -r webrick -e \"s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start\" & grunt saucelabs-qunit","docs":"npm-run-all docs-compile docs-lint","docs-lint":"htmllint --rc build/.htmllintrc _gh_pages/*.html _gh_pages/**/*.html js/tests/visual/*.html","docs-compile":"bundle exec jekyll build","docs-serve":"bundle exec jekyll serve","docs-github":"shx echo 'github: true' > $npm_config_tmp/twbsconfig.yml && npm run docs-compile -- --config _config.yml,$npm_config_tmp/twbsconfig.yml && shx rm $npm_config_tmp/twbsconfig.yml","docs-upload-preview":"build/upload-preview.sh","maintenance-dependencies":"ncu -a -x jquery && npm update && bundle update && shx echo 'Manually update assets/js/vendor/*, js/tests/vendor/*, bower.json and .travis.yml'","release-version":"node build/change-version.js","release-zip":"cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip ..","dist":"npm-run-all --parallel css js css-docs","test":"npm-run-all dist js-test docs","watch":"npm-run-all --parallel watch-css watch-js","watch-css":"nodemon --ignore js/ --ignore dist/ -e scss -x \"npm run css && npm run css-docs\"","watch-js":"nodemon --ignore scss/ --ignore js/dist/ --ignore dist/ -e js -x \"npm run js-compile-plugins\""},"style":"dist/css/bootstrap.css","sass":"scss/bootstrap.scss","main":"dist/js/bootstrap","repository":{"type":"git","url":"git+https://github.com/agencianacionaldocinema/bootstrap.git"},"bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"license":"MIT","dependencies":{},"peerDependencies":{"jquery":">=3.0.0","popper.js":"^1.11.0"},"devDependencies":{"autoprefixer":"^7.1.2","babel-cli":"^6.24.1","babel-eslint":"^7.2.3","babel-plugin-transform-es2015-modules-strip":"^0.1.1","babel-preset-es2015":"^6.24.1","clean-css-cli":"^4.1.6","eslint":"^4.2.0","grunt":"^1.0.1","grunt-cli":"^1.2.0","grunt-saucelabs":"^9.0.0","htmllint-cli":"^0.0.6","node-sass":"^4.5.3","nodemon":"^1.11.0","npm-run-all":"^4.0.2","phantomjs-prebuilt":"^2.1.14","postcss-cli":"^4.1.0","qunit-phantomjs-runner":"^2.3.0","qunitjs":"^2.4.0","shelljs":"^0.7.8","shx":"^0.2.2","uglify-js":"^3.0.24"},"engines":{"node":">=4"},"files":[".babelrc",".eslintignore","Gruntfile.js","Gemfile","dist","build","js/.eslintrc.json","js/**/*.js",".scss-lint.yml","scss/**/*.scss","LICENSE"],"jspm":{"main":"js/bootstrap","directories":{"lib":"dist"},"shim":{"js/bootstrap":{"deps":["jquery"],"exports":"$"}},"dependencies":{"jquery":"3"}},"gitHead":"9e0df4efcdf674257722e440c0907273f3f80ce0","_id":"@ancine/bootstrap@4.0.0-beta","_shasum":"4fd7d2e06bd701e3b8a8084dff61edcd916fe1c0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"diogoalves","email":"diogo.alves@gmail.com"},"dist":{"shasum":"4fd7d2e06bd701e3b8a8084dff61edcd916fe1c0","tarball":"https://registry.npmjs.org/@ancine/bootstrap/-/bootstrap-4.0.0-beta.tgz","npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhzFU5CRA9TVsSAnZWagAA5EAP/j534b0q93WtoJn9MFSo\nEF+ysTwxc9lQBMP8PODJZzJGJPvp0pac4mdj837LSzoyZcbYGCIRMlwhAErV\nBbKex0m1aulLW5ewy1fNGdckKgeqR5WoEQEbB+nhLWr3eFzvoAtU68VKtJ5Z\norVRuWzllrhg7WAcKDZttfyjX1wQFwAfYWl4wawh/JxS5ZRlMSqSPbjNfms9\nXCXapzwbqmvbd8cK2LuzZfqEiR4yOOqm/7ipZWGEQaHnsXvK1y3yN69jtfhv\ngxTYtGjUTe1idjht6TYAqyld3hqJQQa8Jq1Q+UyAY8VfJPlBCU7O8KkdofeT\n+W9I0PAS5Et0Nqgvd/djz7LLTGIGZSxkVLLb+vvX2KEUXI9mAEBA51qfjex3\n2Kg22nY5Mf4z6vz+NQAMXVQ3783EsV1DWmIjwH/P+U26jAj8xnZ5JjM1+2qk\n4rPrkN//d0Tvne5G0swibAoFPJFPbKjVtOK+z/KB3g7P4A0DnL80KIjm9YuQ\n5Hg6imuw5JYqdEasetz/pynqbTH5HWlLkEAkXhdEGgLVNucCQhRIx0LD4ZNQ\nBmE2gMF1adHnG19Q0XbYlHq8fxT76Y8HJahReFjrZO/l+csrGM4oqrIdbVwn\neWCVNS0MJegU0RIr7yuZUk4nghd9usUqGSO8hQ5xExYVCpKVg/4C7JyMZpfX\nF0//\r\n=p9wa\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-oNtdw+FkzUUxna0nPYSyubsvmrQjpq2T56w98RFULnuMPA+QUFxC/KgcaoppElpyG0wcJyh+T1U50zkS76WAjQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZkcLMxBl/rFyvB9iMNp64yTIEgcUM8FTVp4hbfJCacwIgDoMsbEGmIaYHqjF9pgP9cy/J/qE3hNNrHxRdeZzdZSg="}]},"maintainers":[{"name":"diogoalves","email":"diogo.alves@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bootstrap-4.0.0-beta.tgz_1503027973731_0.7374100158922374"},"directories":{}}},"readme":"<p align=\"center\">\n  <a href=\"https://getbootstrap.com\">\n    <img src=\"https://getbootstrap.com/assets/brand/bootstrap-solid.svg\" width=72 height=72>\n  </a>\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.0\"><strong>Explore Bootstrap docs &raquo;</strong></a>\n    <br>\n    <br>\n    <a href=\"https://themes.getbootstrap.com\">Bootstrap Themes</a>\n    &middot;\n    <a href=\"https://jobs.getbootstrap.com\">Job Board</a>\n    &middot;\n    <a href=\"https://blog.getbootstrap.com\">Blog</a>\n  </p>\n</p>\n\n<br>\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- [Copyright and license](#copyright-and-license)\n\n## Quick start\n\nSeveral quick start options are available:\n\n- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-beta.zip)\n- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`\n- Install with [npm](https://www.npmjs.com): `npm install bootstrap@4.0.0-beta`\n- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add bootstrap@4.0.0-beta`\n- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap:4.0.0-beta`\n- Install with [Bower](https://bower.io): `bower install bootstrap#v4.0.0-beta`\n- Install with [NuGet](https://www.nuget.org): CSS: `Install-Package bootstrap -Pre` Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only required until Bootstrap v4 has a stable release).\n\nRead the [Getting started page](https://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.\n\n## Status\n\n[![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com)\n[![Bower](https://img.shields.io/bower/v/bootstrap.svg)](https://bower.io/search/?q=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[![Build Status](https://img.shields.io/travis/twbs/bootstrap/v4-dev.svg)](https://travis-ci.org/twbs/bootstrap)\n[![peerDependencies Status](https://david-dm.org/twbs/bootstrap/peer-status.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[![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\n[![Selenium Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](https://saucelabs.com/u/bootstrap)\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```\nbootstrap/\n├── css/\n│   ├── bootstrap.css\n│   ├── bootstrap.css.map\n│   ├── bootstrap.min.css\n│   └── bootstrap.min.css.map\n└── js/\n    ├── bootstrap.js\n    └── bootstrap.min.js\n```\n\nWe provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/web/tools/chrome-devtools/debug/readability/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools.\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 the `_scripts.html` include.\n\n### Running documentation locally\n\n1. Run through the [tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/4.0/getting-started/build-tools.md#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 run test` (or a specific NPM script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.\n4. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line.\n5. Open <http://localhost:9001> in your browser, and voilà.\n\nLearn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/).\n\n### Documentation for previous releases\n\nDocumentation for v2.3.2 has been made available for the time being at <https://getbootstrap.com/2.3.2/> while folks transition to Bootstrap 3.\n\n[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.\n\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 <http://editorconfig.org>.\n\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\n## Versioning\n\nFor transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll 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\n## Copyright and license\n\nCode and documentation copyright 2011-2017 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","maintainers":[{"email":"fabrodrigo@hotmail.com","name":"fabianorodrigo"},{"email":"diogo.alves@gmail.com","name":"diogoalves"}],"time":{"modified":"2022-06-12T14:40:23.030Z","created":"2017-08-18T03:46:15.159Z","4.0.0-beta":"2017-08-18T03:46:15.159Z"},"homepage":"https://getbootstrap.com","keywords":["css","sass","mobile-first","responsive","front-end","framework","web"],"repository":{"type":"git","url":"git+https://github.com/agencianacionaldocinema/bootstrap.git"},"contributors":[{"name":"Twitter, Inc."}],"author":{"name":"The Bootstrap Authors","url":"https://github.com/twbs/bootstrap/graphs/contributors"},"bugs":{"url":"https://github.com/twbs/bootstrap/issues"},"license":"MIT","readmeFilename":"README.md"}