{
  "_from": "react-lazy-load@^3.0.13",
  "_id": "react-lazy-load@3.1.13",
  "_inBundle": false,
  "_integrity": "sha512-eAVNUn3vhNj79Iv04NOCwy/sCLyqDEhL3j9aJKV7VJuRBDg6rCiB+BIWHuG7VXJGCgb//6nX/soR8PTyWRhFvQ==",
  "_location": "/react-lazy-load",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-lazy-load@^3.0.13",
    "name": "react-lazy-load",
    "escapedName": "react-lazy-load",
    "rawSpec": "^3.0.13",
    "saveSpec": null,
    "fetchSpec": "^3.0.13"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/react-lazy-load/-/react-lazy-load-3.1.13.tgz",
  "_shasum": "236943f76b7084cc8458716d9632a1c9853ea5cd",
  "_spec": "react-lazy-load@^3.0.13",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd",
  "author": {
    "name": "Jason Brown",
    "email": "loktar00@gmail.com",
    "url": "https://twitter.com/loktar00"
  },
  "bugs": {
    "url": "https://github.com/loktar00/react-lazy-load/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Sergey Laptev",
      "email": "iamsergeylaptev@gmail.com",
      "url": "https://twitter.com/iamsergeylaptev"
    }
  ],
  "dependencies": {
    "eventlistener": "0.0.1",
    "lodash.debounce": "^4.0.0",
    "lodash.throttle": "^4.0.0",
    "prop-types": "^15.5.8"
  },
  "deprecated": false,
  "description": "Simple lazy loading component built with react",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.2.1",
    "babel-eslint": "^4.1.5",
    "babel-jest": "^12.0.2",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-react": "^6.1.18",
    "babel-preset-stage-0": "^6.1.18",
    "eslint": "^1.8.0",
    "eslint-config-airbnb": "^0.1.0",
    "eslint-plugin-react": "^3.7.1",
    "jest-cli": "^12.0.2",
    "react": "^0.14.8",
    "react-addons-test-utils": "^0.14.8",
    "react-dom": "^0.14.8",
    "rimraf": "^2.4.4",
    "webpack": "^1.12.2"
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/loktar00/react-lazy-load#readme",
  "jest": {
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/react/",
      "<rootDir>/node_modules/react-dom/",
      "<rootDir>/node_modules/react-addons-test-utils/"
    ]
  },
  "keywords": [
    "react",
    "reactjs",
    "react-component",
    "load",
    "lazy"
  ],
  "license": "MIT",
  "main": "./lib/LazyLoad.js",
  "name": "react-lazy-load",
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0",
    "react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loktar00/react-lazy-load.git"
  },
  "scripts": {
    "build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
    "build:lib": "babel src --out-dir lib",
    "build:umd": "webpack src/LazyLoad.jsx dist/LazyLoad.js --config webpack.config.development.js",
    "build:umd:min": "webpack src/LazyLoad.jsx dist/LazyLoad.min.js --config webpack.config.production.js",
    "clean": "rimraf lib dist",
    "lint": "eslint src/LazyLoad.jsx",
    "prepublish": "npm run clean && npm run build",
    "test": "jest"
  },
  "version": "3.1.13"
}
