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