fetch-cached
Version:
Fetch with response cache
53 lines (52 loc) • 1.11 kB
JSON
{
"name": "fetch-cached",
"version": "2.0.3",
"description": "Fetch with response cache",
"author": "janneh",
"license": "MIT",
"keywords": [
"fetch",
"http",
"https",
"request",
"cache"
],
"repository": {
"type": "git",
"url": "https://github.com/janneh/fetch-cached.git"
},
"bugs": {
"url": "https://github.com/janneh/fetch-cached/issues"
},
"scripts": {
"test": "npm run lint && babel-node ./test | faucet",
"lint": "eslint index.js",
"build": "babel -d ./build index.js",
"prepublish": "npm run build",
"postpublish": "rm -r ./build"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-eslint": "^6.0.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^2.8.0",
"faucet": "0.0.1",
"node-fetch": "^1.5.1",
"redis": "^2.5.3",
"redis-commands": "^1.1.0",
"sinon": "^1.17.3",
"tape": "^4.5.1",
"then-redis": "^2.0.0"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
},
"main": "build/index.js",
"files": [
"build"
]
}