{ "_from": "workbox-background-sync@^4.3.1", "_id": "workbox-background-sync@4.3.1", "_inBundle": false, "_integrity": "sha512-1uFkvU8JXi7L7fCHVBEEnc3asPpiAL33kO495UMcD5+arew9IbKW2rV5lpzhoWcm/qhGB89YfO4PmB/0hQwPRg==", "_location": "/workbox-background-sync", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "workbox-background-sync@^4.3.1", "name": "workbox-background-sync", "escapedName": "workbox-background-sync", "rawSpec": "^4.3.1", "saveSpec": null, "fetchSpec": "^4.3.1" }, "_requiredBy": [ "/workbox-build", "/workbox-google-analytics" ], "_resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-4.3.1.tgz", "_shasum": "26821b9bf16e9e37fd1d640289edddc08afd1950", "_spec": "workbox-background-sync@^4.3.1", "_where": "C:\\Users\\user\\Documents\\myapp\\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": "Queues failed requests and uses the Background Sync API to replay them when the network is available", "gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b", "homepage": "https://github.com/GoogleChrome/workbox", "keywords": [ "workbox", "workboxjs", "service worker", "sw", "background", "sync", "workbox-plugin" ], "license": "MIT", "main": "build/workbox-background-sync.prod.js", "module": "index.mjs", "name": "workbox-background-sync", "repository": { "type": "git", "url": "git+https://github.com/googlechrome/workbox.git" }, "scripts": { "build": "gulp build-packages --package workbox-background-sync", "prepare": "npm run build", "version": "npm run build" }, "version": "4.3.1", "workbox": { "browserNamespace": "workbox.backgroundSync", "packageType": "browser" } }