33 lines
966 B
JSON
Executable File
33 lines
966 B
JSON
Executable File
{
|
|
"name": "workbox-cacheable-response",
|
|
"version": "4.3.1",
|
|
"license": "MIT",
|
|
"author": "Google's Web DevRel Team",
|
|
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
|
|
"repository": "googlechrome/workbox",
|
|
"bugs": "https://github.com/googlechrome/workbox/issues",
|
|
"homepage": "https://github.com/GoogleChrome/workbox",
|
|
"keywords": [
|
|
"workbox",
|
|
"workboxjs",
|
|
"service worker",
|
|
"sw",
|
|
"workbox-plugin"
|
|
],
|
|
"scripts": {
|
|
"build": "gulp build-packages --package workbox-cacheable-response",
|
|
"version": "npm run build",
|
|
"prepare": "npm run build"
|
|
},
|
|
"workbox": {
|
|
"browserNamespace": "workbox.cacheableResponse",
|
|
"packageType": "browser"
|
|
},
|
|
"main": "build/workbox-cacheable-response.prod.js",
|
|
"module": "index.mjs",
|
|
"dependencies": {
|
|
"workbox-core": "^4.3.1"
|
|
},
|
|
"gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b"
|
|
}
|