You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

75 lines
2.0 KiB

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