{
  "_from": "react-lazy-load-image-component@^1.5.1",
  "_id": "react-lazy-load-image-component@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-8KFkDTgjh+0+PVbH+cx0AgxLGbdTsxWMnxXzU5HEUztqewk9ufQAu8cstjZhyvtMIPsdMcPZfA0WAa7HtjQbBQ==",
  "_location": "/react-lazy-load-image-component",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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.6.0.tgz",
  "_shasum": "f262c2f163052d71011e282031fd60aafa6494ac",
  "_spec": "react-lazy-load-image-component@^1.5.1",
  "_where": "/var/www/html/frontend-new",
  "author": {
    "name": "Albert Juhé Lluveras",
    "email": "contact@albertjuhe.com"
  },
  "bugs": {
    "url": "https://github.com/Aljullu/react-lazy-load-image-component/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1"
  },
  "deprecated": false,
  "description": " React Component to lazy load images using a HOC to track window scroll position.",
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/eslint-parser": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "babel-jest": "^27.0.6",
    "babel-loader": "^8.2.2",
    "css-loader": "^6.2.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^7.32.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-react": "^7.24.0",
    "eslint-webpack-plugin": "^3.0.1",
    "husky": "^7.0.1",
    "jest": "^27.0.6",
    "path": "^0.12.7",
    "prettier": "^2.3.2",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "style-loader": "^3.2.1",
    "webpack": "^5.50.0",
    "webpack-cli": "^4.7.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/",
    "testEnvironment": "jsdom"
  },
  "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 || ^18.x.x",
    "react-dom": "^15.x.x || ^16.x.x || ^17.x.x || ^18.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.6.0"
}
