{ "name": "@whatwg-node/fetch", "version": "0.9.14", "description": "Cross Platform Smart Fetch Ponyfill", "repository": { "type": "git", "url": "ardatan/whatwg-node", "directory": "packages/fetch" }, "author": "Arda TANRIKULU ", "license": "MIT", "engines": { "node": ">=16.0.0" }, "main": "dist/node-ponyfill.js", "browser": "dist/global-ponyfill.js", "types": "dist/index.d.ts", "dependencies": { "@whatwg-node/node-fetch": "^0.5.0", "urlpattern-polyfill": "^9.0.0" }, "publishConfig": { "access": "public" }, "sideEffects": false, "bob": false, "denoify": { "index": "dist/deno-ponyfill.ts" }, "react-native": "dist/global-ponyfill.js" }