![]() 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/private_html/node_modules/path2d/ |
{
"name": "path2d",
"version": "0.2.2",
"description": "Path2D API for node. Can be used for server-side rendering with canvas",
"keywords": [
"Path2D",
"polyfill",
"canvas",
"roundRect"
],
"homepage": "https://github.com/nilzona/path2d-polyfill#readme",
"bugs": {
"url": "https://github.com/nilzona/path2d-polyfill/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nilzona/path2d-polyfill.git"
},
"license": "MIT",
"author": "nilzona",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "./dist/index.js",
"files": [
"dist"
],
"prettier": "@qlik/prettier-config",
"devDependencies": {
"@qlik/eslint-config": "0.8.1",
"@qlik/prettier-config": "^0.4.18",
"@qlik/tsconfig": "^0.2.7",
"@swc/core": "^1.9.1",
"@types/node": "22.9.0",
"@vitest/coverage-v8": "2.1.4",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"rimraf": "6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "2.1.4"
},
"engines": {
"node": ">=6"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup-node src/index.ts --target node18 --format esm,cjs --dts",
"check-types": "tsc --noEmit",
"format:check": "prettier --check '**' --ignore-unknown",
"format:write": "prettier --write '**' --ignore-unknown",
"lint": "eslint .",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"watch": "pnpm build --watch"
}
}