mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-06 18:12:51 +00:00
30 lines
740 B
JSON
30 lines
740 B
JSON
{
|
|
"name": "workbox-routing",
|
|
"version": "7.0.0",
|
|
"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"
|
|
],
|
|
"workbox": {
|
|
"browserNamespace": "workbox.routing",
|
|
"packageType": "sw"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"types": "index.d.ts",
|
|
"dependencies": {
|
|
"workbox-core": "7.0.0"
|
|
},
|
|
"gitHead": "c1d11636823e5e3a89520f7a531970a39304b14a"
|
|
}
|