/
dimamir
/
node-xml-toolkit
Обзор
Документация
Войти
/
dimamir
/
node-xml-toolkit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
57 строк
1 KB
Dmitry Ovsyanko
XMLMarshaller: test coverage
13 окт 2024, 17:26
13 окт 2024, 17:26
3c381b3
Код
Авторство
О чём код?
{ "name": "xml-toolkit", "version": "1.0.45", "description": "XML parser, marshaller, SOAP adapter", "main": "index.js", "files": [ "/lib", "/badges" ], "scripts": { "test": "jest", "test-ci": "jest --ci --coverage" }, "jest": { "collectCoverageFrom": [ "lib/**/*.js" ], "coverageReporters": [ "clover", "json", "lcov", "text", "json-summary" ], "verbose": false, "testPathIgnorePatterns": [ "/node_modules/", "/__tests__/0ld", "/__tests__/data", "/__tests__/lib" ] }, "repository": { "type": "git", "url": "git+https://github.com/do-/node-xml-toolkit.git" }, "keywords": [ "xml", "soap", "xsd", "wsdl", "sax" ], "author": "Dmitry Ovsyanko", "license": "MIT", "bugs": { "url": "https://github.com/do-/node-xml-toolkit/issues" }, "homepage": "https://github.com/do-/node-xml-toolkit#readme", "devDependencies": { "jest": "^29.3.1" }, "dependencies": { "http-errors": "^2.0.0", "string-escape-map": "^1.0.0" } }