{
  "_args": [
    [
      "react-tiny-popover@4.0.0",
      "C:\\Projects\\reagentum\\gasprom group\\gpb_factoring-client-front"
    ]
  ],
  "_from": "react-tiny-popover@4.0.0",
  "_id": "react-tiny-popover@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-9eTzEughY47VRZ7nNGfvvTLaBZfAIb+VGd+F/tmOCZE8Hi839fGC2P7UbCs+oz/e7xPfQzvB+Myq43C4Af80fQ==",
  "_location": "/@holism/core/react-tiny-popover",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-tiny-popover@4.0.0",
    "name": "react-tiny-popover",
    "escapedName": "react-tiny-popover",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/@holism/core"
  ],
  "_resolved": "https://registry.npmjs.org/react-tiny-popover/-/react-tiny-popover-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "C:\\Projects\\reagentum\\gasprom group\\gpb_factoring-client-front",
  "author": {
    "name": "Alex Katz"
  },
  "bugs": {
    "url": "https://github.com/alexkatz/react-tiny-popover/issues"
  },
  "description": "A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.",
  "devDependencies": {
    "@types/react": "^16.8.23",
    "@types/react-dom": "^16.8.4",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "tsc-watch": "^4.0.0",
    "tslint": "^5.18.0",
    "tslint-react": "^4.0.0",
    "typescript": "^3.7.2"
  },
  "homepage": "https://github.com/alexkatz/react-tiny-popover#readme",
  "keywords": [
    "react",
    "popover",
    "react-popover",
    "popout",
    "pop",
    "out"
  ],
  "license": "MIT",
  "main": "dist/Popover.js",
  "name": "react-tiny-popover",
  "peerDependencies": {
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexkatz/react-tiny-popover.git"
  },
  "scripts": {
    "build": "tsc -p . && yarn copy-types",
    "copy-types": "cp src/index.d.ts dist/index.d.ts",
    "start-demo": "cd docs && yarn start",
    "watch": "tsc-watch -p . --onSuccess 'yarn copy-types'"
  },
  "types": "dist/index.d.ts",
  "version": "4.0.0"
}
