forked from jimmywarting/StreamSaver.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1016 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1016 Bytes
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
{
"name": "streamsaver",
"version": "2.0.6",
"description": "StreamSaver writes stream to the filesystem directly - asynchronous",
"main": "StreamSaver.js",
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:debug": "playwright test --debug"
},
"devDependencies": {
"@playwright/test": "^1.42.0"
},
"repository": {
"type": "git",
"url": "git+https://jimmywarting@github.com/jimmywarting/StreamSaver.js.git"
},
"keywords": [
"saving",
"streams",
"stream",
"html5",
"file",
"blob"
],
"author": "Jimmy Wärting <jimmy@warting.se>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimmywarting/StreamSaver.js/issues"
},
"homepage": "https://github.com/jimmywarting/StreamSaver.js#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jimmywarting"
}
]
}