{
  "_from": "@tippyjs/react@~4.2.5",
  "_id": "@tippyjs/react@4.2.6",
  "_inBundle": false,
  "_integrity": "sha512-91RicDR+H7oDSyPycI13q3b7o4O60wa2oRbjlz2fyRLmHImc4vyDwuUP8NtZaN0VARJY5hybvDYrFzhY9+Lbyw==",
  "_location": "/@tippyjs/react",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@tippyjs/react@~4.2.5",
    "name": "@tippyjs/react",
    "escapedName": "@tippyjs%2freact",
    "scope": "@tippyjs",
    "rawSpec": "~4.2.5",
    "saveSpec": null,
    "fetchSpec": "~4.2.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@tippyjs/react/-/react-4.2.6.tgz",
  "_shasum": "971677a599bf663f20bb1c60a62b9555b749cc71",
  "_spec": "@tippyjs/react@~4.2.5",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "atomiks"
  },
  "bugs": {
    "url": "https://github.com/atomiks/tippyjs-react/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tippy.js": "^6.3.1"
  },
  "deprecated": false,
  "description": "React component for Tippy.js",
  "devDependencies": {
    "@babel/core": "^7.8.7",
    "@babel/preset-env": "^7.8.7",
    "@babel/preset-react": "^7.0.0",
    "@testing-library/react": "^8.0.1",
    "@types/react": "^16.8.2",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^25.1.0",
    "babel-plugin-annotate-pure-calls": "^0.4.0",
    "core-js": "^3.6.4",
    "eslint": "^5.14.1",
    "eslint-config-prettier": "^3.6.0",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-react-hooks": "^1.7.0",
    "framer-motion": "^1.10.3",
    "husky": "^1.3.1",
    "jest": "^24.1.0",
    "lint-staged": "^8.1.0",
    "parcel": "^1.12.3",
    "prettier": "^1.16.1",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "react-spring": "^8.0.27",
    "rollup": "^1.14.3",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^5.2.0",
    "styled-components": "^5.0.1",
    "typescript": "^3.6.3"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "dist/",
    "headless/",
    "index.d.ts"
  ],
  "homepage": "https://github.com/atomiks/tippyjs-react#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "setupFilesAfterEnv": [
      "<rootDir>test/setup.js"
    ],
    "coveragePathIgnorePatterns": [
      "test/setup.js"
    ]
  },
  "keywords": [
    "tooltip",
    "popover",
    "tippy",
    "react"
  ],
  "license": "MIT",
  "lint-staged": {
    "{src,test,demo}/**/*.{js,ts,json,css,md}": [
      "prettier --write",
      "git add"
    ],
    "{src,test}/**/*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/tippy-react.umd.js",
  "module": "dist/tippy-react.esm.js",
  "name": "@tippyjs/react",
  "peerDependencies": {
    "react": ">=16.8",
    "react-dom": ">=16.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atomiks/tippyjs-react.git"
  },
  "scripts": {
    "build": "rollup --config",
    "dev": "parcel demo/index.html -d .devserver --no-cache",
    "format": "prettier --write \"{src,test,demo}/**/*.{js,ts,json,css,md}\"",
    "lint": "eslint \"{src,test}/**/*.js\"",
    "test": "jest --coverage"
  },
  "sideEffects": false,
  "types": "index.d.ts",
  "unpkg": "dist/tippy-react.umd.min.js",
  "version": "4.2.6"
}
