105 lines
3.1 KiB
JSON
105 lines
3.1 KiB
JSON
{
|
|
"_from": "workbox-build@^5.1.4",
|
|
"_id": "workbox-build@5.1.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==",
|
|
"_location": "/workbox-build",
|
|
"_phantomChildren": {
|
|
"graceful-fs": "4.2.8"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "workbox-build@^5.1.4",
|
|
"name": "workbox-build",
|
|
"escapedName": "workbox-build",
|
|
"rawSpec": "^5.1.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.1.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/workbox-webpack-plugin"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-5.1.4.tgz",
|
|
"_shasum": "23d17ed5c32060c363030c8823b39d0eabf4c8c7",
|
|
"_spec": "workbox-build@^5.1.4",
|
|
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/workbox-webpack-plugin",
|
|
"author": {
|
|
"name": "Google's Web DevRel Team"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/GoogleChrome/workbox/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/core": "^7.8.4",
|
|
"@babel/preset-env": "^7.8.4",
|
|
"@babel/runtime": "^7.8.4",
|
|
"@hapi/joi": "^15.1.0",
|
|
"@rollup/plugin-node-resolve": "^7.1.1",
|
|
"@rollup/plugin-replace": "^2.3.1",
|
|
"@surma/rollup-plugin-off-main-thread": "^1.1.1",
|
|
"common-tags": "^1.8.0",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "^7.1.6",
|
|
"lodash.template": "^4.5.0",
|
|
"pretty-bytes": "^5.3.0",
|
|
"rollup": "^1.31.1",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-terser": "^5.3.1",
|
|
"source-map": "^0.7.3",
|
|
"source-map-url": "^0.4.0",
|
|
"stringify-object": "^3.3.0",
|
|
"strip-comments": "^1.0.2",
|
|
"tempy": "^0.3.0",
|
|
"upath": "^1.2.0",
|
|
"workbox-background-sync": "^5.1.4",
|
|
"workbox-broadcast-update": "^5.1.4",
|
|
"workbox-cacheable-response": "^5.1.4",
|
|
"workbox-core": "^5.1.4",
|
|
"workbox-expiration": "^5.1.4",
|
|
"workbox-google-analytics": "^5.1.4",
|
|
"workbox-navigation-preload": "^5.1.4",
|
|
"workbox-precaching": "^5.1.4",
|
|
"workbox-range-requests": "^5.1.4",
|
|
"workbox-routing": "^5.1.4",
|
|
"workbox-strategies": "^5.1.4",
|
|
"workbox-streams": "^5.1.4",
|
|
"workbox-sw": "^5.1.4",
|
|
"workbox-window": "^5.1.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
|
|
"homepage": "https://github.com/GoogleChrome/workbox",
|
|
"keywords": [
|
|
"workbox",
|
|
"workboxjs",
|
|
"service worker",
|
|
"caching",
|
|
"fetch requests",
|
|
"offline",
|
|
"file manifest"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "workbox-build",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/googlechrome/workbox.git"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp build:update-cdn-details && gulp build-packages --package workbox-build",
|
|
"prepare": "npm run build",
|
|
"version": "npm run build"
|
|
},
|
|
"version": "5.1.4",
|
|
"workbox": {
|
|
"packageType": "node"
|
|
}
|
|
}
|