fetch-plugin
Version:
fetch polyfill with TIMEOUT setting and other options, extend from whatwg-fetch
51 lines (50 loc) • 1.49 kB
JSON
{
"name": "fetch-plugin",
"version": "1.2.8",
"description": "fetch polyfill with TIMEOUT setting and other options, extend from whatwg-fetch",
"main": "dist/index.js",
"scripts": {
"debug": "node --nolazy --inspect-brk=5858 ./test/main.js",
"test": "node ./test/main.js && nyc report --reporter=lcov --reporter=html",
"build": "rollup --config build/rollup.config.js",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfw10973/fetch-plugin.git"
},
"keywords": [
"fetch",
"timeout"
],
"author": "jfw10973",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfw10973/fetch-plugin/issues"
},
"homepage": "https://github.com/jfw10973/fetch-plugin#readme",
"dependencies": {
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-babel": "^5.2.1",
"@types/babel__core": "^7.1.9",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^5.2.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"chai": "^4.1.2",
"coveralls": "^3.0.9",
"json-server": "^0.16.1",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"puppeteer": "^1.20.0",
"puppeteer-to-istanbul": "^1.2.2",
"rimraf": "^2.7.1",
"rollup": "^2.28.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2"
}
}