@whatwg-node/node-fetch
Version:
Fetch API implementation for Node
47 lines • 1.19 kB
JSON
{
"name": "@whatwg-node/node-fetch",
"version": "0.5.10-alpha-20240322103629-07f53b56429d0c2dcdb6dcd240226e0f599203e0",
"description": "Fetch API implementation for Node",
"sideEffects": false,
"dependencies": {
"@kamilkisiela/fast-url-parser": "^1.1.4",
"@whatwg-node/events": "^0.1.0",
"busboy": "^1.6.0",
"fast-querystring": "^1.1.1",
"tslib": "^2.3.1"
},
"repository": {
"type": "git",
"url": "ardatan/whatwg-node",
"directory": "packages/node-fetch"
},
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=16.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"
}
}