instajax
Version:
Instantly move your multi page application navigations to AJAX
71 lines • 1.8 kB
JSON
{
"name": "instajax",
"version": "2.0.1",
"description": "Instantly move your multi page application navigations to AJAX",
"main": "dist/min.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"prepublishOnly": "node pre-publish.js",
"postpublish": "node post-publish.js",
"prepack": "npm run build",
"pretty": "prettier --write .",
"build": "node esbuild.js",
"test": "vitest --run",
"coverage": "vitest run --coverage"
},
"keywords": [
"js",
"ajax",
"navigation",
"route",
"history",
"spa",
"single page application",
"faster",
"performance",
"instant",
"fast",
"load",
"quick",
"web development",
"javascript",
"node.js",
"browser",
"html",
"php",
"navigate",
"mpa",
"multi-page application",
"router",
"routing",
"url",
"location",
"window",
"history API",
"pushState",
"replaceState",
"popstate",
"xml",
"http request",
"xmlhttprequest",
"fetch"
],
"author": {
"name": "Ufuk Bakan",
"email": "println.ufukbakan@gmail.com",
"url": "https://www.linkedin.com/in/ufuk-bakan/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/instant-docs/instajax.git"
},
"license": "AGPL-3.0-only",
"devDependencies": {
"@vitest/coverage-v8": "3.2.4",
"esbuild": "^0.25.0",
"jsdom": "^26.1.0",
"prettier": "^3.3.3",
"vitest": "^3.2.4"
}
}