Files
portfolio/node_modules/workbox-cacheable-response/package.json
2021-09-20 16:54:47 -04:00

66 lines
2.0 KiB
JSON
Executable File

{
"_from": "workbox-cacheable-response@^5.1.4",
"_id": "workbox-cacheable-response@5.1.4",
"_inBundle": false,
"_integrity": "sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA==",
"_location": "/workbox-cacheable-response",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "workbox-cacheable-response@^5.1.4",
"name": "workbox-cacheable-response",
"escapedName": "workbox-cacheable-response",
"rawSpec": "^5.1.4",
"saveSpec": null,
"fetchSpec": "^5.1.4"
},
"_requiredBy": [
"/workbox-build"
],
"_resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-5.1.4.tgz",
"_shasum": "9ff26e1366214bdd05cf5a43da9305b274078a54",
"_spec": "workbox-cacheable-response@^5.1.4",
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/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"
},
"deprecated": false,
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"workbox-plugin"
],
"license": "MIT",
"main": "index.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"
},
"types": "index.d.ts",
"version": "5.1.4",
"workbox": {
"browserNamespace": "workbox.cacheableResponse",
"packageType": "browser"
}
}