mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
73 lines
1.0 KiB
JSON
73 lines
1.0 KiB
JSON
{
|
|
"name": "ky-universal",
|
|
"version": "0.2.2",
|
|
"description": "Use Ky in both Node.js and browsers",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/ky-universal",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"browser.js"
|
|
],
|
|
"keywords": [
|
|
"ky",
|
|
"universal",
|
|
"isomorphic",
|
|
"browser",
|
|
"browsers",
|
|
"node",
|
|
"react",
|
|
"vue",
|
|
"ssr",
|
|
"fetch",
|
|
"request",
|
|
"requests",
|
|
"http",
|
|
"https",
|
|
"fetching",
|
|
"get",
|
|
"url",
|
|
"curl",
|
|
"wget",
|
|
"net",
|
|
"network",
|
|
"ajax",
|
|
"api",
|
|
"rest",
|
|
"xhr",
|
|
"browser",
|
|
"got",
|
|
"axios",
|
|
"node-fetch"
|
|
],
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"node-fetch": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^2.1.0",
|
|
"ky": "^0.11.1",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ky": ">=0.10.0"
|
|
},
|
|
"browser": "browser.js",
|
|
"ava": {
|
|
"register": [
|
|
"."
|
|
]
|
|
}
|
|
}
|