{
  "_args": [
    [
      "rc-notification@4.6.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "rc-notification@4.6.0",
  "_id": "rc-notification@4.6.0",
  "_inBundle": false,
  "_integrity": "sha512-xF3MKgIoynzjQAO4lqsoraiFo3UXNYlBfpHs0VWvwF+4pimen9/H1DYLN2mfRWhHovW6gRpla73m2nmyIqAMZQ==",
  "_location": "/rc-notification",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rc-notification@4.6.0",
    "name": "rc-notification",
    "escapedName": "rc-notification",
    "rawSpec": "4.6.0",
    "saveSpec": null,
    "fetchSpec": "4.6.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-4.6.0.tgz",
  "_spec": "4.6.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "bugs": {
    "url": "http://github.com/react-component/notification/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "2.x",
    "rc-motion": "^2.2.0",
    "rc-util": "^5.20.1"
  },
  "description": "notification ui component for react",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.0.1",
    "@types/classnames": "^2.2.10",
    "@types/enzyme": "^3.10.7",
    "@types/jest": "^26.0.4",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "cross-env": "^7.0.0",
    "dumi": "^1.1.7",
    "enzyme": "^3.3.0",
    "enzyme-to-json": "^3.4.0",
    "eslint": "^7.8.1",
    "father": "^2.13.2",
    "gh-pages": "^3.1.0",
    "less": "^3.10.3",
    "np": "^6.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "typescript": "^4.0.5"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "assets/*.css",
    "assets/*.less",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/notification",
  "keywords": [
    "react",
    "react-component",
    "react-notification",
    "notification"
  ],
  "license": "MIT",
  "main": "lib/index",
  "maintainers": [
    {
      "name": "yiminghe@gmail.com"
    },
    {
      "name": "skyking_H@hotmail.com"
    },
    {
      "name": "hust2012jiangkai@gmail.com"
    }
  ],
  "module": "es/index",
  "name": "rc-notification",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/notification.git"
  },
  "scripts": {
    "build": "dumi build",
    "compile": "father build && lessc assets/index.less assets/index.css",
    "docs:deploy": "gh-pages -d .doc",
    "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run build",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "start": "dumi dev",
    "test": "father test"
  },
  "typings": "es/index.d.ts",
  "version": "4.6.0"
}
