Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

104 строки
2.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "react-bootstrap@1.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-bootstrap@1.0.1",
  9. "_id": "react-bootstrap@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xMHwsvDN7sIv26P9wWiosWjITZije2dRCjEJHVfV2KFoSJY+8uv2zttEw0XMB7xviQcW3zuIGLJXuj8vf6lYEg==",
  12. "_location": "/react-bootstrap",
  13. "_phantomChildren": {
  14. "@babel/runtime": "7.9.6",
  15. "@popperjs/core": "2.4.0",
  16. "@restart/hooks": "0.3.25",
  17. "@types/warning": "3.0.0",
  18. "csstype": "2.6.10",
  19. "loose-envify": "1.4.0",
  20. "prop-types": "15.7.2",
  21. "uncontrollable": "7.1.1",
  22. "warning": "4.0.3"
  23. },
  24. "_requested": {
  25. "type": "version",
  26. "registry": true,
  27. "raw": "react-bootstrap@1.0.1",
  28. "name": "react-bootstrap",
  29. "escapedName": "react-bootstrap",
  30. "rawSpec": "1.0.1",
  31. "saveSpec": null,
  32. "fetchSpec": "1.0.1"
  33. },
  34. "_requiredBy": [
  35. "/"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.0.1.tgz",
  38. "_spec": "1.0.1",
  39. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  40. "author": {
  41. "name": "Stephen J. Collings",
  42. "email": "stevoland@gmail.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/react-bootstrap/react-bootstrap/issues"
  46. },
  47. "dependencies": {
  48. "@babel/runtime": "^7.4.2",
  49. "@restart/context": "^2.1.4",
  50. "@restart/hooks": "^0.3.21",
  51. "@types/react": "^16.9.23",
  52. "classnames": "^2.2.6",
  53. "dom-helpers": "^5.1.2",
  54. "invariant": "^2.2.4",
  55. "prop-types": "^15.7.2",
  56. "prop-types-extra": "^1.1.0",
  57. "react-overlays": "^3.1.2",
  58. "react-transition-group": "^4.0.0",
  59. "uncontrollable": "^7.0.0",
  60. "warning": "^4.0.3"
  61. },
  62. "description": "Bootstrap 4 components built with React",
  63. "homepage": "https://react-bootstrap.github.io/",
  64. "husky": {
  65. "hooks": {
  66. "pre-commit": "lint-staged"
  67. }
  68. },
  69. "keywords": [
  70. "react",
  71. "ecosystem-react",
  72. "react-component",
  73. "bootstrap"
  74. ],
  75. "license": "MIT",
  76. "lint-staged": {
  77. "*.js": "eslint --fix",
  78. "types/**/*.ts": "prettier --write"
  79. },
  80. "main": "cjs/index.js",
  81. "module": "esm/index.js",
  82. "name": "react-bootstrap",
  83. "peerDependencies": {
  84. "react": ">=16.8.0",
  85. "react-dom": ">=16.8.0"
  86. },
  87. "prettier": {
  88. "singleQuote": true,
  89. "trailingComma": "all"
  90. },
  91. "publishConfig": {
  92. "directory": "lib"
  93. },
  94. "release": {
  95. "conventionalCommits": true
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
  100. },
  101. "sideEffects": false,
  102. "version": "1.0.1"
  103. }