37 lines
878 B
JSON
37 lines
878 B
JSON
{
|
|
"name": "node-fetch-cache",
|
|
"version": "1.0.2",
|
|
"description": "node-fetch with a persistent cache.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "./node_modules/.bin/eslint .",
|
|
"lintfix": "./node_modules/.bin/eslint . --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mistval/node-fetch-cache.git"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"fetch",
|
|
"node-fetch",
|
|
"cache",
|
|
"cached"
|
|
],
|
|
"author": "mistval",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mistval/node-fetch-cache/issues"
|
|
},
|
|
"homepage": "https://github.com/mistval/node-fetch-cache#readme",
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb-base": "^14.1.0",
|
|
"eslint-plugin-import": "^2.20.2"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "*"
|
|
}
|
|
}
|