package.json 2.15 KB
{
  "_from": "workbox-google-analytics@^5.1.4",
  "_id": "workbox-google-analytics@5.1.4",
  "_inBundle": false,
  "_integrity": "sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==",
  "_location": "/workbox-google-analytics",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "workbox-google-analytics@^5.1.4",
    "name": "workbox-google-analytics",
    "escapedName": "workbox-google-analytics",
    "rawSpec": "^5.1.4",
    "saveSpec": null,
    "fetchSpec": "^5.1.4"
  },
  "_requiredBy": [
    "/workbox-build"
  ],
  "_resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz",
  "_shasum": "b3376806b1ac7d7df8418304d379707195fa8517",
  "_spec": "workbox-google-analytics@^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-background-sync": "^5.1.4",
    "workbox-core": "^5.1.4",
    "workbox-routing": "^5.1.4",
    "workbox-strategies": "^5.1.4"
  },
  "deprecated": false,
  "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
  "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  "homepage": "https://github.com/GoogleChrome/workbox",
  "keywords": [
    "workbox",
    "workboxjs",
    "service worker",
    "sw",
    "offline",
    "google",
    "analytics"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "index.mjs",
  "name": "workbox-google-analytics",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googlechrome/workbox.git"
  },
  "scripts": {
    "build": "gulp build-packages --package workbox-google-analytics",
    "prepare": "npm run build",
    "version": "npm run build"
  },
  "types": "index.d.ts",
  "version": "5.1.4",
  "workbox": {
    "browserNamespace": "workbox.googleAnalytics",
    "outputFilename": "workbox-offline-ga",
    "packageType": "browser"
  }
}