Files
portfolio/node_modules/workbox-background-sync/package.json
2021-09-20 16:54:47 -04:00

69 lines
2.0 KiB
JSON

{
"_from": "workbox-background-sync@^5.1.4",
"_id": "workbox-background-sync@5.1.4",
"_inBundle": false,
"_integrity": "sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA==",
"_location": "/workbox-background-sync",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "workbox-background-sync@^5.1.4",
"name": "workbox-background-sync",
"escapedName": "workbox-background-sync",
"rawSpec": "^5.1.4",
"saveSpec": null,
"fetchSpec": "^5.1.4"
},
"_requiredBy": [
"/workbox-build",
"/workbox-google-analytics"
],
"_resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-5.1.4.tgz",
"_shasum": "5ae0bbd455f4e9c319e8d827c055bb86c894fd12",
"_spec": "workbox-background-sync@^5.1.4",
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/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": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"background",
"sync",
"workbox-plugin"
],
"license": "MIT",
"main": "index.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"
},
"types": "index.d.ts",
"version": "5.1.4",
"workbox": {
"browserNamespace": "workbox.backgroundSync",
"packageType": "browser"
}
}