{
  "_args": [
    [
      "react-responsive-tabs@4.4.3",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_from": "react-responsive-tabs@4.4.3",
  "_id": "react-responsive-tabs@4.4.3",
  "_inBundle": false,
  "_integrity": "sha512-AicjCIuIlB0isTnIiFplRzk4UVEohGYZjdXkWUXrI70aqX6Iw4UZxvgUnuYeT4b2k/1YVBxgndSwxBBCgYGcmg==",
  "_location": "/react-responsive-tabs",
  "_phantomChildren": {
    "@types/resize-observer-browser": "0.1.7",
    "lodash": "4.17.21",
    "resize-observer-polyfill": "1.5.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-responsive-tabs@4.4.3",
    "name": "react-responsive-tabs",
    "escapedName": "react-responsive-tabs",
    "rawSpec": "4.4.3",
    "saveSpec": null,
    "fetchSpec": "4.4.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-responsive-tabs/-/react-responsive-tabs-4.4.3.tgz",
  "_spec": "4.4.3",
  "_where": "/var/lib/jenkins/workspace/D4-OWA_SSO",
  "author": {
    "name": "Vitalii Maslianok",
    "email": "maslianok@gmail.com",
    "url": "https://github.com/maslianok"
  },
  "bugs": {
    "url": "https://github.com/maslianok/react-responsive-tabs/issues"
  },
  "dependencies": {
    "classnames": "^2.3.1",
    "lodash.throttle": "^4.1.1",
    "prop-types": "^15.7.2",
    "react-resize-detector": "^6.7.5"
  },
  "description": "React responsive tabs",
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.15.0",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "babel-eslint": "^10.1.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-transform-imports": "^2.0.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.24.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2"
  },
  "directories": {
    "example": "examples"
  },
  "homepage": "https://github.com/maslianok/react-responsive-tabs",
  "keywords": [
    "react",
    "responsive",
    "tabs",
    "tab"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "maslianok",
      "email": "maslianok@gmail.com"
    }
  ],
  "name": "react-responsive-tabs",
  "peerDependencies": {
    "react": "^15.1.0 || ^16.0.0 || ^17.0.0",
    "react-dom": "^15.1.0 || ^16.0.0 || ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maslianok/react-responsive-tabs.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "babel src --out-dir lib",
    "build:esm": "cross-env BABEL_ENV=esm babel src --out-dir lib/esm",
    "clean": "rimraf lib",
    "lint": "eslint -c .eslintrc src",
    "test": "npm run lint && npm run clean && npm run build"
  },
  "version": "4.4.3"
}
