UNPKG

xml-encryption-enhance

Version:

[![Build Status](https://travis-ci.org/auth0/node-xml-encryption.png)](https://travis-ci.org/auth0/node-xml-encryption)

38 lines (37 loc) 775 B
{ "name": "xml-encryption-enhance", "version": "4.1.0", "devDependencies": { "mocha": "^7.1.2", "should": "^11.2.1", "sinon": "^9.0.2" }, "main": "./lib", "repository": "https://github.com/git9527/node-xml-encryption-enhance", "keywords": [ "xml", "encryption", "xmlenc" ], "author": "Matias Woloski (Auth0)", "contributors": [ "Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)", "Tommi Pisto <tommi@pistogroup.com> (http://pasm.pis.to)" ], "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.8.5", "escape-html": "^1.0.3", "xpath": "0.0.32" }, "files": [ "lib", "package-lock.json" ], "scripts": { "test": "mocha" }, "engines": { "node": ">=12" } }