{
  "_args": [
    [
      "babel-plugin-react-docgen@4.2.1",
      "C:\\LoginLib\\react-pwr-master\\LoginLibTest"
    ]
  ],
  "_development": true,
  "_from": "babel-plugin-react-docgen@4.2.1",
  "_id": "babel-plugin-react-docgen@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==",
  "_location": "/babel-plugin-react-docgen",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "babel-plugin-react-docgen@4.2.1",
    "name": "babel-plugin-react-docgen",
    "escapedName": "babel-plugin-react-docgen",
    "rawSpec": "4.2.1",
    "saveSpec": null,
    "fetchSpec": "4.2.1"
  },
  "_requiredBy": [
    "/@storybook/react"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-react-docgen/-/babel-plugin-react-docgen-4.2.1.tgz",
  "_spec": "4.2.1",
  "_where": "C:\\LoginLib\\react-pwr-master\\LoginLibTest",
  "author": {
    "name": "Madushan Nishantha",
    "email": "j.l.madushan@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/storybooks/babel-plugin-react-docgen/issues"
  },
  "contributors": [
    {
      "name": "Charles Lehnert"
    }
  ],
  "dependencies": {
    "ast-types": "^0.14.2",
    "lodash": "^4.17.15",
    "react-docgen": "^5.0.0"
  },
  "description": "Babel plugin to add react-docgen info into your code",
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.6.4",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-optional-chaining": "^7.11.0",
    "@babel/preset-env": "^7.6.3",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.6.3",
    "@babel/register": "^7.6.2",
    "jest": "^24.9.0",
    "jest-specific-snapshot": "^2.0.0",
    "react-docgen-deprecation-handler": "1.1.1"
  },
  "files": [
    "*.md",
    "lib/**/*"
  ],
  "homepage": "https://github.com/storybooks/babel-plugin-react-docgen#readme",
  "keywords": [
    "react",
    "docs",
    "docgen",
    "babel-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "babel-plugin-react-docgen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/storybooks/babel-plugin-react-docgen.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "clean": "rm -rf lib",
    "prepare": "npm run test && npm run clean && npm run build",
    "test": "jest"
  },
  "version": "4.2.1"
}
