{
  "_from": "react-simple-img@^2.3.9",
  "_id": "react-simple-img@2.3.9",
  "_inBundle": false,
  "_integrity": "sha512-h+WLq8+qwN7KxvzXDwIG22dB+WLrb4gIGtux5o4v9j8Be4G0NqcsJbgKwoHblC0qlPGUpFfeUhkEQN6zSX39jg==",
  "_location": "/react-simple-img",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-simple-img@^2.3.9",
    "name": "react-simple-img",
    "escapedName": "react-simple-img",
    "rawSpec": "^2.3.9",
    "saveSpec": null,
    "fetchSpec": "^2.3.9"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-simple-img/-/react-simple-img-2.3.9.tgz",
  "_shasum": "d7cb230b4ace1928ab7b0b2f3ec9b23c03339c2e",
  "_spec": "react-simple-img@^2.3.9",
  "_where": "C:\\projects\\web\\bekindpetfind\\site\\react\\pluralsight-designing-react-components-course-code\\final",
  "author": {
    "name": "beier luo"
  },
  "bugs": {
    "url": "https://github.com/bluebill1049/react-simple-img/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "intersection-observer": "^0.5.1"
  },
  "deprecated": false,
  "description": "react simple img",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.3.3",
    "@babel/plugin-proposal-class-properties": "^7.3.3",
    "@babel/plugin-proposal-decorators": "^7.3.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.3.2",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-flow-strip-types": "^7.0.0",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.1.0",
    "babel-polyfill": "^6.26.0",
    "coveralls": "^3.0.2",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.9.1",
    "eslint": "^5.14.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-flowtype": "^3.4.2",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "flow-bin": "^0.93.0",
    "flow-typed": "^2.1.5",
    "jest": "^24.1.0",
    "react": "16.8.3",
    "react-dom": "16.8.3",
    "react-test-renderer": "^16.8.3",
    "rimraf": "^2.6.3",
    "rollup": "^1.2.2",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-copy": "3.1.0",
    "rollup-plugin-flow": "^1.1.1"
  },
  "homepage": "https://react-simple-img.now.sh",
  "keywords": [
    "react",
    "lazyload",
    "images",
    "intersection observer",
    "performance",
    "animation"
  ],
  "license": "Mit",
  "main": "lib/index.js",
  "name": "react-simple-img",
  "peerDependencies": {
    "react": ">= 16.3.0",
    "react-dom": ">= 16.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluebill1049/react-simple-img.git"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf lib/",
    "coverage": "jest --config ./jestConfig.json --coverage --coverageReporters=text-lcov | coveralls",
    "flow": "flow",
    "lint": "eslint ./src",
    "postrelease": "yarn publish && git push --follow-tags",
    "prepublish": "yarn test && yarn flow && yarn lint && yarn run clean && yarn build",
    "release": "npm version",
    "test": "jest --coverage --config ./jestConfig.json",
    "testw": "yarn test -- --watchAll"
  },
  "typings": "lib/index.d.ts",
  "version": "2.3.9"
}
