package.json
1.92 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
{
"_from": "workbox-routing@^5.1.4",
"_id": "workbox-routing@5.1.4",
"_inBundle": false,
"_integrity": "sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==",
"_location": "/workbox-routing",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "workbox-routing@^5.1.4",
"name": "workbox-routing",
"escapedName": "workbox-routing",
"rawSpec": "^5.1.4",
"saveSpec": null,
"fetchSpec": "^5.1.4"
},
"_requiredBy": [
"/workbox-build",
"/workbox-google-analytics",
"/workbox-strategies",
"/workbox-streams"
],
"_resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-5.1.4.tgz",
"_shasum": "3e8cd86bd3b6573488d1a2ce7385e547b547e970",
"_spec": "workbox-routing@^5.1.4",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\workbox-build",
"author": {
"name": "Google's Web DevRel Team"
},
"bugs": {
"url": "https://github.com/googlechrome/workbox/issues"
},
"bundleDependencies": false,
"dependencies": {
"workbox-core": "^5.1.4"
},
"deprecated": false,
"description": "A service worker helper library to route request URLs to handlers.",
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"router",
"routing"
],
"license": "MIT",
"main": "index.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"
},
"types": "index.d.ts",
"version": "5.1.4",
"workbox": {
"browserNamespace": "workbox.routing",
"packageType": "browser"
}
}