Gazebo_simulation-Frontend/node_modules/workbox-range-requests/package.json

70 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"workbox-range-requests@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-range-requests@3.6.3",
"_id": "workbox-range-requests@3.6.3",
"_inBundle": false,
"_integrity": "sha512-R+yLWQy7D9aRF9yJ3QzwYnGFnGDhMUij4jVBUVtkl67oaVoP1ymZ81AfCmfZro2kpPRI+vmNMfxxW531cqdx8A==",
"_location": "/workbox-range-requests",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "workbox-range-requests@3.6.3",
"name": "workbox-range-requests",
"escapedName": "workbox-range-requests",
"rawSpec": "3.6.3",
"saveSpec": null,
"fetchSpec": "3.6.3"
},
"_requiredBy": [
"/workbox-build"
],
"_resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-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": "This library creates a new Response, given a source Response and a Range header value.",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"caching",
"cache",
"range",
"media"
],
"license": "Apache-2.0",
"main": "build/workbox-range-requests.prod.js",
"module": "index.mjs",
"name": "workbox-range-requests",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"scripts": {
"build": "gulp build-packages --package workbox-range-requests",
"prepare": "npm run build",
"version": "npm run build"
},
"version": "3.6.3",
"workbox": {
"browserNamespace": "workbox.rangeRequests",
"packageType": "browser"
}
}