1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "workbox-broadcast-update@^5.1.4",
- "_id": "workbox-broadcast-update@5.1.4",
- "_inBundle": false,
- "_integrity": "sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==",
- "_location": "/workbox-broadcast-update",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "workbox-broadcast-update@^5.1.4",
- "name": "workbox-broadcast-update",
- "escapedName": "workbox-broadcast-update",
- "rawSpec": "^5.1.4",
- "saveSpec": null,
- "fetchSpec": "^5.1.4"
- },
- "_requiredBy": [
- "/workbox-build"
- ],
- "_resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz",
- "_shasum": "0eeb89170ddca7f6914fa3523fb14462891f2cfc",
- "_spec": "workbox-broadcast-update@^5.1.4",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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 uses the Broadcast Channel API to announce when a cached response has updated",
- "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-broadcast-update",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/googlechrome/workbox.git"
- },
- "scripts": {
- "build": "gulp build-packages --package workbox-broadcast-update",
- "prepare": "npm run build",
- "version": "npm run build"
- },
- "types": "index.d.ts",
- "version": "5.1.4",
- "workbox": {
- "browserNamespace": "workbox.broadcastUpdate",
- "packageType": "browser"
- }
- }
|