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,91 @@
1
+{
2
+  "_from": "swiper",
3
+  "_id": "swiper@6.4.5",
4
+  "_inBundle": false,
5
+  "_integrity": "sha512-MJIY0aXF6UKgUM+/tgwtOxI21fwRiT6QX2decd6m2L9OGA7jLBks8E0CuUuRqpQfmTInQrBPnBy8dqgOtr2O0w==",
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.4.5.tgz",
23
+  "_shasum": "2aa9e7f59ed0578c411626bf24cdb5942609618e",
24
+  "_spec": "swiper",
25
+  "_where": "/mnt/e/node",
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",
35
+    "ssr-window": "^3.0.0",
36
+    "tslib": "^2.0.0"
37
+  },
38
+  "deprecated": false,
39
+  "description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
40
+  "engines": {
41
+    "node": ">= 4.7.0"
42
+  },
43
+  "funding": {
44
+    "type": "patreon",
45
+    "url": "https://www.patreon.com/vladimirkharlampidi"
46
+  },
47
+  "homepage": "https://swiperjs.com",
48
+  "jsnext:main": "swiper.esm.js",
49
+  "keywords": [
50
+    "swiper",
51
+    "swipe",
52
+    "slider",
53
+    "touch",
54
+    "ios",
55
+    "mobile",
56
+    "cordova",
57
+    "phonegap",
58
+    "app",
59
+    "framework",
60
+    "framework7",
61
+    "carousel",
62
+    "gallery",
63
+    "plugin",
64
+    "react",
65
+    "slideshow"
66
+  ],
67
+  "license": "MIT",
68
+  "main": "swiper.cjs.js",
69
+  "module": "swiper.esm.js",
70
+  "name": "swiper",
71
+  "repository": {
72
+    "type": "git",
73
+    "url": "git+https://github.com/nolimits4web/Swiper.git"
74
+  },
75
+  "scripts": {
76
+    "postinstall": "node postinstall.js"
77
+  },
78
+  "sideEffects": [
79
+    "*.less",
80
+    "*.scss",
81
+    "*.css",
82
+    "cjs/utils/dom.js",
83
+    "cjs/components/core/core-class.js",
84
+    "esm/utils/dom.js",
85
+    "esm/components/core/core-class.js",
86
+    "swiper-bundle.cjs.js",
87
+    "swiper-bundle.esm.js"
88
+  ],
89
+  "typings": "swiper.d.ts",
90
+  "version": "6.4.5"
91
+}