UNPKG

@whatwg-node/fetch

Version:

Cross Platform Smart Fetch Ponyfill

35 lines (34 loc) 921 B
{ "name": "@whatwg-node/fetch", "version": "0.6.0-alpha-20230102094215-153dd37", "description": "Cross Platform Smart Fetch Ponyfill", "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "repository": { "type": "git", "url": "ardatan/whatwg-node", "directory": "packages/fetch" }, "license": "MIT", "sideEffects": false, "main": "dist/node-ponyfill.js", "browser": "dist/global-ponyfill.js", "react-native": "dist/global-ponyfill.js", "types": "dist/index.d.ts", "denoify": { "index": "dist/deno-ponyfill.ts" }, "dependencies": { "@peculiar/webcrypto": "^1.4.0", "abort-controller": "^3.0.0", "busboy": "^1.6.0", "form-data-encoder": "^1.7.1", "formdata-node": "^4.3.1", "node-fetch": "^2.6.7", "undici": "^5.12.0", "web-streams-polyfill": "^3.2.0", "urlpattern-polyfill": "^6.0.2" }, "publishConfig": { "access": "public" } }