{ "name": "workbox-routing", "version": "4.3.1", "license": "MIT", "author": "Google's Web DevRel Team", "description": "A service worker helper library to route request URLs to handlers.", "repository": "googlechrome/workbox", "bugs": "https://github.com/googlechrome/workbox/issues", "homepage": "https://github.com/GoogleChrome/workbox", "keywords": [ "workbox", "workboxjs", "service worker", "sw", "router", "routing" ], "scripts": { "build": "gulp build-packages --package workbox-routing", "version": "npm run build", "prepare": "npm run build" }, "workbox": { "browserNamespace": "workbox.routing", "packageType": "browser" }, "main": "build/workbox-routing.prod.js", "module": "index.mjs", "dependencies": { "workbox-core": "^4.3.1" }, "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b" }