{
  "_args": [
    [
      "react-sliding-pane@6.1.2",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_from": "react-sliding-pane@6.1.2",
  "_id": "react-sliding-pane@6.1.2",
  "_inBundle": false,
  "_integrity": "sha512-Pxr+5uKrxWLJUgQu3rnpbt3OlXwPBksD9eDdi8M2Zjx7KCgPfl7/gxaZ4qt99rOZjwbBQt73NJy1O9JJynftVw==",
  "_location": "/react-sliding-pane",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-sliding-pane@6.1.2",
    "name": "react-sliding-pane",
    "escapedName": "react-sliding-pane",
    "rawSpec": "6.1.2",
    "saveSpec": null,
    "fetchSpec": "6.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-sliding-pane/-/react-sliding-pane-6.1.2.tgz",
  "_spec": "6.1.2",
  "_where": "/var/lib/jenkins/workspace/D4-OWA_SSO",
  "author": {
    "name": "Dimitry Dushkin",
    "url": "dndushkin@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/DimitryDushkin/sliding-pane/issues"
  },
  "dependencies": {
    "prop-types": "^15.7.2",
    "react-modal": "^3.11.2"
  },
  "description": "Full height sliding pane",
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.41",
    "@types/react-dom": "^16.9.8",
    "@types/react-modal": "^3.10.6",
    "babel-plugin-typescript-to-proptypes": "^1.3.2",
    "eslint": "^7.4.0",
    "eslint-plugin-react": "^7.20.3",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "rollup": "^2.21.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^3.1.2",
    "rollup-plugin-replace": "^2.2.0",
    "typescript": "^3.9.6"
  },
  "files": [
    "dist/*"
  ],
  "homepage": "https://github.com/DimitryDushkin/sliding-pane",
  "keywords": [
    "react",
    "sliding",
    "pane",
    "pane",
    "modal",
    "popup"
  ],
  "license": "MIT",
  "main": "dist/react-sliding-pane.js",
  "name": "react-sliding-pane",
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "registry": "https://registry.npmjs.org/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DimitryDushkin/sliding-pane.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "docs": "rollup -c rollup-docs.config.js",
    "lint": "eslint ./src",
    "prepublishOnly": "echo \"BUILD BEFORE PUBLISH\" && npm run build && tsc"
  },
  "tags": [
    "react",
    "sliding pane",
    "dialog",
    "popup"
  ],
  "version": "6.1.2"
}
