File size: 2,106 Bytes
9ada4bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "_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"
}