{
  "_from": "path-expression-matcher@^1.5.0",
  "_id": "path-expression-matcher@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-e5y7RCLHKjemsgQ4eqGJtPyr10ILz25HO7flzxhTV8bgvd5yHx98DGtCAtbVW9f2TqnYI/gEVZd+vz7snrdPTw==",
  "_location": "/path-expression-matcher",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "path-expression-matcher@^1.5.0",
    "name": "path-expression-matcher",
    "escapedName": "path-expression-matcher",
    "rawSpec": "^1.5.0",
    "saveSpec": null,
    "fetchSpec": "^1.5.0"
  },
  "_requiredBy": [
    "/fast-xml-builder",
    "/fast-xml-parser"
  ],
  "_resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.6.0.tgz",
  "_shasum": "a94b623c5a24b1087eb348b02fa5dae8cb363212",
  "_spec": "path-expression-matcher@^1.5.0",
  "_where": "/var/www/backendCherryk/cherry-k-be/node_modules/fast-xml-parser",
  "author": {
    "name": "Amit Gupta",
    "url": "https://solothought.com"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/path-expression-matcher/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Efficient path tracking and pattern matching for XML/JSON parsers",
  "devDependencies": {
    "@babel/core": "^7.13.10",
    "@babel/plugin-transform-runtime": "^7.13.10",
    "@babel/preset-env": "^7.13.10",
    "@babel/register": "^7.13.8",
    "@types/node": "20",
    "babel-loader": "^8.2.2",
    "c8": "^10.1.3",
    "eslint": "^8.3.0",
    "prettier": "^3.5.1",
    "typescript": "5",
    "webpack": "^5.64.4",
    "webpack-cli": "^4.9.1"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./src/index.d.ts",
        "default": "./src/index.js"
      },
      "require": {
        "types": "./lib/pem.d.cts",
        "default": "./lib/pem.cjs"
      }
    }
  },
  "files": [
    "lib",
    "src/",
    "README.md",
    "LICENSE"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/NaturalIntelligence"
    }
  ],
  "homepage": "https://github.com/NaturalIntelligence/path-expression-matcher#readme",
  "keywords": [
    "xml",
    "html",
    "json",
    "yaml",
    "path",
    "matcher",
    "pattern",
    "xpath",
    "selector",
    "parser",
    "fast-xml-parser",
    "fast-xml-builder"
  ],
  "license": "MIT",
  "main": "./lib/pem.cjs",
  "module": "./src/index.js",
  "name": "path-expression-matcher",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NaturalIntelligence/path-expression-matcher.git"
  },
  "scripts": {
    "bundle": "webpack --config webpack.cjs.config.js",
    "test": "c8 --reporter=lcov --reporter=text node test/*test.js"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./src/index.d.ts",
  "version": "1.6.0"
}
