{
  "_args": [
    [
      "vue-lazyload@1.3.5",
      "/var/www/html/moro-staging"
    ]
  ],
  "_from": "vue-lazyload@1.3.5",
  "_id": "vue-lazyload@1.3.5",
  "_inBundle": false,
  "_integrity": "sha512-SCO/LWgCCbjaregHO4wg2buzITBdPBZRlIS104vERGpT88uxXsK26veuzZpgGAXMR8WpkaR+JDqz80OedpaLiA==",
  "_location": "/vue-lazyload",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-lazyload@1.3.5",
    "name": "vue-lazyload",
    "escapedName": "vue-lazyload",
    "rawSpec": "1.3.5",
    "saveSpec": null,
    "fetchSpec": "1.3.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-lazyload/-/vue-lazyload-1.3.5.tgz",
  "_spec": "1.3.5",
  "_where": "/var/www/html/moro-staging",
  "author": {
    "name": "Awe",
    "email": "hilongjw@gmail.com"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "bugs": {
    "url": "https://github.com/hilongjw/vue-lazyload/issues"
  },
  "dependencies": {},
  "description": "Vue module for lazy-loading images in your vue.js applications.",
  "devDependencies": {
    "@rollup/plugin-replace": "^2.3.4",
    "assign-deep": "^1.0.1",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.3.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "jest": "^26.6.3",
    "jest-canvas-mock": "^2.3.1",
    "mocha": "^4.0.1",
    "rollup": "^2.39.0",
    "rollup-plugin-babel": "^2.6.1",
    "rollup-plugin-commonjs": "^8.4.1",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-uglify": "^1.0.1",
    "vue": "^2.6.12"
  },
  "homepage": "https://github.com/hilongjw/vue-lazyload#readme",
  "jest": {
    "setupFiles": [
      "jest-canvas-mock"
    ]
  },
  "keywords": [
    "vue-lazyload",
    "vue",
    "lazyload",
    "vue-directive"
  ],
  "license": "MIT",
  "main": "vue-lazyload.js",
  "module": "vue-lazyload.esm.js",
  "name": "vue-lazyload",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hilongjw/vue-lazyload.git"
  },
  "scripts": {
    "build": "node build",
    "lint": "eslint ./src",
    "test": "jest"
  },
  "typings": "types/index.d.ts",
  "unpkg": "vue-lazyload.js",
  "version": "1.3.5"
}
