package.json 2.9 KB

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