• File: package.json
  • Full Path: /var/www/nodejs/callDir/node_modules/xpath/package.json
  • Date Modified: 06/03/2024 5:11 PM
  • File size: 669 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "xpath",
  "version": "0.0.32",
  "description": "DOM 3 XPath implemention and helper for node.js.",
  "engines": {
    "node": ">=0.6.0"
  },
  "author": {
    "name": "Cameron McCormack"
  },
  "contributors": [
    {
      "name": "goto100"
    },
    {
      "name": "James Rishe"
    }
  ],
  "dependencies": {},
  "devDependencies": {
    "xmldom": "^0.1.19"
  },
  "typings": "./xpath.d.ts",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/goto100/xpath.git"
  },
  "main": "./xpath.js",
  "keywords": [
    "xpath",
    "xml"
  ],
  "license": "MIT"
}