UNPKG

xpath-ts2

Version:

DOM 3 and 4 XPath 1.0 implementation for browser and Node.js environment with support for typescript 5.

68 lines (67 loc) 1.68 kB
{ "name": "xpath-ts2", "version": "1.4.2", "description": "DOM 3 and 4 XPath 1.0 implementation for browser and Node.js environment with support for typescript 5.", "author": { "name": "Florian Sihler", "email": "florian.sihler@web.de", "url": "https://github.com/EagleoutIce" }, "license": "MIT", "keywords": [ "xpath", "xml", "dom" ], "contributors": [ { "name": "Cameron McCormack", "url": "https://mcc.id.au/" }, { "name": "James Rishe" }, { "name": "Yaron Naveh", "url": "http://webservices20.blogspot.com/" }, { "name": "goto100" }, { "name": "Matus Zamborsky", "email": "zamborsky@gmail.com", "url": "https://github.com/backslash47" } ], "devDependencies": { "@types/chai": "^4.3.5", "@types/jsdom": "^21.1.1", "@types/mocha": "^10.0.1", "@types/node": "^20.1.0", "chai": "^4.3.7", "eslint": "^8.37.0", "eslint-config-standard-with-typescript": "^34.0.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-tsdoc": "^0.2.17", "jsdom": "^22.0.0", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.0.4", "xmldom-ts": "^0.3.1" }, "main": "./dist/lib/index.js", "types": "./dist/types/index.d.ts", "scripts": { "test": "mocha --require ts-node/register test/**/*.ts", "lint": "echo linting disabled", "build": "tsc", "prepublishOnly": "npm run lint && npm run build && npm test" }, "repository": { "type": "git", "url": "git://github.com/EagleoutIce/xpath" } }