package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "vue-awesome-swiper@^4.1.1",
  3. "_id": "vue-awesome-swiper@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-50um10t6N+lJaORkpwSi1wWuMmBI1sgFc9Znsi5oUykw2cO5DzLaBHcO2JNX21R+Ue4TGoIJDhhxjBHtkFrTEQ==",
  6. "_location": "/vue-awesome-swiper",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-awesome-swiper@^4.1.1",
  12. "name": "vue-awesome-swiper",
  13. "escapedName": "vue-awesome-swiper",
  14. "rawSpec": "^4.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vue-awesome-swiper/-/vue-awesome-swiper-4.1.1.tgz",
  22. "_shasum": "8f7ab221ad003021d756b86aa618f429924900fe",
  23. "_spec": "vue-awesome-swiper@^4.1.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Surmon",
  27. "url": "https://github.com/surmon-china"
  28. },
  29. "browser": "dist/vue-awesome-swiper.js",
  30. "bugs": {
  31. "url": "https://github.com/surmon-china/vue-awesome-swiper/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Swiper component for Vue",
  36. "devDependencies": {
  37. "@surmon-china/abc-factory": "^0.3.3",
  38. "@types/swiper": "^5.2.1",
  39. "cross-env": "^6.0.3",
  40. "swiper": "^5.2.0",
  41. "typescript": "^3.7.5",
  42. "vue": "^2.6.10"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "src",
  49. "dist"
  50. ],
  51. "homepage": "https://github.surmon.me/vue-awesome-swiper",
  52. "jsdelivr": "dist/vue-awesome-swiper.js",
  53. "jspm": {
  54. "main": "dist/vue-awesome-swiper.esm.js",
  55. "registry": "npm",
  56. "format": "esm"
  57. },
  58. "keywords": [
  59. "vue swiper",
  60. "vue awesome swiper",
  61. "vue carrousel",
  62. "carrousel",
  63. "swiper"
  64. ],
  65. "license": "MIT",
  66. "main": "dist/vue-awesome-swiper.js",
  67. "module": "dist/vue-awesome-swiper.esm.js",
  68. "name": "vue-awesome-swiper",
  69. "peerDependencies": {
  70. "swiper": "^5.2.0",
  71. "vue": "2.x"
  72. },
  73. "private": false,
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/surmon-china/vue-awesome-swiper.git"
  77. },
  78. "scripts": {
  79. "build": "npm run cleanup && cross-env NODE_ENV=production abc build",
  80. "cleanup": "rm -rf ./dist/*",
  81. "lint": "abc lint --ext .ts,.vue src tests",
  82. "rebirth": "npm run lint && npm test && npm run build",
  83. "release": ". ./scripts/release.sh",
  84. "test": "abc test",
  85. "test:watch": "abc test --watch -i"
  86. },
  87. "types": "dist/index.d.ts",
  88. "unpkg": "dist/vue-awesome-swiper.js",
  89. "version": "4.1.1"
  90. }