package.json
3.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"_from": "workbox-build@^5.1.4",
"_id": "workbox-build@5.1.4",
"_inBundle": false,
"_integrity": "sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==",
"_location": "/workbox-build",
"_phantomChildren": {
"graceful-fs": "4.2.4"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "workbox-build@^5.1.4",
"name": "workbox-build",
"escapedName": "workbox-build",
"rawSpec": "^5.1.4",
"saveSpec": null,
"fetchSpec": "^5.1.4"
},
"_requiredBy": [
"/workbox-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-5.1.4.tgz",
"_shasum": "23d17ed5c32060c363030c8823b39d0eabf4c8c7",
"_spec": "workbox-build@^5.1.4",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\workbox-webpack-plugin",
"author": {
"name": "Google's Web DevRel Team"
},
"bugs": {
"url": "https://github.com/GoogleChrome/workbox/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@hapi/joi": "^15.1.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.1",
"@surma/rollup-plugin-off-main-thread": "^1.1.1",
"common-tags": "^1.8.0",
"fast-json-stable-stringify": "^2.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"lodash.template": "^4.5.0",
"pretty-bytes": "^5.3.0",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.3.1",
"source-map": "^0.7.3",
"source-map-url": "^0.4.0",
"stringify-object": "^3.3.0",
"strip-comments": "^1.0.2",
"tempy": "^0.3.0",
"upath": "^1.2.0",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4",
"workbox-sw": "^5.1.4",
"workbox-window": "^5.1.4"
},
"deprecated": false,
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
"engines": {
"node": ">=8.0.0"
},
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"caching",
"fetch requests",
"offline",
"file manifest"
],
"license": "MIT",
"main": "build/index.js",
"name": "workbox-build",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"scripts": {
"build": "gulp build:update-cdn-details && gulp build-packages --package workbox-build",
"prepare": "npm run build",
"version": "npm run build"
},
"version": "5.1.4",
"workbox": {
"packageType": "node"
}
}