{
  "_from": "workbox-range-requests@^4.3.1",
  "_id": "workbox-range-requests@4.3.1",
  "_inBundle": false,
  "_integrity": "sha512-S+HhL9+iTFypJZ/yQSl/x2Bf5pWnbXdd3j57xnb0V60FW1LVn9LRZkPtneODklzYuFZv7qK6riZ5BNyc0R0jZA==",
  "_location": "/workbox-range-requests",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "workbox-range-requests@^4.3.1",
    "name": "workbox-range-requests",
    "escapedName": "workbox-range-requests",
    "rawSpec": "^4.3.1",
    "saveSpec": null,
    "fetchSpec": "^4.3.1"
  },
  "_requiredBy": [
    "/workbox-build"
  ],
  "_resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-4.3.1.tgz",
  "_shasum": "f8a470188922145cbf0c09a9a2d5e35645244e74",
  "_spec": "workbox-range-requests@^4.3.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/workbox-build",
  "author": {
    "name": "Google's Web DevRel Team"
  },
  "bugs": {
    "url": "https://github.com/googlechrome/workbox/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "workbox-core": "^4.3.1"
  },
  "deprecated": false,
  "description": "This library creates a new Response, given a source Response and a Range header value.",
  "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
  "homepage": "https://github.com/GoogleChrome/workbox",
  "keywords": [
    "workbox",
    "workboxjs",
    "service worker",
    "sw",
    "caching",
    "cache",
    "range",
    "media",
    "workbox-plugin"
  ],
  "license": "MIT",
  "main": "build/workbox-range-requests.prod.js",
  "module": "index.mjs",
  "name": "workbox-range-requests",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googlechrome/workbox.git"
  },
  "scripts": {
    "build": "gulp build-packages --package workbox-range-requests",
    "prepare": "npm run build",
    "version": "npm run build"
  },
  "version": "4.3.1",
  "workbox": {
    "browserNamespace": "workbox.rangeRequests",
    "packageType": "browser"
  }
}