{
  "_from": "@thednp/dommatrix@^3.0.4",
  "_id": "@thednp/dommatrix@3.0.4",
  "_inBundle": false,
  "_integrity": "sha512-xpKtQZqFOuAPfQDbePIh9f48YKfmULV7z9C+anPBSHiOG4P+T3ct7Cx2AZOoUeXbxiDkz7SONANy1bB7p2uysg==",
  "_location": "/@thednp/dommatrix",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@thednp/dommatrix@^3.0.4",
    "name": "@thednp/dommatrix",
    "escapedName": "@thednp%2fdommatrix",
    "scope": "@thednp",
    "rawSpec": "^3.0.4",
    "saveSpec": null,
    "fetchSpec": "^3.0.4"
  },
  "_requiredBy": [
    "/svg-path-commander"
  ],
  "_resolved": "https://registry.npmjs.org/@thednp/dommatrix/-/dommatrix-3.0.4.tgz",
  "_shasum": "25f7c1c4d7c63d8c5dd58163a2d8a6e74ad6fbba",
  "_spec": "@thednp/dommatrix@^3.0.4",
  "_where": "/var/www/html/moro/node_modules/svg-path-commander",
  "author": {
    "name": "thednp"
  },
  "bugs": {
    "url": "https://github.com/thednp/dommatrix/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "TypeScript shim for DOMMatrix",
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@vitest/browser": "^4.1.2",
    "@vitest/browser-playwright": "^4.1.2",
    "@vitest/coverage-istanbul": "^4.1.2",
    "@vitest/ui": "^4.1.2",
    "playwright": "^1.58.2",
    "typescript": "^6.0.2",
    "vite": "^8.0.3",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.1.2"
  },
  "engines": {
    "node": ">=20",
    "pnpm": ">=8.6.0"
  },
  "exports": {
    ".": {
      "types": "./dist/dommatrix.d.ts",
      "require": "./dist/dommatrix.cjs",
      "import": "./dist/dommatrix.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://thednp.github.io/dommatrix/",
  "keywords": [
    "dommatrix",
    "cssmatrix",
    "shim",
    "polyfill",
    "nodejs",
    "dom",
    "css",
    "transform",
    "typescript"
  ],
  "license": "MIT",
  "main": "./dist/dommatrix.js",
  "module": "./dist/dommatrix.mjs",
  "name": "@thednp/dommatrix",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thednp/dommatrix.git"
  },
  "scripts": {
    "build": "vite build && pnpm copy-docs",
    "check:ts": "tsc --noEmit",
    "clean-coverage": "rm -rf coverage .nyc_output",
    "copy-docs": "cp dist/dommatrix.js docs/dommatrix.js && cp dist/dommatrix.js.map docs/dommatrix.js.map",
    "fix:ts": "deno lint src --fix",
    "format": "deno fmt src",
    "lint": "pnpm lint:ts && pnpm check:ts",
    "lint:ts": "deno lint src",
    "pre-test": "pnpm clean-coverage",
    "test": "pnpm pre-test && vitest --browser.headless",
    "test-ui": "pnpm pre-test && vitest --browser --ui"
  },
  "source": "./src/index.ts",
  "version": "3.0.4"
}
