1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "workbox-strategies@^5.1.4",
- "_id": "workbox-strategies@5.1.4",
- "_inBundle": false,
- "_integrity": "sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA==",
- "_location": "/workbox-strategies",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "workbox-strategies@^5.1.4",
- "name": "workbox-strategies",
- "escapedName": "workbox-strategies",
- "rawSpec": "^5.1.4",
- "saveSpec": null,
- "fetchSpec": "^5.1.4"
- },
- "_requiredBy": [
- "/workbox-build",
- "/workbox-google-analytics"
- ],
- "_resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-5.1.4.tgz",
- "_shasum": "96b1418ccdfde5354612914964074d466c52d08c",
- "_spec": "workbox-strategies@^5.1.4",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
- "author": {
- "name": "Google's Web DevRel Team"
- },
- "bugs": {
- "url": "https://github.com/googlechrome/workbox/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "workbox-core": "^5.1.4",
- "workbox-routing": "^5.1.4"
- },
- "deprecated": false,
- "description": "A service worker helper library implementing common caching strategies.",
- "gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
- "homepage": "https://github.com/GoogleChrome/workbox",
- "keywords": [
- "workbox",
- "workboxjs",
- "service worker",
- "sw",
- "router",
- "routing"
- ],
- "license": "MIT",
- "main": "index.js",
- "module": "index.mjs",
- "name": "workbox-strategies",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/googlechrome/workbox.git"
- },
- "scripts": {
- "build": "gulp build-packages --package workbox-strategies",
- "prepare": "npm run build",
- "version": "npm run build"
- },
- "types": "index.d.ts",
- "version": "5.1.4",
- "workbox": {
- "browserNamespace": "workbox.strategies",
- "packageType": "browser"
- }
- }
|