{ "_from": "fetch-blob@^3.1.4", "_id": "fetch-blob@3.2.0", "_inBundle": false, "_integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", "_location": "/fetch-blob", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "fetch-blob@^3.1.4", "name": "fetch-blob", "escapedName": "fetch-blob", "rawSpec": "^3.1.4", "saveSpec": null, "fetchSpec": "^3.1.4" }, "_requiredBy": [ "/formdata-polyfill", "/node-fetch" ], "_resolved": "https://registry.npmmirror.com/fetch-blob/-/fetch-blob-3.2.0.tgz", "_shasum": "f09b8d4bbd45adc6f0c20b7e787e793e309dcce9", "_spec": "fetch-blob@^3.1.4", "_where": "D:\\ruyi\\案例\\node_modules\\node-fetch", "author": { "name": "Jimmy Wärting", "email": "jimmy@warting.se", "url": "https://jimmy.warting.se" }, "bugs": { "url": "https://github.com/node-fetch/fetch-blob/issues" }, "bundleDependencies": false, "dependencies": { "node-domexception": "^1.0.0", "web-streams-polyfill": "^3.0.3" }, "deprecated": false, "description": "Blob & File implementation in Node.js, originally from node-fetch.", "devDependencies": { "@types/node": "^17.0.9", "c8": "^7.11.0", "typescript": "^4.5.4" }, "engines": { "node": "^12.20 || >= 14.13" }, "files": [ "from.js", "file.js", "file.d.ts", "index.js", "index.d.ts", "from.d.ts", "streams.cjs" ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/jimmywarting" }, { "type": "paypal", "url": "https://paypal.me/jimmywarting" } ], "homepage": "https://github.com/node-fetch/fetch-blob#readme", "keywords": [ "blob", "file", "node-fetch" ], "license": "MIT", "main": "index.js", "name": "fetch-blob", "repository": { "type": "git", "url": "git+https://github.com/node-fetch/fetch-blob.git" }, "scripts": { "coverage": "npm run report && codecov -f coverage/coverage-final.json", "prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js from.js", "report": "c8 --reporter json --reporter text npm run test", "test": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js" }, "type": "module", "version": "3.2.0" }