package.json 2.51 KB
{
  "_from": "rc-tooltip@~5.0.0",
  "_id": "rc-tooltip@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-3AnxhUS0j74xAV3khrKw8o6rg+Ima3nw09DJBezMPnX3ImQUAnayWsPSlN1mEnihjA43rcFkGM1emiKE+CXyMQ==",
  "_location": "/rc-tooltip",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-tooltip@~5.0.0",
    "name": "rc-tooltip",
    "escapedName": "rc-tooltip",
    "rawSpec": "~5.0.0",
    "saveSpec": null,
    "fetchSpec": "~5.0.0"
  },
  "_requiredBy": [
    "/antd",
    "/rc-slider"
  ],
  "_resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-5.0.1.tgz",
  "_shasum": "b82c4259604d2cb62ca610ed7932dd37fc6ef61d",
  "_spec": "rc-tooltip@~5.0.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "bugs": {
    "url": "http://github.com/react-component/tooltip/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "rc-trigger": "^5.0.0"
  },
  "deprecated": false,
  "description": "React Tooltip",
  "devDependencies": {
    "@types/jest": "^26.0.0",
    "@types/react": "^16.9.9",
    "@types/react-dom": "^16.9.2",
    "@types/warning": "^3.0.0",
    "cross-env": "^7.0.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.15.1",
    "enzyme-to-json": "^3.4.3",
    "eslint": "^7.1.0",
    "father": "^2.23.1",
    "less": "^3.11.1",
    "np": "^6.0.0",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "typescript": "^3.6.4"
  },
  "files": [
    "dist",
    "lib",
    "es",
    "assets/*.css",
    "assets/*.less"
  ],
  "homepage": "http://github.com/react-component/tooltip",
  "keywords": [
    "react",
    "react-component",
    "react-tooltip",
    "tooltip"
  ],
  "license": "MIT",
  "main": "lib/index",
  "maintainers": [
    {
      "name": "yiminghe@gmail.com"
    }
  ],
  "module": "es/index",
  "name": "rc-tooltip",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/tooltip.git"
  },
  "scripts": {
    "build": "father doc build --storybook",
    "compile": "father build && lessc assets/bootstrap.less assets/bootstrap.css && lessc assets/bootstrap_white.less assets/bootstrap_white.css",
    "coverage": "father test --coverage",
    "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run build",
    "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "test": "father test"
  },
  "version": "5.0.1"
}