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
| {
| "name": "blob-polyfill",
| "version": "9.0.20240710",
| "homepage": "https://github.com/bjornstar/blob-polyfill",
| "authors": [
| "Eli Grey <me@eligrey.com>"
| ],
| "description": "Blob.js implements the W3C Blob interface in browsers that do not natively support it.",
| "main": "Blob.js",
| "moduleType": [
| "amd",
| "node"
| ],
| "keywords": [
| "blob",
| "polyfill"
| ],
| "license": "MIT",
| "ignore": [
| "**/.*",
| "node_modules",
| "bower_components",
| "test",
| "tests"
| ]
| }
|
|