{
  "name": "vue-lazyload-imgs",
  "description": "This Vue component vue-lazyload-imgs is used to implement lazy loading of images in Vue2 (Vue>=2.6.0) and Vue3 framework environments. The difference from some lazy loading image instructions is that this component can lazily load any number of images at a time, and can also lazily load v-html instructions to render images in HTML.",
  "private": false,
  "version": "1.0.2",
  "type": "module",
  "main": "dist/lazy-load-imgs.umd.js",
  "module": "dist/lazy-load-imgs.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/lazy-load-imgs.es.js",
      "require": "./dist/lazy-load-imgs.umd.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node ./index.js"
  },
  "peerDependencies": {
    "@vue/composition-api": "^1.4.0",
    "vue": "^2.6.0 || ^3.0.0"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Samdy-Chan/vue-lazyload-imgs.git"
  },
  "keywords": [
    "vue",
    "lazy",
    "load",
    "lazy load",
    "lazyLoadImgs",
    "lazy-load-imgs",
    "lazyLoadImgages",
    "lazy-load-imgages",
    "vue-lazyload-imgs",
    "vue-lazy-load",
    "懒加载",
    "懒加载图片",
    "延迟加载",
    "延迟加载图片"
  ],
  "author": "Samdy_Chan",
  "license": "ISC"
}
