Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "uncontrollable@^7.0.0",
  3. "_id": "uncontrollable@7.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EcPYhot3uWTS3w00R32R2+vS8Vr53tttrvMj/yA1uYRhf8hbTG2GyugGqWDY0qIskxn0uTTojVd6wPYW9ZEf8Q==",
  6. "_location": "/uncontrollable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "uncontrollable@^7.0.0",
  12. "name": "uncontrollable",
  13. "escapedName": "uncontrollable",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/react-bootstrap"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.1.1.tgz",
  22. "_shasum": "f67fed3ef93637126571809746323a9db815d556",
  23. "_spec": "uncontrollable@^7.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/react-bootstrap",
  25. "author": {
  26. "name": "Jason Quense",
  27. "email": "monastic.panic@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jquense/uncontrollable/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@babel/runtime": "^7.6.3",
  35. "@types/react": "^16.9.11",
  36. "invariant": "^2.2.4",
  37. "react-lifecycles-compat": "^3.0.4"
  38. },
  39. "deprecated": false,
  40. "description": "Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled",
  41. "homepage": "https://github.com/jquense/uncontrollable#readme",
  42. "jest": {
  43. "rootDir": "./test"
  44. },
  45. "keywords": [
  46. "uncontrolled-component",
  47. "react-component",
  48. "input",
  49. "controlled",
  50. "uncontrolled",
  51. "form"
  52. ],
  53. "license": "MIT",
  54. "main": "cjs/index.js",
  55. "module": "esm/index.js",
  56. "name": "uncontrollable",
  57. "peerDependencies": {
  58. "react": ">=15.0.0"
  59. },
  60. "publishConfig": {
  61. "directory": "lib"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jquense/uncontrollable.git"
  66. },
  67. "version": "7.1.1"
  68. }