package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "vue-happy-scroll@^2.1.1",
  3. "_id": "vue-happy-scroll@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3Xy6L+rdpNSB214yHxiF3O/l5/CIT8pxSUBn6PBN6CG94EakwcoSyCbkCTNgjEmtJQHp6pVgUwYFYro4fU43NQ==",
  6. "_location": "/vue-happy-scroll",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-happy-scroll@^2.1.1",
  12. "name": "vue-happy-scroll",
  13. "escapedName": "vue-happy-scroll",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vue-happy-scroll/-/vue-happy-scroll-2.1.1.tgz",
  22. "_shasum": "31973792e47be514808bf619ab953f8f84667240",
  23. "_spec": "vue-happy-scroll@^2.1.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "tangdaohai@outlook.com"
  27. },
  28. "browserslist": [
  29. "> 1%",
  30. "last 2 versions",
  31. "not ie <= 8"
  32. ],
  33. "bugs": {
  34. "url": "https://github.com/tangdaohai/vue-happy-scroll/issues"
  35. },
  36. "bundleDependencies": false,
  37. "config": {
  38. "commitizen": {
  39. "path": "./node_modules/cz-conventional-changelog"
  40. }
  41. },
  42. "dependencies": {
  43. "element-resize-detector": "^1.1.12",
  44. "vue": "^2.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "scroll component for Vue2.0",
  48. "devDependencies": {
  49. "babel": "^6.23.0",
  50. "babel-core": "^6.26.0",
  51. "babel-eslint": "^8.0.1",
  52. "babel-preset-env": "^1.6.1",
  53. "chalk": "^2.4.1",
  54. "commitizen": "^2.10.1",
  55. "conventional-changelog-cli": "^2.0.5",
  56. "cross-env": "^5.1.1",
  57. "cz-conventional-changelog": "^2.1.0",
  58. "eslint": "^4.7.2",
  59. "eslint-config-standard": "^10.2.1",
  60. "eslint-plugin-html": "^4.0.1",
  61. "eslint-plugin-import": "^2.7.0",
  62. "eslint-plugin-node": "^5.2.0",
  63. "eslint-plugin-promise": "^3.5.0",
  64. "eslint-plugin-standard": "^3.0.1",
  65. "husky": "^0.14.3",
  66. "rollup": "^0.49.3",
  67. "rollup-plugin-babel": "^3.0.2",
  68. "rollup-plugin-commonjs": "^8.2.1",
  69. "rollup-plugin-css-only": "^0.2.0",
  70. "rollup-plugin-eslint": "^4.0.0",
  71. "rollup-plugin-json": "^2.3.0",
  72. "rollup-plugin-node-resolve": "^3.0.0",
  73. "rollup-plugin-replace": "^2.0.0",
  74. "rollup-plugin-uglify": "^2.0.1",
  75. "rollup-plugin-vue": "^2.4.1",
  76. "standard": "^10.0.3",
  77. "uglify-es": "^3.0.28"
  78. },
  79. "homepage": "https://github.com/tangdaohai/vue-happy-scroll#readme",
  80. "keywords": [
  81. "vue",
  82. "scroll",
  83. "happy scroll"
  84. ],
  85. "license": "MIT",
  86. "main": "./docs/happy-scroll.min.js",
  87. "name": "vue-happy-scroll",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/tangdaohai/vue-happy-scroll.git"
  91. },
  92. "scripts": {
  93. "build": "rollup --config",
  94. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
  95. "commit": "git-cz",
  96. "commitmsg": "node verify-commit-msg.js",
  97. "min": "cross-env compile_type=min ./node_modules/.bin/rollup --config",
  98. "release": "npm run build && npm run min",
  99. "watch": "rollup --config --watch"
  100. },
  101. "version": "2.1.1"
  102. }