12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "workbox-window@^5.1.4",
- "_id": "workbox-window@5.1.4",
- "_inBundle": false,
- "_integrity": "sha512-vXQtgTeMCUq/4pBWMfQX8Ee7N2wVC4Q7XYFqLnfbXJ2hqew/cU1uMTD2KqGEgEpE4/30luxIxgE+LkIa8glBYw==",
- "_location": "/workbox-window",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "workbox-window@^5.1.4",
- "name": "workbox-window",
- "escapedName": "workbox-window",
- "rawSpec": "^5.1.4",
- "saveSpec": null,
- "fetchSpec": "^5.1.4"
- },
- "_requiredBy": [
- "/workbox-build"
- ],
- "_resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-5.1.4.tgz",
- "_shasum": "2740f7dea7f93b99326179a62f1cc0ca2c93c863",
- "_spec": "workbox-window@^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": "Simplifies communications with Workbox packages running in the service worker",
- "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
- "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"
- },
- "types": "index.d.ts",
- "version": "5.1.4",
- "workbox": {
- "packageType": "window",
- "primaryBuild": "build/workbox-window.prod.mjs"
- }
- }
|