UNPKG

n8n-nodes-xml-plus

Version:

An alternative XML node based on fast-xml-parser as opposed to xml2js that's used in the built-in XML node. Designed for performance with larger datasets as well as adding additional customizability.

71 lines (70 loc) 1.95 kB
{ "name": "n8n-nodes-xml-plus", "version": "1.0.1", "description": "An alternative XML node based on fast-xml-parser as opposed to xml2js that's used in the built-in XML node. Designed for performance with larger datasets as well as adding additional customizability.", "main": "index.js", "keywords": [ "n8n-community-node-package", "n8n", "xml", "json", "fast-xml-parser", "xml2js", "transformer", "parser", "xmlplus", "utility" ], "homepage": "https://github.com/jkoch22/n8n-nodes-xml-plus#readme", "author": { "name": "jkoch22" }, "bugs": { "url": "https://github.com/jkoch22/n8n-nodes-xml-plus/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jkoch22/n8n-nodes-xml-plus.git" }, "license": "MIT", "files": [ "dist" ], "scripts": { "preinstall": "npx only-allow pnpm", "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes --write", "lint": "eslint nodes package.json", "lintfix": "eslint nodes package.json --fix", "prepublishOnly": "pnpm build && pnpm lintfix -c .eslintrc.prepublish.js nodes package.json" }, "dependencies": { "fast-xml-parser": "^5.3.4" }, "devDependencies": { "@typescript-eslint/parser": "^8.54.0", "eslint": "^8.57.1", "eslint-plugin-n8n-nodes-base": "^1.16.6", "gulp": "^5.0.1", "n8n-core": "^2.7.0", "n8n-workflow": "^2.7.0", "pnpm": "^10.28.2", "prettier": "^3.8.1", "typescript": "^5.9.3" }, "peerDependencies": { "n8n-workflow": "*" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264", "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/XmlPlus/XmlPlus.node.js" ] } }