{
  "_args": [
    [
      "react-lazy-load-image-component@1.5.1",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "react-lazy-load-image-component@1.5.1",
  "_id": "react-lazy-load-image-component@1.5.1",
  "_inBundle": false,
  "_integrity": "sha512-grTEZzURLHPkq7JoipcBBQU44ijdF4fH3Cb+eSD5eSAaMsjugbXqTaVWm5ruPUNLduoNR9KKQF6bOR9h2WphEg==",
  "_location": "/react-lazy-load-image-component",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-lazy-load-image-component@1.5.1",
    "name": "react-lazy-load-image-component",
    "escapedName": "react-lazy-load-image-component",
    "rawSpec": "1.5.1",
    "saveSpec": null,
    "fetchSpec": "1.5.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-lazy-load-image-component/-/react-lazy-load-image-component-1.5.1.tgz",
  "_spec": "1.5.1",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Albert Juhé Lluveras",
    "email": "contact@albertjuhe.com"
  },
  "bugs": {
    "url": "https://github.com/Aljullu/react-lazy-load-image-component/issues"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1"
  },
  "description": " React Component to lazy load images using a HOC to track window scroll position. ",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^22.4.1",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "css-loader": "^0.28.10",
    "enzyme": "^3.4.4",
    "enzyme-adapter-react-16": "^1.2.0",
    "eslint": "^4.18.2",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-react": "^7.11.1",
    "husky": "^3.1.0",
    "jest": "^23.5.0",
    "path": "^0.12.7",
    "prettier": "^1.19.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "style-loader": "^0.20.3",
    "webpack": "^4.17.1",
    "webpack-cli": "^3.1.2"
  },
  "homepage": "https://github.com/Aljullu/react-lazy-load-image-component#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run prettier && npm run lint"
    }
  },
  "jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  },
  "keywords": [
    "react",
    "react-component",
    "lazyload",
    "lazyloading",
    "lazy-loading",
    "lazyload-images"
  ],
  "license": "MIT",
  "main": "build/index.js",
  "name": "react-lazy-load-image-component",
  "peerDependencies": {
    "react": "^15.x.x || ^16.x.x || ^17.x.x",
    "react-dom": "^15.x.x || ^16.x.x || ^17.x.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aljullu/react-lazy-load-image-component.git"
  },
  "scripts": {
    "build": "webpack",
    "lint": "eslint src --ext=js,jsx",
    "prettier": "prettier --write \"**/*.{js,jsx,json}\"",
    "start": "webpack --watch",
    "test": "jest"
  },
  "version": "1.5.1"
}
