{
  "_from": "react-share@^4.4.1",
  "_id": "react-share@4.4.1",
  "_inBundle": false,
  "_integrity": "sha512-AJ9m9RiJssqvYg7MoJUc9J0D7b/liWrsfQ99ndKc5vJ4oVHHd4Fy87jBlKEQPibT40oYA3AQ/a9/oQY6/yaigw==",
  "_location": "/react-share",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-share@^4.4.1",
    "name": "react-share",
    "escapedName": "react-share",
    "rawSpec": "^4.4.1",
    "saveSpec": null,
    "fetchSpec": "^4.4.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-share/-/react-share-4.4.1.tgz",
  "_shasum": "4bfb0b512e26afedfea2fb66eb13c95c28fb216a",
  "_spec": "react-share@^4.4.1",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "Klaus Nygård",
    "email": "klaus.nygard@gmail.com",
    "url": "http://klausnygard.fi"
  },
  "bugs": {
    "url": "https://github.com/nygardk/react-share/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Ari Autio",
      "email": "ari.autio@iki.fi"
    }
  ],
  "dependencies": {
    "classnames": "^2.3.2",
    "jsonp": "^0.2.1"
  },
  "deprecated": false,
  "description": "Social media share buttons and share counts for React.",
  "devDependencies": {
    "@types/assert": "1.5.6",
    "@types/jsonp": "0.2.1",
    "@types/react": "^16.9.49",
    "@types/react-dom": "^16.9.8",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "cross-env": "7.0.3",
    "css-loader": "6.7.1",
    "eslint": "8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jsx-a11y": "6.6.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "7.31.10",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-webpack-plugin": "^3.2.0",
    "file-loader": "6.2.0",
    "html-webpack-plugin": "5.5.0",
    "prettier": "2.7.1",
    "react": "16.8.0",
    "react-dom": "16.8.0",
    "react-hot-loader": "4.13.0",
    "rimraf": "^3.0.2",
    "style-loader": "3.3.1",
    "terser-webpack-plugin": "5.3.6",
    "ts-loader": "9.4.1",
    "typescript": "4.8.4",
    "url-loader": "4.1.1",
    "webpack": "5.74.0",
    "webpack-cli": "4.10.0",
    "webpack-dev-server": "4.11.1"
  },
  "engines": {
    "node": ">=6.9.0",
    "npm": ">=5.0.0"
  },
  "files": [
    "lib/**/*",
    "es/**/*"
  ],
  "homepage": "https://github.com/nygardk/react-share#readme",
  "keywords": [
    "react",
    "component",
    "react-component",
    "social",
    "media",
    "social-media",
    "share",
    "button",
    "count"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "name": "react-share",
  "peerDependencies": {
    "react": "^16.3.0 || ^17 || ^18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nygardk/react-share.git"
  },
  "scripts": {
    "build": "npm run lint && npm run build:commonjs && npm run build:es",
    "build-demo": "rimraf ./docs && cross-env NODE_ENV=production webpack -p --config webpack.demo.config.js",
    "build:commonjs": "rimraf ./lib && tsc -p . --outDir ./lib --module commonjs",
    "build:es": "rimraf ./es && tsc -p . --outDir ./es --module es2015 --moduleResolution Node",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx ./src ./demo",
    "prepublishOnly": "npm run build",
    "run-demos": "webpack-dev-server --hot --config webpack.demo.config.js --progress",
    "start": "npm run run-demos"
  },
  "sideEffects": false,
  "types": "./lib/index.d.ts",
  "version": "4.4.1"
}
