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/react-docgen/package.json
{
  "name": "react-docgen",
  "version": "7.1.1",
  "description": "A library to extract information from React components for documentation generation.",
  "repository": {
    "type": "git",
    "url": "https://github.com/reactjs/react-docgen.git",
    "directory": "packages/react-docgen"
  },
  "type": "module",
  "browser": {
    "./dist/importer/fsImporter.js": "./dist/importer/ignoreImporter.js",
    "./src/importer/fsImporter.ts": "./src/importer/ignoreImporter.ts",
    "./dist/importer/makeFsImporter.js": "./dist/importer/makeIgnoreImporter.js",
    "./src/importer/makeFsImporter.ts": "./src/importer/makeIgnoreImporter.ts"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=16.14.0"
  },
  "main": "dist/main.js",
  "typings": "dist/main.d.ts",
  "keywords": [
    "react",
    "documentation",
    "documentation-generation"
  ],
  "author": {
    "name": "Felix Kling (http://github.com/fkling)"
  },
  "contributors": [
    "Daniel Tschinder (http://github.com/danez)"
  ],
  "license": "MIT",
  "dependencies": {
    "@babel/core": "^7.18.9",
    "@babel/traverse": "^7.18.9",
    "@babel/types": "^7.18.9",
    "@types/babel__core": "^7.18.0",
    "@types/babel__traverse": "^7.18.0",
    "@types/doctrine": "^0.0.9",
    "@types/resolve": "^1.20.2",
    "doctrine": "^3.0.0",
    "resolve": "^1.22.1",
    "strip-indent": "^4.0.0"
  },
  "scripts": {
    "build": "rimraf dist/ && tsc",
    "test": "vitest run"
  }
}