{
  "_from": "react-waypoint@^9.0.3",
  "_id": "react-waypoint@9.0.3",
  "_inBundle": false,
  "_integrity": "sha512-NRmyjW8CUBNNl4WpvBqLDgBs18rFUsixeHVHrRrFlWTdOlWP7eiDjptqlR/cJAPLD6RwP5XFCm3bi9OiofN3nA==",
  "_location": "/react-waypoint",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-waypoint@^9.0.3",
    "name": "react-waypoint",
    "escapedName": "react-waypoint",
    "rawSpec": "^9.0.3",
    "saveSpec": null,
    "fetchSpec": "^9.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-waypoint/-/react-waypoint-9.0.3.tgz",
  "_shasum": "176aa4686b33eb40d0d48d361c468f0367167958",
  "_spec": "react-waypoint@^9.0.3",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com",
  "author": {
    "name": "Brigade Engineering"
  },
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  },
  "bugs": {
    "url": "https://github.com/brigade/react-waypoint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "consolidated-events": "^1.1.0 || ^2.0.0",
    "prop-types": "^15.0.0",
    "react-is": "^16.6.3"
  },
  "deprecated": false,
  "description": "A React component to execute a function whenever you scroll to an element.",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@types/react": "^15.0.21",
    "babel-loader": "^8.0.0",
    "babel-preset-airbnb": "^3.2.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.12.4",
    "in-publish": "^2.0.0",
    "jasmine-core": "2.6.4",
    "karma": "^1.5.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-webpack": "^2.0.3",
    "loose-envify": "^1.4.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "rimraf": "^2.6.2",
    "rollup": "^1.4.0",
    "rollup-plugin-babel": "^4.3.2",
    "safe-publish-latest": "^1.1.1",
    "webpack": "^2.3.3"
  },
  "files": [
    "cjs",
    "es",
    "index.d.ts"
  ],
  "homepage": "https://github.com/brigade/react-waypoint",
  "keywords": [
    "react",
    "component",
    "react-component",
    "scroll",
    "onscroll",
    "scrollspy"
  ],
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "es/index.js",
  "name": "react-waypoint",
  "peerDependencies": {
    "react": "^15.3.0 || ^16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brigade/react-waypoint.git"
  },
  "scripts": {
    "build": "npm run clean && rollup -c",
    "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
    "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
    "clean": "rimraf es cjs",
    "lint": "eslint . --ext .js,.jsx",
    "performance-test:watch": "webpack --watch --config webpack.config.performance-test.js",
    "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
    "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
    "pretest": "npm run --silent lint",
    "preversion": "npm run check-changelog && npm run check-only-changelog-changed",
    "tag": "git tag v$npm_package_version",
    "test": "npm run testonly",
    "testonly": "karma start --single-run",
    "testonly:watch": "karma start --no-single-run"
  },
  "types": "index.d.ts",
  "version": "9.0.3"
}
