wbc
2025-07-26 0a89440a54cd9066688b2a7c9d21c4c4e49c3edc
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"
  ]
}