xhr-fetch-proxy
Version:
A proxy for XMLHttpRequest (XHR) that uses the Fetch API under the hood
33 lines (32 loc) • 889 B
JSON
{
"name": "xhr-fetch-proxy",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js --single-run --browsers FirefoxHeadless",
"test:dev": "karma start karma.conf.js",
"server": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/logankeenan/xhr-fetch-proxy.git"
},
"homepage": "https://github.com/logankeenan/xhr-fetch-proxy#readme",
"engines": {
"node": ">=22.0.0"
},
"author": "Logan Keenan",
"license": "MIT",
"description": "A proxy for XMLHttpRequest (XHR) that uses the Fetch API under the hood",
"devDependencies": {
"chai": "^5.1.2",
"cors": "^2.8.5",
"express": "^4.21.2",
"jasmine": "^5.5.0",
"karma": "^6.4.4",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"karma-spec-reporter": "^0.0.36"
},
"dependencies": {}
}