File: package.json

Recommend this page to a friend!
  Classes of Vallo Reima   JS Merge XML   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Merge XML
Merge XML documents from strings or DOM objects
Author: By
Last change: Bump karma from 1.3.0 to 6.3.14 (#21)

Bumps [karma](https://github.com/karma-runner/karma) from 1.3.0 to 6.3.14.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v1.3.0...v6.3.14)

---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2 years ago
Size: 908 bytes
 

Contents

Class file image Download
{ "name": "mergexml", "version": "1.2.2", "description": "Merge multiple XML sources", "main": "mergexml.js", "repository": { "type": "git", "url": "https://github.com/hareko/js-merge-xml" }, "scripts": { "test": "karma start test/all.conf.js" }, "keywords": [ "xml", "merge" ], "author": "Vallo Reima", "license": "ISC", "bugs": { "url": "https://github.com/hareko/js-merge-xml/issues" }, "dependencies": { "formidable": "^1.2.1", "@xmldom/xmldom": "^0.7.0", "xpath": "0.0.27" }, "devDependencies": { "chai": "3.0.x", "jasmine-core": "2.0.x", "karma": "6.3.x", "karma-chai": "0.1.x", "karma-chrome-launcher": "2.0.x", "karma-firefox-launcher": "1.0.x", "karma-jasmine": "0.3.x", "karma-mocha": "1.2.x", "karma-opera-launcher": "1.0.x", "karma-safari-launcher": "1.0.x", "mocha": "3.1.x" } }