{ "_from": "workbox-window@^4.3.1", "_id": "workbox-window@4.3.1", "_inBundle": false, "_integrity": "sha512-C5gWKh6I58w3GeSc0wp2Ne+rqVw8qwcmZnQGpjiek8A2wpbxSJb1FdCoQVO+jDJs35bFgo/WETgl1fqgsxN0Hg==", "_location": "/workbox-window", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "workbox-window@^4.3.1", "name": "workbox-window", "escapedName": "workbox-window", "rawSpec": "^4.3.1", "saveSpec": null, "fetchSpec": "^4.3.1" }, "_requiredBy": [ "/workbox-build" ], "_resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-4.3.1.tgz", "_shasum": "ee6051bf10f06afa5483c9b8dfa0531994ede0f3", "_spec": "workbox-window@^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": "Simplifies communications with Workbox packages running in the service worker", "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b", "homepage": "https://github.com/GoogleChrome/workbox", "keywords": [ "workbox", "workboxjs", "service worker", "sw", "window", "message", "postMessage" ], "license": "MIT", "main": "build/workbox-window.prod.umd.js", "module": "build/workbox-window.prod.es5.mjs", "name": "workbox-window", "repository": { "type": "git", "url": "git+https://github.com/googlechrome/workbox.git" }, "scripts": { "build": "gulp build-packages --package workbox-window", "prepare": "npm run build", "version": "npm run build" }, "version": "4.3.1", "workbox": { "packageType": "window", "primaryBuild": "build/workbox-window.prod.mjs" } }