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

83 строки
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "classnames@2.2.6",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "classnames@2.2.6",
  9. "_id": "classnames@2.2.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==",
  12. "_location": "/classnames",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "classnames@2.2.6",
  18. "name": "classnames",
  19. "escapedName": "classnames",
  20. "rawSpec": "2.2.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.6"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/@material-ui/core",
  27. "/rc-animate",
  28. "/rc-slider",
  29. "/rc-time-picker",
  30. "/rc-trigger",
  31. "/react-bootstrap",
  32. "/react-bootstrap-typeahead",
  33. "/react-bootstrap-typeahead/react-overlays",
  34. "/react-contextmenu",
  35. "/react-data-grid-addons/react-select",
  36. "/react-datepicker",
  37. "/react-draft-wysiwyg",
  38. "/react-slick",
  39. "/react-times",
  40. "/reactstrap"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
  43. "_spec": "2.2.6",
  44. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  45. "author": {
  46. "name": "Jed Watson"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/JedWatson/classnames/issues"
  50. },
  51. "description": "A simple utility for conditionally joining classNames together",
  52. "devDependencies": {
  53. "benchmark": "^1.0.0",
  54. "browserify": "^14.1.0",
  55. "mocha": "^2.1.0",
  56. "opn-cli": "^3.1.0"
  57. },
  58. "homepage": "https://github.com/JedWatson/classnames#readme",
  59. "keywords": [
  60. "react",
  61. "css",
  62. "classes",
  63. "classname",
  64. "classnames",
  65. "util",
  66. "utility"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "classnames",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/JedWatson/classnames.git"
  74. },
  75. "scripts": {
  76. "benchmarks": "node ./benchmarks/run",
  77. "benchmarks-browserify": "browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js",
  78. "benchmarks-in-browser": "opn ./benchmarks/benchmarks.html",
  79. "test": "mocha tests/*.js"
  80. },
  81. "version": "2.2.6"
  82. }