package.json 3.2 KB

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