GULP DIST

This commit is contained in:
2022-04-07 14:11:14 +02:00
parent 0a1f83b99c
commit 5e7215d041
137 changed files with 18556 additions and 2641 deletions

View File

@@ -1,11 +1,43 @@
{
"name": "swiper",
"version": "7.3.1",
"_from": "swiper@^7.3.1",
"_id": "swiper@7.4.1",
"_inBundle": false,
"_integrity": "sha512-dhbL4tpYFvHug1J7GnKElfTi6EYhlZy/vNZRhHkWFyUsWZ1Vovipxj3la5gqllMogygXJMe3zvVv+f6eppvWiA==",
"_location": "/swiper",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "swiper@^7.3.1",
"name": "swiper",
"escapedName": "swiper",
"rawSpec": "^7.3.1",
"saveSpec": null,
"fetchSpec": "^7.3.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/swiper/-/swiper-7.4.1.tgz",
"_shasum": "99fc586d1335b45250d2c6b3128dc91f8047d3e7",
"_spec": "swiper@^7.3.1",
"_where": "/mnt/d/WWW/magico.front",
"author": {
"name": "Vladimir Kharlampidi"
},
"bugs": {
"url": "https://github.com/nolimits4web/swiper/issues"
},
"bundleDependencies": false,
"dependencies": {
"dom7": "^4.0.2",
"ssr-window": "^4.0.2"
},
"deprecated": false,
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"typings": "swiper.d.ts",
"type": "module",
"main": "./swiper.esm.js",
"module": "./swiper.esm.js",
"engines": {
"node": ">= 4.7.0"
},
"exports": {
".": "./swiper.esm.js",
"./core": "./swiper.esm.js",
@@ -93,29 +125,17 @@
"./types": "./types/index.d.ts",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"angular": [
"angular/swiper_angular.d.ts"
],
"react": [
"react/swiper-react.d.ts"
],
"svelte": [
"svelte/swiper-svelte.d.ts"
],
"vue": [
"vue/swiper-vue.d.ts"
]
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/swiperjs"
},
{
"type": "open_collective",
"url": "http://opencollective.com/swiper"
}
},
"scripts": {
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
},
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Swiper.git"
},
],
"homepage": "https://swiperjs.com",
"keywords": [
"swiper",
"swipe",
@@ -137,27 +157,35 @@
"svelte",
"slideshow"
],
"author": "Vladimir Kharlampidi",
"license": "MIT",
"bugs": {
"url": "https://github.com/nolimits4web/swiper/issues"
"main": "./swiper.esm.js",
"module": "./swiper.esm.js",
"name": "swiper",
"repository": {
"type": "git",
"url": "git+https://github.com/nolimits4web/Swiper.git"
},
"homepage": "https://swiperjs.com",
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/swiperjs"
},
{
"type": "open_collective",
"url": "http://opencollective.com/swiper"
"scripts": {
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
},
"svelte": "./swiper.esm.js",
"type": "module",
"typesVersions": {
"*": {
"angular": [
"angular/swiper_angular.d.ts"
],
"react": [
"react/swiper-react.d.ts"
],
"svelte": [
"svelte/swiper-svelte.d.ts"
],
"vue": [
"vue/swiper-vue.d.ts"
]
}
],
"engines": {
"node": ">= 4.7.0"
},
"dependencies": {
"dom7": "^4.0.1",
"ssr-window": "^4.0.1"
}
"typings": "swiper.d.ts",
"version": "7.4.1"
}