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

86 строки
2.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "react-smooth-scrollbar@8.0.6",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-smooth-scrollbar@8.0.6",
  9. "_id": "react-smooth-scrollbar@8.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yWiIC4L8DwfIRkLL+PdXq5rysEm6trxHzRk1Rx82bzuu2aWDcHhT+l1vXH/73Re/zHmGjBgrxts/wIrwC6yYJA==",
  12. "_location": "/react-smooth-scrollbar",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "react-smooth-scrollbar@8.0.6",
  18. "name": "react-smooth-scrollbar",
  19. "escapedName": "react-smooth-scrollbar",
  20. "rawSpec": "8.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "8.0.6"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/react-smooth-scrollbar/-/react-smooth-scrollbar-8.0.6.tgz",
  28. "_spec": "8.0.6",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Dolphin Wood",
  32. "email": "dolphin.w.e@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/idiotWu/react-smooth-scrollbar/issues"
  36. },
  37. "description": "React implementation of smooth-scrollbar",
  38. "devDependencies": {
  39. "babel-core": "^6.4.5",
  40. "babel-eslint": "^4.1.6",
  41. "babel-loader": "^6.2.1",
  42. "babel-plugin-add-module-exports": "^0.2.1",
  43. "babel-preset-es2015": "^6.3.13",
  44. "babel-preset-react": "^6.3.13",
  45. "babel-preset-stage-0": "^6.3.13",
  46. "browser-sync": "^2.11.1",
  47. "eslint": "^1.10.3",
  48. "eslint-friendly-formatter": "^1.2.2",
  49. "eslint-loader": "^1.2.1",
  50. "gulp": "^3.9.0",
  51. "gulp-babel": "^6.1.2",
  52. "gulp-rename": "^1.2.2",
  53. "gulp-uglify": "^1.5.1",
  54. "prop-types": "^15.6.0",
  55. "react": "^15.6.2",
  56. "react-dom": "^15.6.2",
  57. "smooth-scrollbar": "^8.1.4",
  58. "webpack-stream": "^3.1.0"
  59. },
  60. "homepage": "https://github.com/idiotWu/react-smooth-scrollbar#readme",
  61. "keywords": [
  62. "react",
  63. "smooth",
  64. "scroll",
  65. "performance",
  66. "scrollbar"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/react-smooth-scrollbar.js",
  70. "name": "react-smooth-scrollbar",
  71. "peerDependencies": {
  72. "prop-types": "*",
  73. "smooth-scrollbar": "^8.0.0",
  74. "react": "^0.14.0 || ^15.0.0 || ^16.0.0"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/idiotWu/react-smooth-scrollbar.git"
  79. },
  80. "scripts": {
  81. "dist": "gulp dist",
  82. "start": "gulp serve"
  83. },
  84. "version": "8.0.6"
  85. }