20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "isomorphic-unfetch",
|
|
"version": "3.1.0",
|
|
"description": "Switches between unfetch & node-fetch for client & server.",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"browser.js"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "developit/unfetch",
|
|
"browser": "browser.js",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.1",
|
|
"unfetch": "^4.2.0"
|
|
}
|
|
}
|