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
| {
| "_from": "blob-polyfill",
| "_id": "blob-polyfill@9.0.20240710",
| "_inBundle": false,
| "_integrity": "sha512-DPUO/EjNANCgSVg0geTy1vmUpu5hhp9tV2F7xUSTUd1jwe4XpwupGB+lt5PhVUqpqAk+zK1etqp6Pl/HVf71Ug==",
| "_location": "/blob-polyfill",
| "_phantomChildren": {},
| "_requested": {
| "type": "tag",
| "registry": true,
| "raw": "blob-polyfill",
| "name": "blob-polyfill",
| "escapedName": "blob-polyfill",
| "rawSpec": "",
| "saveSpec": null,
| "fetchSpec": "latest"
| },
| "_requiredBy": [
| "#USER",
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/blob-polyfill/-/blob-polyfill-9.0.20240710.tgz",
| "_shasum": "2ef075a207311ea327704f04dc4a98cbefe4143b",
| "_spec": "blob-polyfill",
| "_where": "C:\\Users\\admin\\Desktop\\项目代码管理文件夹\\瑞卡项目\\gs-mes-ap",
| "author": {
| "name": "Eli Grey",
| "email": "me@eligrey.com",
| "url": "https://eligrey.com"
| },
| "bugs": {
| "url": "https://github.com/bjornstar/blob-polyfill/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Blob.js implements the W3C Blob interface in browsers that do not natively support it.",
| "devDependencies": {
| "@sindresorhus/is": "^4.6.0",
| "eslint": "^9.6.0",
| "mocha": "^10.6.0"
| },
| "homepage": "https://github.com/bjornstar/blob-polyfill",
| "keywords": [
| "blob",
| "polyfill"
| ],
| "license": "MIT",
| "main": "Blob.js",
| "name": "blob-polyfill",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/bjornstar/blob-polyfill.git"
| },
| "scripts": {
| "lint": "eslint Blob.js test",
| "test": "mocha test"
| },
| "version": "9.0.20240710"
| }
|
|