68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"_from": "workbox-streams@^5.1.4",
|
|
"_id": "workbox-streams@5.1.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==",
|
|
"_location": "/workbox-streams",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "workbox-streams@^5.1.4",
|
|
"name": "workbox-streams",
|
|
"escapedName": "workbox-streams",
|
|
"rawSpec": "^5.1.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.1.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/workbox-build"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-5.1.4.tgz",
|
|
"_shasum": "05754e5e3667bdc078df2c9315b3f41210d8cac0",
|
|
"_spec": "workbox-streams@^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",
|
|
"workbox-routing": "^5.1.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A library that makes it easier to work with Streams in the browser.",
|
|
"gitHead": "a95b6fd489c2a66574f1655b2de3acd2ece35fb3",
|
|
"homepage": "https://github.com/GoogleChrome/workbox",
|
|
"keywords": [
|
|
"workbox",
|
|
"workboxjs",
|
|
"service worker",
|
|
"sw",
|
|
"streams",
|
|
"readablestream"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"name": "workbox-streams",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/googlechrome/workbox.git"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp build-packages --package workbox-streams",
|
|
"prepare": "npm run build",
|
|
"version": "npm run build"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "5.1.4",
|
|
"workbox": {
|
|
"browserNamespace": "workbox.streams",
|
|
"packageType": "browser"
|
|
}
|
|
}
|