{ "_from": "swiper@^4.0.7", "_id": "swiper@4.5.1", "_inBundle": false, "_integrity": "sha512-se6I7PWWu950NAMXXT+ENtF/6SVb8mPyO+bTfNxbQBILSeLqsYp3Ndap+YOA0EczOIUlea274PKejT6gKZDseA==", "_location": "/swiper", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "swiper@^4.0.7", "name": "swiper", "escapedName": "swiper", "rawSpec": "^4.0.7", "saveSpec": null, "fetchSpec": "^4.0.7" }, "_requiredBy": [ "/vue-awesome-swiper" ], "_resolved": "https://registry.npmmirror.com/swiper/-/swiper-4.5.1.tgz", "_shasum": "ed43998e780ceb478610079c8d23fd425eca636f", "_spec": "swiper@^4.0.7", "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\vue-awesome-swiper", "author": { "name": "Vladimir Kharlampidi" }, "browserslist": [ "Android > 4", "IOS >= 7", "last 4 versions", "ie >= 10" ], "bugs": { "url": "https://github.com/nolimits4web/Swiper/issues" }, "bundleDependencies": false, "dependencies": { "dom7": "^2.1.3", "ssr-window": "^1.0.1" }, "deprecated": false, "description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "devDependencies": { "cross-env": "^5.2.1", "eslint": "^6.3.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "gulp": "^4.0.2", "gulp-autoprefixer": "^7.0.0", "gulp-clean-css": "^4.2.0", "gulp-connect": "^5.7.0", "gulp-header": "^2.0.9", "gulp-less": "^4.0.1", "gulp-open": "^3.0.1", "gulp-rename": "^1.4.0", "gulp-sourcemaps": "^2.6.5", "gulp-uglify": "^3.0.2", "rollup": "^1.21.2", "rollup-plugin-buble": "^0.19.8", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0" }, "engines": { "node": ">= 4.7.0" }, "files": [ "dist", "src", "scripts", "*.json", "*.js" ], "homepage": "http://www.idangero.us/swiper/", "jsnext:main": "dist/js/swiper.esm.bundle.js", "keywords": [ "swiper", "swipe", "slider", "touch", "ios", "mobile", "cordova", "phonegap", "app", "framework", "framework7", "carousel", "gallery", "plugin" ], "license": "MIT", "main": "dist/js/swiper.js", "module": "dist/js/swiper.esm.bundle.js", "name": "swiper", "repository": { "type": "git", "url": "git+https://github.com/nolimits4web/Swiper.git" }, "scripts": { "build:dev": "cross-env NODE_ENV=development gulp build", "build:prod": "cross-env NODE_ENV=production gulp build", "dev": "cross-env NODE_ENV=development gulp build && cross-env NODE_ENV=development gulp playground && cross-env NODE_ENV=development gulp server", "lint": "eslint .", "lint-fix": "eslint . --fix", "postinstall": "node -e \"console.log('\\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')\"", "prod": "cross-env NODE_ENV=production gulp playground && cross-env NODE_ENV=production gulp server", "test": "npm run lint && npm run build:dev" }, "version": "4.5.1" }