{
  "_from": "react-bootstrap-typeahead@~5.1.4",
  "_id": "react-bootstrap-typeahead@5.1.4",
  "_inBundle": false,
  "_integrity": "sha512-CfoaSjGV3MZS9yrkLfYkvimzRYru1Ko7qKKzacbsBeZ/sHCxFvUhxnCXmTy/K2vZCkOmAQpU/sbgQVOkMRNlSQ==",
  "_location": "/react-bootstrap-typeahead",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-bootstrap-typeahead@~5.1.4",
    "name": "react-bootstrap-typeahead",
    "escapedName": "react-bootstrap-typeahead",
    "rawSpec": "~5.1.4",
    "saveSpec": null,
    "fetchSpec": "~5.1.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-bootstrap-typeahead/-/react-bootstrap-typeahead-5.1.4.tgz",
  "_shasum": "856d30438bb7a254cfeafa3ec03ddf90285f7a4d",
  "_spec": "react-bootstrap-typeahead@~5.1.4",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "ericgio"
  },
  "bugs": {
    "url": "https://github.com/ericgio/react-bootstrap-typeahead/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.3.4",
    "@restart/hooks": "^0.3.22",
    "classnames": "^2.2.0",
    "fast-deep-equal": "^3.1.1",
    "invariant": "^2.2.1",
    "lodash.debounce": "^4.0.8",
    "prop-types": "^15.5.8",
    "react-overlays": "^4.1.1",
    "react-popper": "^1.0.0",
    "scroll-into-view-if-needed": "^2.2.20",
    "warning": "^4.0.1"
  },
  "deprecated": false,
  "description": "React typeahead with Bootstrap styling",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.2.3",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-transform-modules-commonjs": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.3.4",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@ericgio/eslint-config-react": "^6.0.0",
    "@rollup/plugin-babel": "^5.0.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-node-resolve": "^10.0.0",
    "@rollup/plugin-replace": "^2.3.1",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-plugin-transform-imports": "^2.0.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.6",
    "circular-dependency-plugin": "^5.0.2",
    "coveralls": "^3.0.3",
    "css-loader": "^5.0.1",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "es6-promise": "^4.0.5",
    "eslint": "^7.6.0",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-react-hooks": "^4.0.4",
    "flow-bin": "^0.132.0",
    "gh-pages": "^3.1.0",
    "husky": "^4.2.3",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^24.0.0",
    "json-loader": "^0.5.4",
    "lint-staged": "^10.0.8",
    "lodash": "^4.17.11",
    "marked": "^1.1.0",
    "raw-loader": "^4.0.0",
    "react": "^16.8.0",
    "react-bootstrap": "^1.0.0-beta.17",
    "react-dom": "^16.8.0",
    "react-prism": "^4.3.2",
    "react-waypoint": "^9.0.0",
    "rimraf": "^3.0.0",
    "rollup": "^2.0.5",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "rollup-plugin-terser": "^7.0.0",
    "sass": "^1.28.0",
    "sass-loader": "^10.1.0",
    "style-loader": "^2.0.0",
    "terser-webpack-plugin": "^5.0.3",
    "webpack": "^5.10.0",
    "webpack-cli": "^4.2.0"
  },
  "files": [
    "css/",
    "dist/",
    "docs/",
    "es/",
    "lib",
    "LICENSE.md"
  ],
  "homepage": "http://ericgio.github.io/react-bootstrap-typeahead/",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && flow",
      "pre-push": "npm run check"
    }
  },
  "keywords": [
    "auto complete",
    "auto suggest",
    "auto-complete",
    "auto-suggest",
    "autocomplete",
    "autosuggest",
    "bootstrap",
    "bootstrap tokenizer",
    "bootstrap typeahead",
    "bootstrap-tokenizer",
    "bootstrap-typeahead",
    "react",
    "react autocomplete",
    "react autosuggest",
    "react tokenizer",
    "react typeahead",
    "react-autocomplete",
    "react-autosuggest",
    "react-bootstrap",
    "react-bootstrap-tokenizer",
    "react-bootstrap-typeahead",
    "react-tokenizer",
    "react-typeahead",
    "tokenizer",
    "typeahead"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "eslint --report-unused-disable-directives"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "react-bootstrap-typeahead",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ericgio/react-bootstrap-typeahead.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build:css && npm run build:cjs && npm run build:es && npm run build:dist && npm run build:example",
    "build:cjs": "BABEL_ENV=cjs babel src --out-dir lib",
    "build:css": "node ./scripts/buildCSS.js",
    "build:dist": "rollup -c",
    "build:es": "BABEL_ENV=es babel src --out-dir es",
    "build:example": "webpack --mode production --config example/webpack.config.js",
    "check": "npm run lint && npm run flow && npm test",
    "clean": "rimraf coverage && rimraf css && rimraf dist && rimraf lib && rimraf es",
    "deploy-example": "node ./scripts/deployExample.js",
    "flow": "flow",
    "lint": "eslint . --report-unused-disable-directives",
    "lint:fix": "eslint . --fix",
    "postpublish": "npm run deploy-example",
    "prepublishOnly": "npm run check && npm run build",
    "start": "webpack --mode development -w --progress --config example/webpack.config.js",
    "test": "jest --silent",
    "test:coverage": "jest --coverage"
  },
  "version": "5.1.4"
}
