{ "_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" }