{
  "_args": [
    [
      "xml2js-xpath@0.11.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "xml2js-xpath@0.11.0",
  "_id": "xml2js-xpath@0.11.0",
  "_inBundle": false,
  "_integrity": "sha512-LJJWN9VcZUItBb3R3NmaWuE7+mZzhwGfo9vqekDki02ZnnO7M5QHeqpT49XBfWxZlBuuYVXw3t8rjvekZY43Yg==",
  "_location": "/xml2js-xpath",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xml2js-xpath@0.11.0",
    "name": "xml2js-xpath",
    "escapedName": "xml2js-xpath",
    "rawSpec": "0.11.0",
    "saveSpec": null,
    "fetchSpec": "0.11.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/xml2js-xpath/-/xml2js-xpath-0.11.0.tgz",
  "_spec": "0.11.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Dane Summers"
  },
  "babel": {
    "plugins": [
      "@babel/plugin-transform-runtime"
    ],
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": "current"
          }
        }
      ]
    ],
    "env": {
      "test": {
        "plugins": [
          "istanbul"
        ]
      }
    }
  },
  "bugs": {
    "url": "https://github.com/dsummersl/node-xml2js-xpath/issues"
  },
  "dependencies": {
    "lodash": "^4.17.15"
  },
  "description": "Search xml2js JSON documents with XPath query strings.",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@babel/register": "^7.4.4",
    "@babel/runtime": "^7.4.4",
    "@istanbuljs/nyc-config-babel": "^2.1.1",
    "babel-plugin-istanbul": "^5.1.4",
    "chai": "^4.2.0",
    "eslint": "^6.6.0",
    "mocha": "^6.1.4",
    "nyc": "latest",
    "xml2js": "^0.4.19"
  },
  "homepage": "https://github.com/dsummersl/node-xml2js-xpath",
  "keywords": [
    "xml2js",
    "xpath",
    "search",
    "parse"
  ],
  "license": "ISC",
  "main": "xpath.js",
  "name": "xml2js-xpath",
  "nyc": {
    "extends": "@istanbul/nyc-config-babel"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsummersl/node-xml2js-xpath.git"
  },
  "scripts": {
    "prepublish": "babel src/xpath.js > xpath.js",
    "test": "nyc mocha src/**/*.test.js"
  },
  "typings": "xml2js-xpath",
  "version": "0.11.0"
}
