Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.7 KiB

há 3 anos
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "react-select@3.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-select@3.1.0",
  9. "_id": "react-select@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g==",
  12. "_location": "/react-select",
  13. "_phantomChildren": {
  14. "@babel/runtime": "7.9.6",
  15. "csstype": "2.6.10",
  16. "loose-envify": "1.4.0",
  17. "prop-types": "15.7.2"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "react-select@3.1.0",
  23. "name": "react-select",
  24. "escapedName": "react-select",
  25. "rawSpec": "3.1.0",
  26. "saveSpec": null,
  27. "fetchSpec": "3.1.0"
  28. },
  29. "_requiredBy": [
  30. "/"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/react-select/-/react-select-3.1.0.tgz",
  33. "_spec": "3.1.0",
  34. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  35. "author": {
  36. "name": "Jed Watson"
  37. },
  38. "browser": {
  39. "./dist/react-select.cjs.js": "./dist/react-select.browser.cjs.js",
  40. "./dist/react-select.esm.js": "./dist/react-select.browser.esm.js"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/JedWatson/react-select/issues"
  44. },
  45. "dependencies": {
  46. "@babel/runtime": "^7.4.4",
  47. "@emotion/cache": "^10.0.9",
  48. "@emotion/core": "^10.0.9",
  49. "@emotion/css": "^10.0.9",
  50. "memoize-one": "^5.0.0",
  51. "prop-types": "^15.6.0",
  52. "react-input-autosize": "^2.2.2",
  53. "react-transition-group": "^4.3.0"
  54. },
  55. "description": "A Select control built with and for ReactJS",
  56. "devDependencies": {
  57. "cypress": "^1.4.1",
  58. "enzyme": "^3.8.0",
  59. "enzyme-to-json": "^3.3.0",
  60. "jest-in-case": "^1.0.2",
  61. "react": "^16.8.0",
  62. "react-dom": "^16.8.0"
  63. },
  64. "files": [
  65. "dist",
  66. "src",
  67. "base",
  68. "animated",
  69. "async",
  70. "creatable",
  71. "async-creatable"
  72. ],
  73. "homepage": "https://github.com/JedWatson/react-select#readme",
  74. "keywords": [
  75. "combobox",
  76. "form",
  77. "input",
  78. "multiselect",
  79. "react",
  80. "react-component",
  81. "select",
  82. "ui"
  83. ],
  84. "license": "MIT",
  85. "main": "dist/react-select.cjs.js",
  86. "module": "dist/react-select.esm.js",
  87. "name": "react-select",
  88. "peerDependencies": {
  89. "react": "^16.8.0",
  90. "react-dom": "^16.8.0"
  91. },
  92. "preconstruct": {
  93. "entrypoints": [
  94. ".",
  95. "base",
  96. "animated",
  97. "async",
  98. "creatable",
  99. "async-creatable"
  100. ]
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/JedWatson/react-select.git"
  105. },
  106. "sideEffects": false,
  107. "version": "3.1.0"
  108. }