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

62 lines
1.7 KiB
JSON

{
"_from": "workbox-sw@^5.1.4",
"_id": "workbox-sw@5.1.4",
"_inBundle": false,
"_integrity": "sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA==",
"_location": "/workbox-sw",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "workbox-sw@^5.1.4",
"name": "workbox-sw",
"escapedName": "workbox-sw",
"rawSpec": "^5.1.4",
"saveSpec": null,
"fetchSpec": "^5.1.4"
},
"_requiredBy": [
"/workbox-build"
],
"_resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-5.1.4.tgz",
"_shasum": "2bb34c9f7381f90d84cef644816d45150011d3db",
"_spec": "workbox-sw@^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,
"deprecated": false,
"description": "This module makes it easy to get started with the Workbox service worker libraries.",
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw"
],
"license": "MIT",
"main": "build/workbox-sw.js",
"module": "index.mjs",
"name": "workbox-sw",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"scripts": {
"build": "gulp build-packages --package workbox-sw",
"prepare": "npm run build",
"version": "npm run build"
},
"version": "5.1.4",
"workbox": {
"browserNamespace": "workbox",
"packageType": "browser",
"prodOnly": true
}
}