HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/design.system/node_modules/rc-tooltip/package.json
{
  "name": "rc-tooltip",
  "version": "6.4.0",
  "description": "React Tooltip",
  "keywords": [
    "react",
    "react-component",
    "react-tooltip",
    "tooltip"
  ],
  "homepage": "http://github.com/react-component/tooltip",
  "bugs": {
    "url": "http://github.com/react-component/tooltip/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:react-component/tooltip.git"
  },
  "license": "MIT",
  "maintainers": [
    "yiminghe@gmail.com"
  ],
  "main": "lib/index",
  "module": "es/index",
  "files": [
    "lib",
    "es",
    "assets/*.css",
    "assets/*.less"
  ],
  "scripts": {
    "compile": "father build && lessc assets/bootstrap.less assets/bootstrap.css && lessc assets/bootstrap_white.less assets/bootstrap_white.css",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d dist",
    "lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run docs:build",
    "prepare": "dumi setup",
    "prepublishOnly": "npm run compile ",
    "postpublish": "npm run docs:build && npm run docs:deploy",
    "start": "dumi dev",
    "test": "rc-test"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "@rc-component/trigger": "^2.0.0",
    "classnames": "^2.3.1",
    "rc-util": "^5.44.3"
  },
  "devDependencies": {
    "@rc-component/father-plugin": "^1.0.0",
    "@testing-library/react": "^14.0.0",
    "@types/jest": "^29.4.0",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "@types/warning": "^3.0.0",
    "cross-env": "^7.0.0",
    "dumi": "^2.2.13",
    "eslint": "^8.56.0",
    "eslint-plugin-unicorn": "^55.0.0",
    "father": "^4.0.0",
    "gh-pages": "^3.1.0",
    "less": "^4.1.1",
    "np": "^7.1.0",
    "rc-test": "^7.0.9",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^4.0.5"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  }
}