package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "vuescroll@^4.16.1",
  3. "_id": "vuescroll@4.18.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UlPE5Bg7RQAAUun2c85wCU1gGxS77pveRCYm2Eg6ss2U3t6YBkI3m1cuySoRF44sPYca81F79pFG94WCJt7/lw==",
  6. "_location": "/vuescroll",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vuescroll@^4.16.1",
  12. "name": "vuescroll",
  13. "escapedName": "vuescroll",
  14. "rawSpec": "^4.16.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.16.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vuescroll/-/vuescroll-4.18.1.tgz",
  22. "_shasum": "df10f92c3c6f3336199bc4f033e45e843b653917",
  23. "_spec": "vuescroll@^4.16.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Yves Wang"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/YvesCoding/vuescroll/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "A powerful, customizable, multi-mode scrollbar plugin based on Vue.js",
  34. "devDependencies": {
  35. "babel-core": "^6.26.0",
  36. "babel-eslint": "^8.2.5",
  37. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  38. "babel-loader": "^7.1.2",
  39. "babel-plugin-istanbul": "^4.1.5",
  40. "babel-plugin-syntax-jsx": "^6.18.0",
  41. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  42. "babel-plugin-transform-vue-jsx": "^3.7.0",
  43. "babel-preset-env": "^1.6.1",
  44. "babel-preset-es2015": "^6.24.1",
  45. "babel-preset-es2015-rollup": "^3.0.0",
  46. "codecov": "^3.0.0",
  47. "cross-env": "^5.2.0",
  48. "css-loader": "^0.28.11",
  49. "eslint": "^4.13.1",
  50. "husky": "^2.3.0",
  51. "istanbul": "^0.4.5",
  52. "jasmine-core": "^2.9.1",
  53. "karma": "^4.4.1",
  54. "karma-chrome-launcher": "^2.2.0",
  55. "karma-coverage": "^1.1.1",
  56. "karma-jasmine": "^1.1.1",
  57. "karma-phantomjs-launcher": "^1.0.4",
  58. "karma-sourcemap-loader": "^0.3.7",
  59. "karma-webpack": "^2.0.9",
  60. "node-sass": "^4.9.0",
  61. "rollup": "1.32.1",
  62. "rollup-plugin-alias": "^1.3.1",
  63. "rollup-plugin-babel": "^3.0.7",
  64. "rollup-plugin-node-resolve": "^3.0.2",
  65. "rollup-plugin-replace": "^2.0.0",
  66. "rollup-plugin-uglify": "^4.0.0",
  67. "vue": "^2.0.0",
  68. "webpack": "^3.10.0"
  69. },
  70. "files": [
  71. "src",
  72. "dist/*.js",
  73. "dist/*.css",
  74. "types/*.d.ts"
  75. ],
  76. "homepage": "https://github.com/YvesCoding/vuescroll#readme",
  77. "husky": {
  78. "hooks": {
  79. "pre-commit": "npm run lint"
  80. }
  81. },
  82. "jsdelivr": "./dist/vuescroll.js",
  83. "keywords": [
  84. "vuescroll",
  85. "scrollbar",
  86. "vuescrollbar",
  87. "vue"
  88. ],
  89. "license": "MIT",
  90. "main": "./dist/vuescroll.js",
  91. "name": "vuescroll",
  92. "peerDependencies": {
  93. "vue": "^2.0.0"
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/YvesCoding/vuescroll.git"
  98. },
  99. "scripts": {
  100. "build": "cross-env BABEL_ENV=build node scripts/build.js",
  101. "debug": "cross-env BABEL_ENV=build VS_ENV=DEBUG node scripts/debug-build.js",
  102. "debug-test": "karma start test/unit/karma.conf.js --no-single-run",
  103. "gen-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  104. "lint": "eslint --fix src scripts test",
  105. "report-coverage": "codecov",
  106. "test": "npm run test:cover",
  107. "test:cover": "karma start test/unit/karma.conf.js"
  108. },
  109. "typings": "types/index.d.ts",
  110. "unpkg": "./dist/vuescroll.js",
  111. "version": "4.18.1"
  112. }