{
  "name": "path-expression-matcher",
  "version": "1.1.2",
  "description": "Efficient path tracking and pattern matching for XML/JSON parsers",
  "main": "src/index.js",
  "type": "module",
  "exports": {
    ".": "./src/index.js",
    "./Expression": "./src/Expression.js",
    "./Matcher": "./src/Matcher.js"
  },
  "scripts": {
    "test": "node test/namespace_test.js && node test/test.js"
  },
  "keywords": [
    "xml",
    "json",
    "yaml",
    "path",
    "matcher",
    "pattern",
    "xpath",
    "selector",
    "parser",
    "fast-xml-parser",
    "fast-xml-builder"
  ],
  "author": "Amit Gupta (https://solothought.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/NaturalIntelligence/path-expression-matcher"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/path-expression-matcher/issues"
  },
  "homepage": "https://github.com/NaturalIntelligence/path-expression-matcher#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "src/",
    "README.md",
    "LICENSE"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/NaturalIntelligence"
    }
  ]
}