@whatwg-node/node-fetch
Version:
Fetch API implementation for Node
46 lines • 1.22 kB
JSON
{
"name": "@whatwg-node/node-fetch",
"version": "0.7.13-alpha-20250316014213-6b5d97cf20e1c790fba9f3c11c0cd0f6a3f67fa0",
"description": "Fetch API implementation for Node",
"sideEffects": false,
"dependencies": {
"@whatwg-node/disposablestack": "^0.0.6",
"@whatwg-node/promise-helpers": "1.2.5-alpha-20250316014213-6b5d97cf20e1c790fba9f3c11c0cd0f6a3f67fa0",
"busboy": "^1.6.0",
"tslib": "^2.6.3"
},
"repository": {
"type": "git",
"url": "ardatan/whatwg-node",
"directory": "packages/node-fetch"
},
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}