package.json 2.4 KB

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