@openxmldev/linq-to-xml
Version:
LINQ to XML for TypeScript
42 lines (41 loc) • 904 B
JSON
{
"name": "@openxmldev/linq-to-xml",
"version": "0.10.0",
"description": "LINQ to XML for TypeScript",
"keywords": [
"LINQ",
"XML",
"LINQ to XML",
"XAttribute",
"XContainer",
"XDocument",
"XElement",
"XNode",
"XObject",
"XText",
"XName",
"XNamespace",
"Iterable",
"IEnumerable",
"Enumerable"
],
"homepage": "https://github.com/OpenXmlDev/linq-to-xml#readme",
"bugs": {
"url": "https://github.com/OpenXmlDev/linq-to-xml/issues"
},
"license": "MIT",
"author": "Thomas Barnekow",
"repository": {
"type": "git",
"url": "https://github.com/OpenXmlDev/linq-to-xml"
},
"dependencies": {
"@tsdotnet/common-interfaces": "^1.0.4",
"@tsdotnet/exceptions": "^1.0.17",
"@tsdotnet/linq": "^1.0.15",
"tslib": "^2.0.0"
},
"type": "module",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}