{
  "_args": [
    [
      "react-lazy-load@^3.0.10",
      "/Users/nick/codes/twreporter-react"
    ]
  ],
  "_from": "react-lazy-load@>=3.0.10 <4.0.0",
  "_id": "react-lazy-load@3.0.10",
  "_inCache": true,
  "_installable": true,
  "_location": "/react-lazy-load",
  "_nodeVersion": "5.8.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/react-lazy-load-3.0.10.tgz_1460581079468_0.5269078118726611"
  },
  "_npmUser": {
    "email": "iamsergeylaptev@gmail.com",
    "name": "sergeylaptev"
  },
  "_npmVersion": "3.7.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "react-lazy-load",
    "raw": "react-lazy-load@^3.0.10",
    "rawSpec": "^3.0.10",
    "scope": null,
    "spec": ">=3.0.10 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-lazy-load/-/react-lazy-load-3.0.10.tgz",
  "_shasum": "75304b6f3705a92f4d1ae820bccf9ffaca2ce47f",
  "_shrinkwrap": null,
  "_spec": "react-lazy-load@^3.0.10",
  "_where": "/Users/nick/codes/twreporter-react",
  "author": {
    "email": "loktar00@gmail.com",
    "name": "Jason Brown",
    "url": "https://twitter.com/loktar00"
  },
  "bugs": {
    "url": "https://github.com/loktar00/react-lazy-load/issues"
  },
  "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"
  },
  "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-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",
    "react": "^0.14.0",
    "react-dom": "^0.14.0",
    "rimraf": "^2.4.4",
    "webpack": "^1.12.2"
  },
  "directories": {},
  "dist": {
    "shasum": "75304b6f3705a92f4d1ae820bccf9ffaca2ce47f",
    "tarball": "https://registry.npmjs.org/react-lazy-load/-/react-lazy-load-3.0.10.tgz"
  },
  "files": [
    "dist",
    "lib"
  ],
  "gitHead": "ef81c266985760b8c0b9089886e21643196d20cf",
  "homepage": "https://github.com/loktar00/react-lazy-load#readme",
  "keywords": [
    "lazy",
    "load",
    "react",
    "react-component",
    "reactjs"
  ],
  "license": "MIT",
  "main": "./lib/LazyLoad.js",
  "maintainers": [
    {
      "name": "loktar",
      "email": "loktar00@gmail.com"
    },
    {
      "name": "sergeylaptev",
      "email": "iamsergeylaptev@gmail.com"
    }
  ],
  "name": "react-lazy-load",
  "optionalDependencies": {},
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0-0",
    "react-dom": "^0.14.0 || ^15.0.0-0"
  },
  "readme": "ERROR: No README data found!",
  "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": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "3.0.10"
}
