UNPKG

svn-dav-fs

Version:

handler for 'svn+https' url scheme (plain js svn dav fs)

75 lines (74 loc) 1.69 kB
{ "name": "svn-dav-fs", "version": "7.0.0", "type": "module", "publishConfig": { "access": "public" }, "main": "src/svn.mjs", "module": "src/svn.mjs", "description": "handler for 'svn+https' url scheme (plain js svn dav fs)", "keywords": [ "DAV", "SVN", "url-resolver-fs" ], "contributors": [ { "name": "Markus Felten", "email": "markus.felten@gmx.de" } ], "license": "BSD-2-Clause", "scripts": { "cover": "c8 -x 'tests/**/*.mjs' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme src/svn.mjs --section=API", "lint": "documentation lint src/svn.mjs", "posttest": "markdown-doctest", "test": "ava" }, "dependencies": { "hasha": "^5.0.0", "sax": "^1.2.4", "url-resolver-fs": "^8.0.3" }, "devDependencies": { "ava": "^2.3.0", "c8": "^5.0.2", "documentation": "^12.1.1", "esm": "^3.2.25", "markdown-doctest": "^0.9.1", "semantic-release": "^15.13.24" }, "engines": { "node": ">=12.9.0" }, "repository": { "type": "git", "url": "https://github.com/arlac77/svn-dav-fs.git" }, "bugs": { "url": "https://github.com/arlac77/svn-dav-fs/issues" }, "homepage": "https://github.com/arlac77/svn-dav-fs#readme", "ava": { "babel": false, "files": [ "tests/*-test.js", "tests/*-test.mjs" ], "require": [ "esm" ], "compileEnhancements": false, "extensions": [ "js", "mjs" ] }, "template": { "repository": { "url": "https://github.com/arlac77/npm-package-template-esm-only.git" } } }