Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,90 @@
1
+{
2
+  "_from": "swiper",
3
+  "_id": "swiper@6.3.3",
4
+  "_inBundle": false,
5
+  "_integrity": "sha512-SnG1weu2GhqKxuG4NTIA1A6OE9x3P/+d2DW6APLUgYNHm0ZgkAOxL/tEDubiHvgwqtaVaz6QWqkSbCaDYffSNg==",
6
+  "_location": "/swiper",
7
+  "_phantomChildren": {},
8
+  "_requested": {
9
+    "type": "tag",
10
+    "registry": true,
11
+    "raw": "swiper",
12
+    "name": "swiper",
13
+    "escapedName": "swiper",
14
+    "rawSpec": "",
15
+    "saveSpec": null,
16
+    "fetchSpec": "latest"
17
+  },
18
+  "_requiredBy": [
19
+    "#USER",
20
+    "/"
21
+  ],
22
+  "_resolved": "https://registry.npmjs.org/swiper/-/swiper-6.3.3.tgz",
23
+  "_shasum": "e0b2e27621c07e789bfa91569b5676e896d18001",
24
+  "_spec": "swiper",
25
+  "_where": "/mnt/d/Work/PhpstormProjects/esalesmedia/contao-swiperjs/assets/lib/swiper/6.3.3",
26
+  "author": {
27
+    "name": "Vladimir Kharlampidi"
28
+  },
29
+  "bugs": {
30
+    "url": "https://github.com/nolimits4web/swiper/issues"
31
+  },
32
+  "bundleDependencies": false,
33
+  "dependencies": {
34
+    "dom7": "^3.0.0-alpha.7",
35
+    "ssr-window": "^3.0.0-alpha.4"
36
+  },
37
+  "deprecated": false,
38
+  "description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
39
+  "engines": {
40
+    "node": ">= 4.7.0"
41
+  },
42
+  "funding": {
43
+    "type": "patreon",
44
+    "url": "https://www.patreon.com/vladimirkharlampidi"
45
+  },
46
+  "homepage": "https://swiperjs.com",
47
+  "jsnext:main": "swiper.esm.js",
48
+  "keywords": [
49
+    "swiper",
50
+    "swipe",
51
+    "slider",
52
+    "touch",
53
+    "ios",
54
+    "mobile",
55
+    "cordova",
56
+    "phonegap",
57
+    "app",
58
+    "framework",
59
+    "framework7",
60
+    "carousel",
61
+    "gallery",
62
+    "plugin",
63
+    "react",
64
+    "slideshow"
65
+  ],
66
+  "license": "MIT",
67
+  "main": "swiper.cjs.js",
68
+  "module": "swiper.esm.js",
69
+  "name": "swiper",
70
+  "repository": {
71
+    "type": "git",
72
+    "url": "git+https://github.com/nolimits4web/Swiper.git"
73
+  },
74
+  "scripts": {
75
+    "postinstall": "echo \"\u001b[35m\u001b[1mLove Swiper? Support Vladimir's work by donating or pledging on patreon:\u001b[22m\u001b[39m\n > \u001b[32mhttps://patreon.com/vladimirkharlampidi\u001b[0m\n\""
76
+  },
77
+  "sideEffects": [
78
+    "*.less",
79
+    "*.scss",
80
+    "*.css",
81
+    "cjs/utils/dom.js",
82
+    "cjs/components/core/core-class.js",
83
+    "esm/utils/dom.js",
84
+    "esm/components/core/core-class.js",
85
+    "swiper-bundle.cjs.js",
86
+    "swiper-bundle.esm.js"
87
+  ],
88
+  "typings": "swiper.d.ts",
89
+  "version": "6.3.3"
90
+}