package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "vue-countup-v2@4.0.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "vue-countup-v2@4.0.0",
  9. "_id": "vue-countup-v2@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-BhoayO5Koge7nSPSvMHVOl98NnU=",
  12. "_location": "/vue-countup-v2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-countup-v2@4.0.0",
  18. "name": "vue-countup-v2",
  19. "escapedName": "vue-countup-v2",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/vue-countup-v2/download/vue-countup-v2-4.0.0.tgz",
  28. "_spec": "4.0.0",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  30. "author": {
  31. "name": "xLsDg",
  32. "email": "xlsdg@qq.com",
  33. "url": "https://xlsdg.org/"
  34. },
  35. "browser": "dist/countup.umd.min.js",
  36. "bugs": {
  37. "url": "https://github.com/xlsdg/vue-countup-v2/issues"
  38. },
  39. "description": "A CountUp component for Vue",
  40. "devDependencies": {
  41. "@commitlint/cli": "^8.0.0",
  42. "@commitlint/config-conventional": "^8.0.0",
  43. "babel-eslint": "^10.0.1",
  44. "bili": "^4.8.0",
  45. "eslint": "^5.16.0",
  46. "eslint-config-alloy": "^2.0.2",
  47. "eslint-config-prettier": "^4.3.0",
  48. "eslint-plugin-prettier": "^3.1.0",
  49. "eslint-plugin-vue": "^5.2.2",
  50. "husky": "^2.4.0",
  51. "lint-staged": "^8.2.0",
  52. "prettier": "^1.18.0",
  53. "rollup-plugin-vue": "^5.0.0",
  54. "vue": "^2.6.10",
  55. "vue-eslint-parser": "5.0.0",
  56. "vue-template-compiler": "^2.6.10"
  57. },
  58. "engines": {
  59. "node": ">=8",
  60. "npm": ">=5"
  61. },
  62. "files": [
  63. "dist",
  64. "src"
  65. ],
  66. "homepage": "https://github.com/xlsdg/vue-countup-v2",
  67. "jsdelivr": "dist/countup.min.js",
  68. "keywords": [
  69. "vue",
  70. "countup",
  71. "vue-countup",
  72. "library"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/countup.min.js",
  76. "module": "dist/countup.esm.min.js",
  77. "name": "vue-countup-v2",
  78. "peerDependencies": {
  79. "countup.js": "latest",
  80. "vue": "latest"
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/xlsdg/vue-countup-v2.git"
  85. },
  86. "scripts": {
  87. "build": "bili",
  88. "release:major": "npm version major && npm publish",
  89. "release:minor": "npm version minor && npm publish",
  90. "release:patch": "npm version patch && npm publish"
  91. },
  92. "source": "src/countup.vue",
  93. "unpkg": "dist/countup.min.js",
  94. "version": "4.0.0"
  95. }