{
  "_args": [
    [
      "@storybook/csf@0.0.1",
      "C:\\LoginLib\\react-pwr-master\\LoginLibTest"
    ]
  ],
  "_development": true,
  "_from": "@storybook/csf@0.0.1",
  "_id": "@storybook/csf@0.0.1",
  "_inBundle": false,
  "_integrity": "sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==",
  "_location": "/@storybook/csf",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@storybook/csf@0.0.1",
    "name": "@storybook/csf",
    "escapedName": "@storybook%2fcsf",
    "scope": "@storybook",
    "rawSpec": "0.0.1",
    "saveSpec": null,
    "fetchSpec": "0.0.1"
  },
  "_requiredBy": [
    "/@storybook/addon-docs",
    "/@storybook/addon-links",
    "/@storybook/api",
    "/@storybook/client-api",
    "/@storybook/components",
    "/@storybook/core",
    "/@storybook/source-loader"
  ],
  "_resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.1.tgz",
  "_spec": "0.0.1",
  "_where": "C:\\LoginLib\\react-pwr-master\\LoginLibTest",
  "bugs": {
    "url": "https://github.com/storybookjs/csf/issues"
  },
  "dependencies": {
    "lodash": "^4.17.15"
  },
  "description": "Storybook Component Story Format (CSF) utilities",
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "@babel/preset-typescript": "^7.7.4",
    "@storybook/eslint-config-storybook": "^2.1.0",
    "@types/jest": "^24.0.23",
    "@types/lodash": "^4.14.149",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^24.9.0",
    "common-tags": "^1.8.0",
    "eslint": "^6.7.1",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "typescript": "^3.7.2"
  },
  "eslintConfig": {
    "extends": [
      "@storybook/eslint-config-storybook"
    ]
  },
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "homepage": "https://github.com/storybookjs/csf",
  "jest": {
    "testEnvironment": "node"
  },
  "keywords": [
    "storybook",
    "component story format",
    "csf",
    "stories"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@storybook/csf",
  "prettier": "@storybook/linter-config/prettier.config",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/storybookjs/csf.git"
  },
  "scripts": {
    "build": "babel src --out-dir dist --extensions \".ts\" && tsc --emitDeclarationOnly",
    "lint": "eslint src --ext .js,.ts",
    "prepublish": "yarn build",
    "test": "jest"
  },
  "types": "dist/index.d.ts",
  "version": "0.0.1"
}
