f-etag
Version:
a thin wrapper around fetch api to provide a basic level in memory cache for etags
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "f-etag",
"version": "2.1.0",
"description": "a thin wrapper around fetch api to provide a basic level in memory cache for etags ",
"main": "lib/index.js",
"scripts": {
"test": "mocha test --compilers js:babel-core/register",
"prepublish": "npm run build",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/export-mike/export-mike-efetch.git"
},
"keywords": [
"etags",
"fetch",
"http",
"302",
"statuscode"
],
"author": "export-mike <m@mikejam.es>",
"license": "ISC",
"bugs": {
"url": "https://github.com/export-mike/export-mike-efetch/issues"
},
"homepage": "https://github.com/export-mike/export-mike-efetch#readme",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"chai": "^3.5.0",
"eslint": "^2.7.0",
"eslint-config-rackt": "^1.1.1",
"isomorphic-unfetch": "^2.0.0",
"mocha": "^2.4.5",
"nock": "^9.1.5"
}
}