![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/lavocat.quebec/public_html/node_modules/phosphor-react/ |
{
"name": "phosphor-react",
"version": "1.4.1",
"description": "A clean and friendly icon family for React",
"author": "rektdeckard",
"license": "MIT",
"repository": "phosphor-icons/phosphor-react",
"homepage": "https://phosphoricons.com",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"sideEffects": false,
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"keywords": [
"react",
"icons",
"svg",
"phosphor",
"design",
"interface",
"UI",
"UX"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"collate": "node bin/collate.js",
"assemble": "node bin/assemble.js",
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\""
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"chalk": "^4.1.0",
"husky": "^4.2.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.0.0",
"typescript": "^3.9.7"
}
}