node-fetch/package.json

20 lines
365 B
JSON

{
"name": "@bytedo/node-fetch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/node-fetch.git"
},
"keywords": [
"node-fetch",
"fetch"
],
"author": "",
"license": "MIT"
}
node-fetch的增强版, 增加注入及数据处理。
JavaScript 100%