package.json 1.91 KB
{
  "_from": "workbox-expiration@^5.1.4",
  "_id": "workbox-expiration@5.1.4",
  "_inBundle": false,
  "_integrity": "sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ==",
  "_location": "/workbox-expiration",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "workbox-expiration@^5.1.4",
    "name": "workbox-expiration",
    "escapedName": "workbox-expiration",
    "rawSpec": "^5.1.4",
    "saveSpec": null,
    "fetchSpec": "^5.1.4"
  },
  "_requiredBy": [
    "/workbox-build"
  ],
  "_resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-5.1.4.tgz",
  "_shasum": "92b5df461e8126114943a3b15c55e4ecb920b163",
  "_spec": "workbox-expiration@^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 that expires cached responses based on age or maximum number of entries.",
  "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
  "homepage": "https://github.com/GoogleChrome/workbox",
  "keywords": [
    "workbox",
    "workboxjs",
    "service worker",
    "sw",
    "workbox-plugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "index.mjs",
  "name": "workbox-expiration",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googlechrome/workbox.git"
  },
  "scripts": {
    "build": "gulp build-packages --package workbox-expiration",
    "prepare": "npm run build",
    "version": "npm run build"
  },
  "types": "index.d.ts",
  "version": "5.1.4",
  "workbox": {
    "browserNamespace": "workbox.expiration",
    "packageType": "browser"
  }
}