package.json 1.82 KB
{
  "_from": "workbox-precaching@^5.1.4",
  "_id": "workbox-precaching@5.1.4",
  "_inBundle": false,
  "_integrity": "sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==",
  "_location": "/workbox-precaching",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "workbox-precaching@^5.1.4",
    "name": "workbox-precaching",
    "escapedName": "workbox-precaching",
    "rawSpec": "^5.1.4",
    "saveSpec": null,
    "fetchSpec": "^5.1.4"
  },
  "_requiredBy": [
    "/workbox-build"
  ],
  "_resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-5.1.4.tgz",
  "_shasum": "874f7ebdd750dd3e04249efae9a1b3f48285fe6b",
  "_spec": "workbox-precaching@^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": "This module efficiently precaches assets.",
  "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  "homepage": "https://github.com/GoogleChrome/workbox",
  "keywords": [
    "workbox",
    "workboxjs",
    "service worker",
    "sw"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "index.mjs",
  "name": "workbox-precaching",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googlechrome/workbox.git"
  },
  "scripts": {
    "build": "gulp build-packages --package workbox-precaching",
    "prepare": "npm run build",
    "version": "npm run build"
  },
  "types": "index.d.ts",
  "version": "5.1.4",
  "workbox": {
    "browserNamespace": "workbox.precaching",
    "packageType": "browser"
  }
}