{ "_from": "gatsby-plugin-offline@^2.2.4", "_id": "gatsby-plugin-offline@2.2.6", "_inBundle": false, "_integrity": "sha512-0RceQWXt39SYukw5mxUpiv8X1YOWlGzJ2WWRYaNaECB/63fislkclN8dDAP22hLIV2Cr/cHiiwc4xc/lXf65rg==", "_location": "/gatsby-plugin-offline", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "gatsby-plugin-offline@^2.2.4", "name": "gatsby-plugin-offline", "escapedName": "gatsby-plugin-offline", "rawSpec": "^2.2.4", "saveSpec": null, "fetchSpec": "^2.2.4" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-2.2.6.tgz", "_shasum": "2f8020c51dbb02c4496670d5dde46a2989b30856", "_spec": "gatsby-plugin-offline@^2.2.4", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code", "author": { "name": "Kyle Mathews", "email": "mathews.kyle@gmail.com" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "bundleDependencies": false, "dependencies": { "@babel/runtime": "^7.0.0", "cheerio": "^1.0.0-rc.2", "idb-keyval": "^3.1.0", "lodash": "^4.17.14", "slash": "^3.0.0", "workbox-build": "^3.6.3" }, "deprecated": false, "description": "Gatsby plugin which sets up a site to be able to run offline", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "babel-preset-gatsby-package": "^0.2.2", "cpx": "^1.5.0", "cross-env": "^5.1.4" }, "engines": { "node": ">=8.0.0" }, "gitHead": "8b92e16d02349d33d6abe0cc8b34b87083353028", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", "keywords": [ "gatsby", "gatsby-plugin", "offline", "precache", "service-worker" ], "license": "MIT", "main": "index.js", "name": "gatsby-plugin-offline", "peerDependencies": { "gatsby": "^2.0.100" }, "repository": { "type": "git", "url": "git+https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-plugin-offline" }, "scripts": { "build": "npm run build:src && npm run build:sw-append", "build:src": "babel src --out-dir . --ignore **/__tests__,src/sw-append.js", "build:sw-append": "cpx -v src/sw-append.js .", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "npm run build:sw-append -- --watch & npm run build:src -- --watch" }, "version": "2.2.6" }