package.json 1.5 KB
{
  "_from": "xpath.js@>=0.0.3",
  "_id": "xpath.js@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-jg+qkfS4K8E7965sqaUl8mRngXiKb3WZGfONgE18pr03FUQiuSV6G+Ej4tS55B+rIQSFEIw3phdVAQ4pPqNWfQ==",
  "_location": "/xpath.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xpath.js@>=0.0.3",
    "name": "xpath.js",
    "escapedName": "xpath.js",
    "rawSpec": ">=0.0.3",
    "saveSpec": null,
    "fetchSpec": ">=0.0.3"
  },
  "_requiredBy": [
    "/xml-crypto"
  ],
  "_resolved": "https://registry.npmjs.org/xpath.js/-/xpath.js-1.1.0.tgz",
  "_shasum": "3816a44ed4bb352091083d002a383dd5104a5ff1",
  "_spec": "xpath.js@>=0.0.3",
  "_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\xml-crypto",
  "author": {
    "name": "Cameron McCormack",
    "url": "http://mcc.id.au/xpathjs"
  },
  "bugs": {
    "url": "https://github.com/yaronn/xpath.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Xpath pure javascript implementation for node.js",
  "devDependencies": {
    "nodeunit": ">=0.6.4"
  },
  "directories": {},
  "engines": {
    "node": ">=0.4.0"
  },
  "homepage": "https://github.com/yaronn/xpath.js#readme",
  "keywords": [
    "xpath",
    "xml"
  ],
  "license": "MIT",
  "main": "./xpath.js",
  "name": "xpath.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yaronn/xpath.js.git"
  },
  "scripts": {
    "test": "nodeunit tests/test.js"
  },
  "version": "1.1.0"
}