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.
 
 
 

64 lines
2.0 KiB

{
"_from": "workbox-cacheable-response@^4.3.1",
"_id": "workbox-cacheable-response@4.3.1",
"_inBundle": false,
"_integrity": "sha512-Rp5qlzm6z8IOvnQNkCdO9qrDgDpoPNguovs0H8C+wswLuPgSzSp9p2afb5maUt9R1uTIwOXrVQMmPfPypv+npw==",
"_location": "/workbox-cacheable-response",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "workbox-cacheable-response@^4.3.1",
"name": "workbox-cacheable-response",
"escapedName": "workbox-cacheable-response",
"rawSpec": "^4.3.1",
"saveSpec": null,
"fetchSpec": "^4.3.1"
},
"_requiredBy": [
"/workbox-build"
],
"_resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-4.3.1.tgz",
"_shasum": "f53e079179c095a3f19e5313b284975c91428c91",
"_spec": "workbox-cacheable-response@^4.3.1",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\workbox-build",
"author": {
"name": "Google's Web DevRel Team"
},
"bugs": {
"url": "https://github.com/googlechrome/workbox/issues"
},
"bundleDependencies": false,
"dependencies": {
"workbox-core": "^4.3.1"
},
"deprecated": false,
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
"gitHead": "194cdeb63d5abb21490f88f01f02f4bcf7e6d54b",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"workbox-plugin"
],
"license": "MIT",
"main": "build/workbox-cacheable-response.prod.js",
"module": "index.mjs",
"name": "workbox-cacheable-response",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"scripts": {
"build": "gulp build-packages --package workbox-cacheable-response",
"prepare": "npm run build",
"version": "npm run build"
},
"version": "4.3.1",
"workbox": {
"browserNamespace": "workbox.cacheableResponse",
"packageType": "browser"
}
}