{
  "_from": "transformation-matrix@^3.0.0",
  "_id": "transformation-matrix@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-oYubRWTi2tYFHAL2J8DLvPIqIYcYZ0fSOi2vmSy042Ho4jBW2ce6VP7QfD44t65WQz6bw5w1Pk22J7lcUpaTKA==",
  "_location": "/transformation-matrix",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "transformation-matrix@^3.0.0",
    "name": "transformation-matrix",
    "escapedName": "transformation-matrix",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/svgicons2svgfont"
  ],
  "_resolved": "https://registry.npmjs.org/transformation-matrix/-/transformation-matrix-3.1.0.tgz",
  "_shasum": "f118a41b4e52329884ef85539cdcd4afa8b4cb1b",
  "_spec": "transformation-matrix@^3.0.0",
  "_where": "/var/www/html/moro/node_modules/svgicons2svgfont",
  "author": {
    "name": "chrvadala"
  },
  "bugs": {
    "url": "https://github.com/chrvadala/transformation-matrix/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "2d transformation matrix functions written in ES6 syntax. Tree shaking ready!",
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-transform-runtime": "^7.28.3",
    "@babel/preset-env": "^7.28.3",
    "@types/jest": "^30.0.0",
    "babel-loader": "^10.0.0",
    "del-cli": "^6.0.0",
    "jest": "^30.0.5",
    "jsdoc-to-markdown": "^9.1.2",
    "peggy": "^5.0.6",
    "standard": "^17.1.2",
    "typescript": "^5.9.2",
    "webpack": "^5.101.3",
    "webpack-cli": "^6.0.1"
  },
  "files": [
    "README.md",
    "build-commonjs",
    "build-umd",
    "src",
    "tests",
    "transformation-matrix.d.ts",
    "babel.config.js"
  ],
  "funding": "https://github.com/sponsors/chrvadala",
  "homepage": "https://github.com/chrvadala/transformation-matrix#readme",
  "jsnext:main": "./src/index.js",
  "keywords": [
    "transformation-matrix",
    "2d-transformations",
    "three-shaking",
    "scale",
    "zoom",
    "translate",
    "transform"
  ],
  "license": "MIT",
  "main": "./build-commonjs/index.js",
  "module": "./src/index.js",
  "name": "transformation-matrix",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrvadala/transformation-matrix.git"
  },
  "scripts": {
    "build": "npm run docs:api && npm run build:parser && npm run build:lib",
    "build:commonjs": "babel src --out-dir build-commonjs",
    "build:lib": "npm run clean && npm run build:commonjs && npm run build:umd && npm run build:umd-min",
    "build:parser": "peggy --format es -o src/fromTransformAttribute.autogenerated.js src/fromTransformAttribute.peggy",
    "build:umd": "webpack --config ./webpack-umd.config.js",
    "build:umd-min": "webpack --config ./webpack-umd.config.js --env minimize",
    "clean": "del build-* coverage",
    "docs:api": "jsdoc2md --template docs/templates/api.hbs --example-lang js --heading-depth 2 src/*.js > docs/api.md",
    "test": "npm run test:standard && npm run test:coverage && npm run test:typescript",
    "test:coverage": "jest --coverage",
    "test:jest": "jest",
    "test:standard": "standard",
    "test:typescript": "tsc --strict src/*.ts"
  },
  "standard": {
    "ignore": [
      "src/*.autogenerated.js",
      "example.js"
    ]
  },
  "typings": "./src/transformation-matrix.d.ts",
  "unpkg": "./build-umd/transformation-matrix.min.js",
  "version": "3.1.0"
}
