You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.7 KiB
93 lines
2.7 KiB
{ |
|
"_from": "workbox-build@^4.3.1", |
|
"_id": "workbox-build@4.3.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-UHdwrN3FrDvicM3AqJS/J07X0KXj67R8Cg0waq1MKEOqzo89ap6zh6LmaLnRAjpB+bDIz+7OlPye9iii9KBnxw==", |
|
"_location": "/workbox-build", |
|
"_phantomChildren": { |
|
"graceful-fs": "4.2.3", |
|
"jsonfile": "4.0.0", |
|
"universalify": "0.1.2" |
|
}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "workbox-build@^4.3.1", |
|
"name": "workbox-build", |
|
"escapedName": "workbox-build", |
|
"rawSpec": "^4.3.1", |
|
"saveSpec": null, |
|
"fetchSpec": "^4.3.1" |
|
}, |
|
"_requiredBy": [ |
|
"/workbox-webpack-plugin" |
|
], |
|
"_resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-4.3.1.tgz", |
|
"_shasum": "414f70fb4d6de47f6538608b80ec52412d233e64", |
|
"_spec": "workbox-build@^4.3.1", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/workbox-webpack-plugin", |
|
"author": { |
|
"name": "Google's Web DevRel Team" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/GoogleChrome/workbox/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"@babel/runtime": "^7.3.4", |
|
"@hapi/joi": "^15.0.0", |
|
"common-tags": "^1.8.0", |
|
"fs-extra": "^4.0.2", |
|
"glob": "^7.1.3", |
|
"lodash.template": "^4.4.0", |
|
"pretty-bytes": "^5.1.0", |
|
"stringify-object": "^3.3.0", |
|
"strip-comments": "^1.0.2", |
|
"workbox-background-sync": "^4.3.1", |
|
"workbox-broadcast-update": "^4.3.1", |
|
"workbox-cacheable-response": "^4.3.1", |
|
"workbox-core": "^4.3.1", |
|
"workbox-expiration": "^4.3.1", |
|
"workbox-google-analytics": "^4.3.1", |
|
"workbox-navigation-preload": "^4.3.1", |
|
"workbox-precaching": "^4.3.1", |
|
"workbox-range-requests": "^4.3.1", |
|
"workbox-routing": "^4.3.1", |
|
"workbox-strategies": "^4.3.1", |
|
"workbox-streams": "^4.3.1", |
|
"workbox-sw": "^4.3.1", |
|
"workbox-window": "^4.3.1" |
|
}, |
|
"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": ">=4.0.0" |
|
}, |
|
"gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b", |
|
"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": "4.3.1", |
|
"workbox": { |
|
"packageType": "node" |
|
} |
|
}
|
|
|