zordius/yfetch

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yfetch",
  "version": "0.2.5",
  "description": "Yet another fetch. A guide for \"How to make fetch more beautiful?\".",
  "main": "index.js",
  "scripts": {
    "lint": "eslint src.js spec",
    "build": "NODE_ENV=build babel src.js -o index.js",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zordius/yfetch.git"
  },
  "keywords": [
    "fetch"
  ],
  "author": "zordius@yahoo-inc.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zordius/yfetch/issues"
  },
  "homepage": "https://github.com/zordius/yfetch#readme",
  "dependencies": {
    "debug": "^4.1.1",
    "query-string": "^5.x"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/preset-env": "^7.8.7",
    "babel-eslint": "^10.1.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^11.1.3",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "fetch-jsonp": "^1.1.1",
    "isomorphic-fetch": "^2.2.1",
    "jest": "^25.1.0",
    "nock": "^12.0.3"
  }
}