package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "vue-gemini-scrollbar@2.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "vue-gemini-scrollbar@2.0.1",
  9. "_id": "vue-gemini-scrollbar@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oCh5akImSX9Hbe9agMx1GdL9I8uSGULUxEw+kthVHe7azkDG8M2x7gxv1ox9tHUyHCPzO5sfQnxsHRvyQCy6Dw==",
  12. "_location": "/vue-gemini-scrollbar",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-gemini-scrollbar@2.0.1",
  18. "name": "vue-gemini-scrollbar",
  19. "escapedName": "vue-gemini-scrollbar",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/vue-gemini-scrollbar/-/vue-gemini-scrollbar-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "lixin",
  32. "email": "lixin544@163.com"
  33. },
  34. "browserslist": [
  35. "> 1%",
  36. "last 2 versions",
  37. "not ie <= 8"
  38. ],
  39. "bugs": {
  40. "url": "https://github.com/lx544690189/vue-gemini-scrollbar/issues"
  41. },
  42. "dependencies": {
  43. "gemini-scrollbar": "^1.5.3"
  44. },
  45. "description": "Vue component for custom scrollbars with native scrolling",
  46. "devDependencies": {
  47. "babel-core": "^6.26.0",
  48. "babel-loader": "^7.1.2",
  49. "babel-preset-env": "^1.6.0",
  50. "babel-preset-stage-3": "^6.24.1",
  51. "cross-env": "^5.0.5",
  52. "css-loader": "^0.28.7",
  53. "eslint-config-standard": "^11.0.0-beta.0",
  54. "eslint-friendly-formatter": "^3.0.0",
  55. "eslint-plugin-import": "^2.8.0",
  56. "eslint-plugin-node": "^5.2.1",
  57. "eslint-plugin-promise": "^3.6.0",
  58. "eslint-plugin-standard": "^3.0.1",
  59. "file-loader": "^1.1.4",
  60. "vue-loader": "^13.0.5",
  61. "vue-template-compiler": "^2.4.4",
  62. "webpack": "^3.6.0",
  63. "webpack-dev-server": "^2.9.1"
  64. },
  65. "homepage": "https://github.com/lx544690189/vue-gemini-scrollbar#readme",
  66. "keywords": [
  67. "vue",
  68. "scrollbars",
  69. "scrollbar",
  70. "native",
  71. "scrolling",
  72. "custom"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/vue-gemini-scrollbar.js",
  76. "name": "vue-gemini-scrollbar",
  77. "peerDependencies": {
  78. "vue": "^2.0.0"
  79. },
  80. "private": false,
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/lx544690189/vue-gemini-scrollbar.git"
  84. },
  85. "scripts": {
  86. "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
  87. "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot"
  88. },
  89. "version": "2.0.1"
  90. }