{
  "_args": [
    [
      "react-share@5.0.3",
      "/var/www/html/market_up"
    ]
  ],
  "_development": true,
  "_from": "react-share@5.0.3",
  "_id": "react-share@5.0.3",
  "_inBundle": false,
  "_integrity": "sha512-8BFkzfd8zNrO6JMP4Dwrt2sTSrRGQ9bNrU3K0riAwRJe4U/Z8/ryjKuhP2jLoHsfxj38MsPuyEQiVlIHVIICvw==",
  "_location": "/react-share",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-share@5.0.3",
    "name": "react-share",
    "escapedName": "react-share",
    "rawSpec": "5.0.3",
    "saveSpec": null,
    "fetchSpec": "5.0.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/react-share/-/react-share-5.0.3.tgz",
  "_spec": "5.0.3",
  "_where": "/var/www/html/market_up",
  "author": {
    "name": "Klaus Nygård",
    "email": "klaus.nygard@gmail.com",
    "url": "https://www.klausnygard.fi"
  },
  "bugs": {
    "url": "https://github.com/nygardk/react-share/issues"
  },
  "contributors": [
    {
      "name": "Ari Autio",
      "email": "ari.autio@iki.fi"
    }
  ],
  "dependencies": {
    "classnames": "^2.3.2",
    "jsonp": "^0.2.1"
  },
  "description": "Social media share buttons and share counts for React.",
  "devDependencies": {
    "@changesets/cli": "^2.26.2",
    "@types/assert": "1.5.9",
    "@types/jsonp": "0.2.3",
    "@types/react": "^18.2.37",
    "@types/react-dom": "^18.2.15",
    "@typescript-eslint/eslint-plugin": "^6.11.0",
    "@typescript-eslint/parser": "^6.11.0",
    "@vitejs/plugin-react": "^4.2.0",
    "eslint": "8.53.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "2.29.0",
    "eslint-plugin-jsx-a11y": "6.8.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-react": "7.33.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "prettier": "3.1.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^5.2.2",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^3.6.3"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/nygardk/react-share#readme",
  "keywords": [
    "react",
    "component",
    "react-component",
    "social",
    "media",
    "social-media",
    "share",
    "button",
    "count"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "name": "react-share",
  "peerDependencies": {
    "react": "^17 || ^18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nygardk/react-share.git"
  },
  "scripts": {
    "build": "vite build",
    "build-demo": "vite build --config vite.demo.config.js",
    "check-types": "tsc --noEmit",
    "demo": "vite --config vite.demo.config.js",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx ./src ./demo",
    "prepublishOnly": "npm run build",
    "release": "npm run build && changeset publish",
    "start": "npm run demo"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "5.0.3"
}
