{
  "_from": "@react-bootstrap/react-popper@1.2.1",
  "_id": "@react-bootstrap/react-popper@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-4l3q7LcZEhrSkI4d3Ie3g4CdrXqqTexXX4PFT45CB0z5z2JUbaxgRwKNq7r5j2bLdVpZm+uvUGqxJw8d9vgbJQ==",
  "_location": "/@react-bootstrap/react-popper",
  "_phantomChildren": {
    "loose-envify": "1.4.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@react-bootstrap/react-popper@1.2.1",
    "name": "@react-bootstrap/react-popper",
    "escapedName": "@react-bootstrap%2freact-popper",
    "scope": "@react-bootstrap",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/react-bootstrap"
  ],
  "_resolved": "https://registry.npmjs.org/@react-bootstrap/react-popper/-/react-popper-1.2.1.tgz",
  "_shasum": "4edf4851d5b4dcf2eb6b264ebbed1a7b7654177b",
  "_spec": "@react-bootstrap/react-popper@1.2.1",
  "_where": "/home/pertec/public_html/areadocliente/bootstrap/node_modules/react-bootstrap",
  "author": {
    "name": "Travis Arnold",
    "email": "travis@souporserious.com",
    "url": "http://souporserious.com"
  },
  "bugs": {
    "url": "https://github.com/souporserious/react-popper/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "babel-runtime": "6.x.x",
    "create-react-context": "^0.2.1",
    "popper.js": "^1.14.4",
    "prop-types": "^15.6.1",
    "typed-styles": "^0.0.5",
    "warning": "^3.0.0"
  },
  "deprecated": false,
  "description": "React wrapper around Popper.js",
  "devDependencies": {
    "@types/react": "^16.1.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^22.4.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "cross-env": "^5.1.4",
    "emotion": "^9.1.1",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "enzyme-to-json": "^3.3.3",
    "eslint": "^4.19.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-flowtype": "^2.46.1",
    "eslint-plugin-jest": "^21.15.0",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-react": "^7.7.0",
    "flow-bin": "^0.69.0",
    "flow-copy-source": "^1.3.0",
    "gh-pages": "^1.1.0",
    "git-branch-is": "^0.1.0",
    "jest": "^22.4.3",
    "parcel-bundler": "^1.6.2",
    "prettier": "^1.11.1",
    "pretty-quick": "^1.4.1",
    "react": "16.2.0",
    "react-dom": "^16.3.0",
    "react-emotion": "^9.1.1",
    "react-spring": "^4.0.1",
    "recompose": "^0.26.0",
    "rimraf": "^2.6.2",
    "rollup": "^0.59.3",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-size-snapshot": "^0.5.1",
    "rollup-plugin-uglify": "^4.0.0",
    "typescript": "^2.8.1"
  },
  "files": [
    "/dist",
    "/lib",
    "/typings/react-popper.d.ts"
  ],
  "homepage": "https://github.com/souporserious/react-popper",
  "jest": {
    "setupTestFrameworkScriptFile": "<rootDir>jest.setup.js",
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ]
  },
  "keywords": [
    "react",
    "react-popper",
    "popperjs",
    "component",
    "drop",
    "tooltip",
    "popover"
  ],
  "license": "MIT",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "name": "@react-bootstrap/react-popper",
  "peerDependencies": {
    "react": "0.14.x || ^15.0.0 || ^16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/souporserious/react-popper.git"
  },
  "scripts": {
    "build": "npm run build:clean && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:flow",
    "build:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir lib/cjs",
    "build:clean": "rimraf dist/ && rimraf lib/",
    "build:esm": "cross-env BABEL_ENV=esm babel src --out-dir lib/esm",
    "build:flow": "flow-copy-source --ignore '{__mocks__/*,*.test}.js' src lib/cjs",
    "build:umd": "rollup -c && rimraf dist/index.esm.js",
    "demo:build": "parcel build --out-dir demo/dist demo/index.html --public-url=/react-popper",
    "demo:deploy": "yarn demo:build && gh-pages -d demo/dist",
    "demo:dev": "parcel --out-dir demo/dist demo/index.html",
    "precommit": "pretty-quick --staged && test",
    "prepare": "npm run build",
    "test": "npm run test:eslint && npm run test:flow && npm run test:ts && npm run test:jest",
    "test:eslint": "eslint src",
    "test:flow": "flow check",
    "test:jest": "jest",
    "test:ts": "tsc --project ./typings/tests"
  },
  "typings": "typings/react-popper.d.ts",
  "version": "1.2.1"
}
