source: frontend/node_modules/workbox-range-requests/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 820 bytes
Line 
1{
2 "name": "workbox-range-requests",
3 "version": "6.6.0",
4 "license": "MIT",
5 "author": "Google's Web DevRel Team",
6 "description": "This library creates a new Response, given a source Response and a Range header value.",
7 "repository": "googlechrome/workbox",
8 "bugs": "https://github.com/googlechrome/workbox/issues",
9 "homepage": "https://github.com/GoogleChrome/workbox",
10 "keywords": [
11 "workbox",
12 "workboxjs",
13 "service worker",
14 "sw",
15 "caching",
16 "cache",
17 "range",
18 "media",
19 "workbox-plugin"
20 ],
21 "workbox": {
22 "browserNamespace": "workbox.rangeRequests",
23 "packageType": "sw"
24 },
25 "main": "index.js",
26 "module": "index.mjs",
27 "types": "index.d.ts",
28 "dependencies": {
29 "workbox-core": "6.6.0"
30 },
31 "gitHead": "252644491d9bb5a67518935ede6df530107c9475"
32}
Note: See TracBrowser for help on using the repository browser.