package.json 1.56 KB
{
  "_from": "xpath@0.0.27",
  "_id": "xpath@0.0.27",
  "_inBundle": false,
  "_integrity": "sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ==",
  "_location": "/xpath",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xpath@0.0.27",
    "name": "xpath",
    "escapedName": "xpath",
    "rawSpec": "0.0.27",
    "saveSpec": null,
    "fetchSpec": "0.0.27"
  },
  "_requiredBy": [
    "/xml-encryption"
  ],
  "_resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz",
  "_shasum": "dd3421fbdcc5646ac32c48531b4d7e9d0c2cfa92",
  "_spec": "xpath@0.0.27",
  "_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\xml-encryption",
  "author": {
    "name": "Cameron McCormack"
  },
  "bugs": {
    "url": "https://github.com/goto100/xpath/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "goto100"
    },
    {
      "name": "James Rishe"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "DOM 3 XPath implemention and helper for node.js.",
  "devDependencies": {
    "nodeunit": ">=0.6.4",
    "xmldom": "^0.1.19"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "homepage": "https://github.com/goto100/xpath#readme",
  "keywords": [
    "xpath",
    "xml"
  ],
  "license": "MIT",
  "main": "./xpath.js",
  "name": "xpath",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goto100/xpath.git"
  },
  "scripts": {
    "test": "nodeunit test.js"
  },
  "typings": "./xpath.d.ts",
  "version": "0.0.27"
}