From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/workbox-google-analytics/package.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 node_modules/workbox-google-analytics/package.json (limited to 'node_modules/workbox-google-analytics/package.json') diff --git a/node_modules/workbox-google-analytics/package.json b/node_modules/workbox-google-analytics/package.json new file mode 100644 index 00000000..919ff797 --- /dev/null +++ b/node_modules/workbox-google-analytics/package.json @@ -0,0 +1,36 @@ +{ + "name": "workbox-google-analytics", + "version": "3.6.3", + "license": "Apache-2.0", + "author": "Google's Web DevRel Team", + "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", + "repository": "googlechrome/workbox", + "bugs": "https://github.com/googlechrome/workbox/issues", + "homepage": "https://github.com/GoogleChrome/workbox", + "keywords": [ + "workbox", + "workboxjs", + "service worker", + "sw", + "offline", + "google", + "analytics" + ], + "scripts": { + "build": "gulp build-packages --package workbox-google-analytics", + "version": "npm run build", + "prepare": "npm run build" + }, + "workbox": { + "browserNamespace": "workbox.googleAnalytics", + "packageType": "browser" + }, + "main": "build/workbox-google-analytics.prod.js", + "module": "index.mjs", + "dependencies": { + "workbox-background-sync": "^3.6.3", + "workbox-core": "^3.6.3", + "workbox-routing": "^3.6.3", + "workbox-strategies": "^3.6.3" + } +} -- cgit v1.2.3