Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "react-transition-group@^4.0.0",
  3. "_id": "react-transition-group@4.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1qRV1ZuVSdxPlPf4O8t7inxUGpdyO5zG9IoNfJxSO0ImU2A1YWkEQvFPuIPZmMLkg5hYs7vv5mMOyfgSkvAwvw==",
  6. "_location": "/react-transition-group",
  7. "_phantomChildren": {
  8. "@babel/runtime": "7.7.2",
  9. "csstype": "2.6.7"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "react-transition-group@^4.0.0",
  15. "name": "react-transition-group",
  16. "escapedName": "react-transition-group",
  17. "rawSpec": "^4.0.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.0.0"
  20. },
  21. "_requiredBy": [
  22. "/react-bootstrap"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.3.0.tgz",
  25. "_shasum": "fea832e386cf8796c58b61874a3319704f5ce683",
  26. "_spec": "react-transition-group@^4.0.0",
  27. "_where": "/var/www/html/mdch.sipadu/node_modules/react-bootstrap",
  28. "author": "",
  29. "browserify": {
  30. "transform": [
  31. "loose-envify"
  32. ]
  33. },
  34. "bugs": {
  35. "url": "https://github.com/reactjs/react-transition-group/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/runtime": "^7.5.5",
  40. "dom-helpers": "^5.0.1",
  41. "loose-envify": "^1.4.0",
  42. "prop-types": "^15.6.2"
  43. },
  44. "deprecated": false,
  45. "description": "A react component toolset for managing animations",
  46. "homepage": "https://github.com/reactjs/react-transition-group#readme",
  47. "jest": {
  48. "testRegex": "-test\\.js",
  49. "setupFiles": [
  50. "./test/setup.js"
  51. ],
  52. "roots": [
  53. "<rootDir>/test"
  54. ]
  55. },
  56. "keywords": [
  57. "react",
  58. "transition",
  59. "addons",
  60. "transition-group",
  61. "animation",
  62. "css",
  63. "transitions"
  64. ],
  65. "license": "BSD-3-Clause",
  66. "main": "cjs/index.js",
  67. "module": "esm/index.js",
  68. "name": "react-transition-group",
  69. "peerDependencies": {
  70. "react": ">=16.6.0",
  71. "react-dom": ">=16.6.0"
  72. },
  73. "release": {
  74. "pkgRoot": "lib",
  75. "verifyConditions": [
  76. "@semantic-release/changelog",
  77. "semantic-release-alt-publish-dir",
  78. "@semantic-release/git",
  79. "@semantic-release/github"
  80. ],
  81. "prepare": [
  82. "@semantic-release/changelog",
  83. "semantic-release-alt-publish-dir",
  84. "@semantic-release/npm",
  85. "@semantic-release/git"
  86. ]
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/reactjs/react-transition-group.git"
  91. },
  92. "sideEffects": false,
  93. "version": "4.3.0"
  94. }