{
  "_args": [
    [
      "react-app-rewire-multiple-entry@2.2.1",
      "/var/www/html/medis-web-pro"
    ]
  ],
  "_development": true,
  "_from": "react-app-rewire-multiple-entry@2.2.1",
  "_id": "react-app-rewire-multiple-entry@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-Zd1xSPNCaaMi6MXOoBaNnl9hK2Bg8G2YNfzruyWnLbqankBMtjWqKzZCRJViX7kCVWnS33ojXBxub6BKTCPVOw==",
  "_location": "/react-app-rewire-multiple-entry",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-app-rewire-multiple-entry@2.2.1",
    "name": "react-app-rewire-multiple-entry",
    "escapedName": "react-app-rewire-multiple-entry",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/react-app-rewire-multiple-entry/-/react-app-rewire-multiple-entry-2.2.1.tgz",
  "_spec": "2.2.1",
  "_where": "/var/www/html/medis-web-pro",
  "author": {
    "name": "benlv",
    "email": "992110146@qq.com"
  },
  "bugs": {
    "url": "https://github.com/Derek-Hu/react-app-rewire-multiple-entry/issues"
  },
  "dependencies": {
    "xxhashjs": "^0.2.2"
  },
  "description": "Multiple Entry Support for Create-React-App",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-numeric-separator": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
    "@babel/plugin-transform-modules-commonjs": "^7.7.4",
    "@babel/preset-env": "^7.4.1",
    "@babel/preset-typescript": "^7.3.3",
    "@types/node": "^12.12.14",
    "@types/xxhashjs": "^0.2.1",
    "eslint": "^5.14.1",
    "eslint-plugin-node": "^8.0.0",
    "husky": "^1.3.1",
    "lint-staged": "^8.1.4",
    "prettier": "^1.16.4",
    "typescript": "^3.3.3"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/Derek-Hu/react-app-rewire-multiple-entry#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "react",
    "create-react-app",
    "react-app-rewire",
    "rewire",
    "multi",
    "multiple",
    "entry",
    "webpack"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{json,css,md}": [
      "prettier --single-quote --write",
      "git add"
    ],
    "*.{js}": [
      "prettier --single-quote --write",
      "eslint --fix",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "name": "react-app-rewire-multiple-entry",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Derek-Hu/react-app-rewire-multiple-entry.git"
  },
  "scripts": {
    "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\"",
    "build:types": "tsc --emitDeclarationOnly",
    "lint": "eslint --fix .",
    "prepublish": "npm run build:types && npm run build:js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "2.2.1"
}
