UNPKG

2.08 kBJSONView Raw
1{
2 "name": "workbox-build",
3 "version": "6.2.1",
4 "description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
5 "keywords": [
6 "workbox",
7 "workboxjs",
8 "service worker",
9 "caching",
10 "fetch requests",
11 "offline",
12 "file manifest"
13 ],
14 "engines": {
15 "node": ">=10.0.0"
16 },
17 "author": "Google's Web DevRel Team",
18 "license": "MIT",
19 "repository": "googlechrome/workbox",
20 "bugs": "https://github.com/GoogleChrome/workbox/issues",
21 "homepage": "https://github.com/GoogleChrome/workbox",
22 "dependencies": {
23 "@apideck/better-ajv-errors": "^0.2.4",
24 "@babel/core": "^7.11.1",
25 "@babel/preset-env": "^7.11.0",
26 "@babel/runtime": "^7.11.2",
27 "@rollup/plugin-babel": "^5.2.0",
28 "@rollup/plugin-node-resolve": "^11.2.1",
29 "@rollup/plugin-replace": "^2.4.1",
30 "@surma/rollup-plugin-off-main-thread": "^1.4.1",
31 "ajv": "^8.6.0",
32 "common-tags": "^1.8.0",
33 "fast-json-stable-stringify": "^2.1.0",
34 "fs-extra": "^9.0.1",
35 "glob": "^7.1.6",
36 "lodash": "^4.17.20",
37 "pretty-bytes": "^5.3.0",
38 "rollup": "^2.43.1",
39 "rollup-plugin-terser": "^7.0.0",
40 "source-map": "^0.8.0-beta.0",
41 "source-map-url": "^0.4.0",
42 "stringify-object": "^3.3.0",
43 "strip-comments": "^2.0.1",
44 "tempy": "^0.6.0",
45 "upath": "^1.2.0",
46 "workbox-background-sync": "^6.2.1",
47 "workbox-broadcast-update": "^6.2.1",
48 "workbox-cacheable-response": "^6.2.1",
49 "workbox-core": "^6.2.1",
50 "workbox-expiration": "^6.2.1",
51 "workbox-google-analytics": "^6.2.1",
52 "workbox-navigation-preload": "^6.2.1",
53 "workbox-precaching": "^6.2.1",
54 "workbox-range-requests": "^6.2.1",
55 "workbox-recipes": "^6.2.1",
56 "workbox-routing": "^6.2.1",
57 "workbox-strategies": "^6.2.1",
58 "workbox-streams": "^6.2.1",
59 "workbox-sw": "^6.2.1",
60 "workbox-window": "^6.2.1"
61 },
62 "main": "build/index.js",
63 "workbox": {
64 "packageType": "node_ts"
65 },
66 "gitHead": "494222e5c4e689f200cce45de6f4317f811a3ebd"
67}