package.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. {
  2. "_from": "bootstrap@^4.5.0",
  3. "_id": "bootstrap@4.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA==",
  6. "_location": "/bootstrap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bootstrap@^4.5.0",
  12. "name": "bootstrap",
  13. "escapedName": "bootstrap",
  14. "rawSpec": "^4.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.5.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.0.tgz",
  23. "_shasum": "97d9dbcb5a8972f8722c9962483543b907d9b9ec",
  24. "_spec": "bootstrap@^4.5.0",
  25. "_where": "/home/kevin/Documents/Developer/docker/Popsu_colloque/wwwroot/html/web/themes/custom/popsu_colloque",
  26. "author": {
  27. "name": "The Bootstrap Authors",
  28. "url": "https://github.com/twbs/bootstrap/graphs/contributors"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/twbs/bootstrap/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Twitter, Inc."
  37. }
  38. ],
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  42. "devDependencies": {
  43. "@babel/cli": "^7.8.4",
  44. "@babel/core": "^7.9.6",
  45. "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
  46. "@babel/preset-env": "^7.9.6",
  47. "@rollup/plugin-commonjs": "^11.1.0",
  48. "@rollup/plugin-node-resolve": "^7.1.3",
  49. "autoprefixer": "^9.7.6",
  50. "babel-eslint": "^10.1.0",
  51. "babel-plugin-istanbul": "^6.0.0",
  52. "bundlewatch": "^0.2.7",
  53. "clean-css-cli": "^4.3.0",
  54. "cross-env": "^7.0.2",
  55. "eslint": "^7.0.0",
  56. "find-unused-sass-variables": "^2.0.0",
  57. "glob": "^7.1.6",
  58. "hammer-simulator": "0.0.1",
  59. "ip": "^1.1.5",
  60. "jquery": "^3.5.1",
  61. "karma": "^5.0.5",
  62. "karma-browserstack-launcher": "1.4.0",
  63. "karma-chrome-launcher": "^3.1.0",
  64. "karma-coverage-istanbul-reporter": "^3.0.2",
  65. "karma-detect-browsers": "^2.3.3",
  66. "karma-firefox-launcher": "^1.3.0",
  67. "karma-qunit": "^4.1.1",
  68. "karma-sinon": "^1.0.5",
  69. "linkinator": "^2.1.1",
  70. "lockfile-lint": "^4.2.2",
  71. "node-sass": "^4.14.1",
  72. "nodemon": "^2.0.3",
  73. "npm-run-all": "^4.1.5",
  74. "popper.js": "^1.16.0",
  75. "postcss-cli": "^7.1.1",
  76. "qunit": "2.9.2",
  77. "rollup": "^2.9.1",
  78. "rollup-plugin-babel": "^4.4.0",
  79. "shelljs": "^0.8.4",
  80. "shx": "^0.3.2",
  81. "sinon": "^7.5.0",
  82. "stylelint": "^13.3.3",
  83. "stylelint-config-twbs-bootstrap": "^2.0.2",
  84. "terser": "^4.6.13",
  85. "vnu-jar": "20.3.16"
  86. },
  87. "files": [
  88. "dist/{css,js}/*.{css,js,map}",
  89. "js/{src,dist}/**/*.{js,map}",
  90. "scss/**/*.scss"
  91. ],
  92. "funding": {
  93. "type": "opencollective",
  94. "url": "https://opencollective.com/bootstrap"
  95. },
  96. "homepage": "https://getbootstrap.com/",
  97. "jspm": {
  98. "registry": "npm",
  99. "main": "js/bootstrap",
  100. "directories": {
  101. "lib": "dist"
  102. },
  103. "shim": {
  104. "js/bootstrap": {
  105. "deps": [
  106. "jquery",
  107. "popper.js"
  108. ],
  109. "exports": "$"
  110. }
  111. },
  112. "dependencies": {},
  113. "peerDependencies": {
  114. "jquery": "1.9.1 - 3",
  115. "popper.js": "^1.16.0"
  116. }
  117. },
  118. "keywords": [
  119. "css",
  120. "sass",
  121. "mobile-first",
  122. "responsive",
  123. "front-end",
  124. "framework",
  125. "web"
  126. ],
  127. "license": "MIT",
  128. "main": "dist/js/bootstrap.js",
  129. "name": "bootstrap",
  130. "peerDependencies": {
  131. "jquery": "1.9.1 - 3",
  132. "popper.js": "^1.16.0"
  133. },
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://github.com/twbs/bootstrap.git"
  137. },
  138. "sass": "scss/bootstrap.scss",
  139. "scripts": {
  140. "bundlewatch": "bundlewatch --config .bundlewatch.config.json",
  141. "css": "npm-run-all css-compile css-prefix css-minify css-copy",
  142. "css-compile": "npm-run-all --parallel css-compile-*",
  143. "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",
  144. "css-compile-main": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/ && npm run css-copy",
  145. "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/",
  146. "css-docs": "npm-run-all css-compile-docs css-prefix-docs css-minify-docs",
  147. "css-lint": "npm-run-all --continue-on-error --parallel css-lint-*",
  148. "css-lint-docs": "stylelint \"site/docs/**/assets/scss/*.scss\" \"site/docs/**/*.css\" --cache --cache-location .cache/.stylelintcache",
  149. "css-lint-main": "stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache",
  150. "css-lint-vars": "fusv scss/ site/docs/",
  151. "css-main": "npm-run-all css-lint css-compile-main css-prefix-main css-minify-main css-copy",
  152. "css-minify": "npm-run-all --parallel css-minify-*",
  153. "css-minify-docs": "cross-env-shell cleancss --level 1 --format breakWith=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",
  154. "css-minify-main": "cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css",
  155. "css-prefix": "npm-run-all --parallel css-prefix-*",
  156. "css-prefix-docs": "postcss --config build/postcss.config.js --replace \"site/docs/**/*.css\"",
  157. "css-prefix-main": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"",
  158. "dist": "npm-run-all --parallel css js",
  159. "docs": "npm-run-all css-docs js-docs docs-build docs-lint",
  160. "docs-build": "bundle exec jekyll build",
  161. "docs-compile": "npm run docs-build",
  162. "docs-linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"",
  163. "docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
  164. "docs-netlify": "cross-env JEKYLL_ENV=netlify npm run docs-build",
  165. "docs-production": "cross-env JEKYLL_ENV=production npm run docs-build",
  166. "docs-serve": "bundle exec jekyll serve",
  167. "docs-serve-only": "npm run docs-serve -- --skip-initial-build --no-watch",
  168. "docs-vnu": "node build/vnu-jar.js",
  169. "js": "npm-run-all js-compile js-minify js-copy",
  170. "js-compile": "npm-run-all --parallel js-compile-* --sequential js-copy",
  171. "js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap",
  172. "js-compile-plugins": "node build/build-plugins.js",
  173. "js-compile-plugins-coverage": "cross-env NODE_ENV=test node build/build-plugins.js",
  174. "js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap",
  175. "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/",
  176. "js-docs": "npm-run-all js-lint-docs js-minify-docs",
  177. "js-lint": "npm-run-all --continue-on-error --parallel js-lint-*",
  178. "js-lint-docs": "eslint --report-unused-disable-directives --cache --cache-location .cache/.eslintcache site/",
  179. "js-lint-main": "eslint --report-unused-disable-directives --cache --cache-location .cache/.eslintcache js/src js/tests build/",
  180. "js-main": "npm-run-all js-lint js-compile js-minify-main",
  181. "js-minify": "npm-run-all --parallel js-minify-main js-minify-docs",
  182. "js-minify-bundle": "terser --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",
  183. "js-minify-docs": "cross-env-shell terser --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\"",
  184. "js-minify-main": "npm-run-all js-minify-standalone js-minify-bundle",
  185. "js-minify-standalone": "terser --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",
  186. "js-test": "npm-run-all js-test-karma* js-test-integration",
  187. "js-test-cloud": "cross-env BROWSER=true npm run js-test-karma",
  188. "js-test-integration": "rollup --config js/tests/integration/rollup.bundle.js",
  189. "js-test-karma": "karma start js/tests/karma.conf.js",
  190. "js-test-karma-bundle": "cross-env BUNDLE=true npm run js-test-karma",
  191. "js-test-karma-bundle-old": "cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma",
  192. "js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma",
  193. "lint": "npm-run-all --parallel js-lint css-lint lockfile-lint",
  194. "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
  195. "netlify": "npm-run-all dist release-sri docs-netlify",
  196. "release": "npm-run-all dist release-sri docs-build release-zip*",
  197. "release-sri": "node build/generate-sri.js",
  198. "release-version": "node build/change-version.js",
  199. "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\"",
  200. "release-zip-examples": "node build/zip-examples.js",
  201. "start": "npm-run-all --parallel watch docs-serve",
  202. "test": "npm-run-all lint dist js-test docs-build docs-lint",
  203. "update-deps": "ncu -u -x \"jquery,karma-browserstack-launcher,popper.js,qunit,sinon\" && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"",
  204. "watch": "npm-run-all --parallel watch-*",
  205. "watch-css-docs": "nodemon --watch \"site/docs/**/assets/scss/\" --ext scss --exec \"npm run css-docs\"",
  206. "watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm run css-main\"",
  207. "watch-js-docs": "nodemon --watch \"site/docs/**/assets/js/src/\" --ext js --exec \"npm run js-docs\"",
  208. "watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm run js-compile\""
  209. },
  210. "style": "dist/css/bootstrap.css",
  211. "version": "4.5.0",
  212. "version_short": "4.5"
  213. }