|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "workbox-webpack-plugin@3.6.3",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "workbox-webpack-plugin@3.6.3",
- "_id": "workbox-webpack-plugin@3.6.3",
- "_inBundle": false,
- "_integrity": "sha512-RwmKjc7HFHUFHoOlKoZUq9349u0QN3F8W5tZZU0vc1qsBZDINWXRiIBCAKvo/Njgay5sWz7z4I2adnyTo97qIQ==",
- "_location": "/workbox-webpack-plugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "workbox-webpack-plugin@3.6.3",
- "name": "workbox-webpack-plugin",
- "escapedName": "workbox-webpack-plugin",
- "rawSpec": "3.6.3",
- "saveSpec": null,
- "fetchSpec": "3.6.3"
- },
- "_requiredBy": [
- "/react-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-3.6.3.tgz",
- "_spec": "3.6.3",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Will Farley",
- "email": "a.will.farley@gmail.com",
- "url": "http://www.willfarley.org/"
- },
- "bugs": {
- "url": "https://github.com/GoogleChrome/workbox/issues"
- },
- "dependencies": {
- "babel-runtime": "^6.26.0",
- "json-stable-stringify": "^1.0.1",
- "workbox-build": "^3.6.3"
- },
- "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
- "engines": {
- "node": ">=4.0.0"
- },
- "files": [
- "build"
- ],
- "homepage": "https://github.com/GoogleChrome/workbox",
- "keywords": [
- "workbox",
- "workboxjs",
- "webpack",
- "service worker",
- "caching",
- "fetch requests",
- "offline",
- "file manifest"
- ],
- "license": "Apache-2.0",
- "main": "build/index.js",
- "name": "workbox-webpack-plugin",
- "peerDependencies": {
- "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/googlechrome/workbox.git"
- },
- "scripts": {
- "build": "gulp build-packages --package workbox-webpack-plugin",
- "prepare": "npm run build",
- "version": "npm run build"
- },
- "version": "3.6.3",
- "workbox": {
- "packageType": "node"
- }
- }
|