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

3 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "rc-util@4.20.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "rc-util@4.20.5",
  9. "_id": "rc-util@4.20.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-f67s4Dt1quBYhrVPq5QMKmK3eS2hN1NNIAyhaiG0HmvqiGYAXMQ7SP2AlGqv750vnzhJs38JklbkWT1/wjhFPg==",
  12. "_location": "/rc-util",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "rc-util@4.20.5",
  18. "name": "rc-util",
  19. "escapedName": "rc-util",
  20. "rawSpec": "4.20.5",
  21. "saveSpec": null,
  22. "fetchSpec": "4.20.5"
  23. },
  24. "_requiredBy": [
  25. "/rc-align",
  26. "/rc-animate",
  27. "/rc-slider",
  28. "/rc-trigger"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/rc-util/-/rc-util-4.20.5.tgz",
  31. "_spec": "4.20.5",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "bugs": {
  34. "url": "http://github.com/react-component/util/issues"
  35. },
  36. "config": {
  37. "port": 8100
  38. },
  39. "dependencies": {
  40. "add-dom-event-listener": "^1.1.0",
  41. "prop-types": "^15.5.10",
  42. "react-is": "^16.12.0",
  43. "react-lifecycles-compat": "^3.0.4",
  44. "shallowequal": "^1.1.0"
  45. },
  46. "description": "Common Utils For React Component",
  47. "devDependencies": {
  48. "@types/enzyme": "^3.10.5",
  49. "@types/jest": "^24.0.23",
  50. "@types/react": "^16.9.3",
  51. "@types/react-dom": "^16.9.1",
  52. "@types/warning": "^3.0.0",
  53. "@umijs/fabric": "^1.2.1",
  54. "coveralls": "^2.11.15",
  55. "create-react-class": "^15.6.3",
  56. "enzyme": "^3.10.0",
  57. "eslint": "^6.6.0",
  58. "father": "^2.14.0",
  59. "np": "^5.0.3",
  60. "react": "^16.2.0",
  61. "react-dom": "^16.2.0",
  62. "typescript": "^3.8.3"
  63. },
  64. "files": [
  65. "lib",
  66. "es"
  67. ],
  68. "homepage": "http://github.com/react-component/util",
  69. "keywords": [
  70. "react",
  71. "util"
  72. ],
  73. "license": "MIT",
  74. "name": "rc-util",
  75. "peerDependencies": {
  76. "react": "^15.0.0 || ^16.0.0",
  77. "react-dom": "^15.0.0 || ^16.0.0"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/react-component/util.git"
  82. },
  83. "scripts": {
  84. "compile": "father build",
  85. "coverage": "father test --coverage && cat ./coverage/lcov.info | coveralls",
  86. "lint": "eslint src/ --ext .tsx,.ts & eslint tests/ --ext .js",
  87. "prepublishOnly": "npm run compile && np --yolo --no-publish",
  88. "test": "father test"
  89. },
  90. "version": "4.20.5"
  91. }