prefetch-predict
Version:
A predictive prefetching optimizer for web resources
21 lines • 707 B
JSON
{
"name": "prefetch-predict",
"version": "1.0.0",
"description": "A predictive prefetching optimizer for web resources",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": ["prefetch", "performance", "web", "predictive", "javascript"],
"author": "Nitesh Agarwal <agarwalnitesh42@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/agarwalnitesh42/prefetch-predict.git"
},
"bugs": {
"url": "https://github.com/agarwalnitesh42/prefetch-predict/issues"
},
"homepage": "https://github.com/agarwalnitesh42/prefetch-predict#readme"
}