Spaces:
Running
Running
{ | |
"_from": "fetch-event-stream@^0.1.5", | |
"_generatedBy": "dnt@dev", | |
"_id": "[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-V1PWovkspxQfssq/NnxoEyQo1DV+MRK/laPuPblIZmSjMN8P5u46OhlFQznSr9p/t0Sp8Uc6SbM3yCMfr0KU8g==", | |
"_location": "/fetch-event-stream", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "range", | |
"registry": true, | |
"raw": "fetch-event-stream@^0.1.5", | |
"name": "fetch-event-stream", | |
"escapedName": "fetch-event-stream", | |
"rawSpec": "^0.1.5", | |
"saveSpec": null, | |
"fetchSpec": "^0.1.5" | |
}, | |
"_requiredBy": [ | |
"/@gradio/client" | |
], | |
"_resolved": "https://registry.npmjs.org/fetch-event-stream/-/fetch-event-stream-0.1.5.tgz", | |
"_shasum": "ffc5a8f57a040e3eb78d9f990632c2a3fd253c02", | |
"_spec": "fetch-event-stream@^0.1.5", | |
"_where": "/Users/sylvainfiloni/Documents/HuggingFace_Projects/live-vision/node_modules/@gradio/client", | |
"author": { | |
"name": "Luke Edwards", | |
"email": "[email protected]", | |
"url": "https://lukeed.com" | |
}, | |
"bugs": { | |
"url": "https://github.com/lukeed/fetch-event-stream/issues" | |
}, | |
"bundleDependencies": false, | |
"deprecated": false, | |
"description": "A tiny (736b) utility for Server Sent Event (SSE) streaming via `fetch` and Web Streams API", | |
"devDependencies": { | |
"@deno/shim-deno": "~0.18.0", | |
"@types/node": "^20.9.0", | |
"picocolors": "^1.0.0" | |
}, | |
"exports": { | |
".": { | |
"import": { | |
"types": "./types/mod.d.ts", | |
"default": "./esm/mod.js" | |
}, | |
"require": { | |
"types": "./types/mod.d.ts", | |
"default": "./script/mod.js" | |
} | |
} | |
}, | |
"homepage": "https://github.com/lukeed/fetch-event-stream#readme", | |
"keywords": [ | |
"SSE", | |
"Server-Sent Events", | |
"Events", | |
"EventSource" | |
], | |
"license": "MIT", | |
"main": "./script/mod.js", | |
"module": "./esm/mod.js", | |
"name": "fetch-event-stream", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/lukeed/fetch-event-stream.git" | |
}, | |
"scripts": { | |
"test": "node test_runner.js" | |
}, | |
"types": "./types/mod.d.ts", | |
"version": "0.1.5" | |
} | |