You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.9 KiB
66 lines
1.9 KiB
{ |
|
"_from": "workbox-routing@^4.3.1", |
|
"_id": "workbox-routing@4.3.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-FkbtrODA4Imsi0p7TW9u9MXuQ5P4pVs1sWHK4dJMMChVROsbEltuE79fBoIk/BCztvOJ7yUpErMKa4z3uQLX+g==", |
|
"_location": "/workbox-routing", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "workbox-routing@^4.3.1", |
|
"name": "workbox-routing", |
|
"escapedName": "workbox-routing", |
|
"rawSpec": "^4.3.1", |
|
"saveSpec": null, |
|
"fetchSpec": "^4.3.1" |
|
}, |
|
"_requiredBy": [ |
|
"/workbox-build", |
|
"/workbox-google-analytics" |
|
], |
|
"_resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-4.3.1.tgz", |
|
"_shasum": "a675841af623e0bb0c67ce4ed8e724ac0bed0cda", |
|
"_spec": "workbox-routing@^4.3.1", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/workbox-build", |
|
"author": { |
|
"name": "Google's Web DevRel Team" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/googlechrome/workbox/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"workbox-core": "^4.3.1" |
|
}, |
|
"deprecated": false, |
|
"description": "A service worker helper library to route request URLs to handlers.", |
|
"gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b", |
|
"homepage": "https://github.com/GoogleChrome/workbox", |
|
"keywords": [ |
|
"workbox", |
|
"workboxjs", |
|
"service worker", |
|
"sw", |
|
"router", |
|
"routing" |
|
], |
|
"license": "MIT", |
|
"main": "build/workbox-routing.prod.js", |
|
"module": "index.mjs", |
|
"name": "workbox-routing", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/googlechrome/workbox.git" |
|
}, |
|
"scripts": { |
|
"build": "gulp build-packages --package workbox-routing", |
|
"prepare": "npm run build", |
|
"version": "npm run build" |
|
}, |
|
"version": "4.3.1", |
|
"workbox": { |
|
"browserNamespace": "workbox.routing", |
|
"packageType": "browser" |
|
} |
|
}
|
|
|