UNPKG

page-load-type

Version:

Determines page load type for websites using Signed Exchanges

34 lines (33 loc) 782 B
{ "name": "page-load-type", "version": "1.1.0", "description": "Determines page load type for websites using Signed Exchanges", "main": "index.js", "type": "module", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "repository": { "type": "git", "url": "git+https://github.com/pepawel/page-load-type.git" }, "keywords": [ "SXG", "Signed", "Exchanges", "subresources", "page", "load", "type" ], "author": "Paweł Pokrywka", "license": "MIT", "bugs": { "url": "https://github.com/pepawel/page-load-type/issues" }, "homepage": "https://github.com/pepawel/page-load-type#readme", "devDependencies": { "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0" } }