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/@ant-design/colors/package.json
{
  "name": "@ant-design/colors",
  "version": "7.2.0",
  "description": "Color palettes calculator of Ant Design",
  "homepage": "https://github.com/ant-design/ant-design-colors#readme",
  "bugs": {
    "url": "https://github.com/ant-design/ant-design-colors/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-colors.git"
  },
  "license": "MIT",
  "author": "afc163 <afc163@gmail.com>",
  "main": "./lib/index",
  "module": "./es/index",
  "typings": "es/index.d.ts",
  "files": [
    "lib",
    "es"
  ],
  "scripts": {
    "bench": "vitest bench",
    "coverage": "npm test -- --coverage",
    "compile": "father build",
    "lint": "eslint src --ext .ts",
    "prepare": "tsx generate-presets",
    "prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "test": "jest"
  },
  "dependencies": {
    "@ant-design/fast-color": "^2.0.6"
  },
  "devDependencies": {
    "@ctrl/tinycolor": "^3.6.1",
    "@types/jest": "^26.0.24",
    "@types/node": "^20.14.9",
    "@umijs/fabric": "^3.0.0",
    "eslint": "^7.32.0",
    "father": "^4.4.4",
    "jest": "^26.6.3",
    "np": "^7.7.0",
    "prettier": "^2.8.8",
    "ts-jest": "^26.5.6",
    "tsx": "^4.16.1",
    "typescript": "^4.9.5",
    "vitest": "^1.6.0"
  }
}