{
  "_from": "rodal@^2.0.0",
  "_id": "rodal@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-xLiyEZbOtpbADk0YHbmZ02XtPIO78opgWAY2cL9i6ChUaFySzwUZTueqSFKv6Z9p9zET+mOsn88g4vKCVknOcQ==",
  "_location": "/rodal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rodal@^2.0.0",
    "name": "rodal",
    "escapedName": "rodal",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/rodal/-/rodal-2.0.0.tgz",
  "_shasum": "1ffa0c3867b3fabf7119644437b916332d3b554e",
  "_spec": "rodal@^2.0.0",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "neverland"
  },
  "bugs": {
    "url": "https://github.com/chenjiahan/rodal/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "classnames": "^2.2.6",
    "prop-types": "^15.6.0"
  },
  "deprecated": false,
  "description": "A React modal with animations.",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "babel-loader": "^8.0.6",
    "css-loader": "^3.4.2",
    "postcss-loader": "^3.0.0",
    "prop-types": "^15.7.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "style-loader": "^1.1.3",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.10.2"
  },
  "homepage": "https://github.com/chenjiahan/rodal#readme",
  "keywords": [
    "react",
    "modal",
    "animation",
    "react-modal",
    "react-component"
  ],
  "license": "MIT",
  "main": "lib/rodal.js",
  "module": "lib/rodal.esm.js",
  "name": "rodal",
  "peerDependencies": {
    "react": ">= ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chenjiahan/rodal.git"
  },
  "scripts": {
    "build": "webpack -p --hide-modules",
    "dev": "webpack-dev-server",
    "lib": "babel src/rodal.js --out-file lib/rodal.js && BABEL_MODULE=es babel src/rodal.js --out-file lib/rodal.esm.js && cp src/rodal.css lib",
    "release": "npm run build && npm run lib && npm publish",
    "test": "npm run lib"
  },
  "version": "2.0.0"
}
