Gazebo_simulation-Frontend/node_modules/workbox-cache-expiration/package.json

66 lines
1.9 KiB
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"workbox-cache-expiration@3.6.3",
2020-12-22 10:59:14 -04:00
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
2020-12-21 11:29:31 -04:00
]
],
"_from": "workbox-cache-expiration@3.6.3",
"_id": "workbox-cache-expiration@3.6.3",
"_inBundle": false,
"_integrity": "sha512-+ECNph/6doYx89oopO/UolYdDmQtGUgo8KCgluwBF/RieyA1ZOFKfrSiNjztxOrGJoyBB7raTIOlEEwZ1LaHoA==",
"_location": "/workbox-cache-expiration",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "workbox-cache-expiration@3.6.3",
"name": "workbox-cache-expiration",
"escapedName": "workbox-cache-expiration",
"rawSpec": "3.6.3",
"saveSpec": null,
"fetchSpec": "3.6.3"
},
"_requiredBy": [
"/workbox-build"
],
"_resolved": "https://registry.npmjs.org/workbox-cache-expiration/-/workbox-cache-expiration-3.6.3.tgz",
"_spec": "3.6.3",
2020-12-22 10:59:14 -04:00
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
2020-12-21 11:29:31 -04:00
"author": {
"name": "Google's Web DevRel Team"
},
"bugs": {
"url": "https://github.com/googlechrome/workbox/issues"
},
"dependencies": {
"workbox-core": "^3.6.3"
},
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw"
],
"license": "Apache-2.0",
"main": "build/workbox-cache-expiration.prod.js",
"module": "index.mjs",
"name": "workbox-cache-expiration",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"scripts": {
"build": "gulp build-packages --package workbox-cache-expiration",
"prepare": "npm run build",
"version": "npm run build"
},
"version": "3.6.3",
"workbox": {
"browserNamespace": "workbox.expiration",
"packageType": "browser"
}
}