UNPKG

axios-cache-adapter-util

Version:

axios-cache-adapter export/import json for save/load file

60 lines (59 loc) 1.47 kB
{ "name": "axios-cache-adapter-util", "version": "1.0.57", "description": "axios-cache-adapter export/import json for save/load file", "keywords": [ "axios", "axios-cache-adapter", "cache", "export", "fs", "import", "json", "request", "xhr" ], "homepage": "https://github.com/bluelovers/ws-rest#readme", "bugs": { "url": "https://github.com/bluelovers/ws-rest/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-rest.git" }, "license": "ISC", "author": "", "main": "./lib/index", "types": "./lib/index.d.ts", "typings": "./lib/index.d.ts", "scripts": { "coverage": "npx nyc npm run test", "lint": "npx eslint **/*.ts", "test": "ts-node ./test/demo", "preversion": "yarn run test", "postpublish": "echo postpublish", "ncu": "npx yarn-tool ncu -u", "sort-package-json": "npx yarn-tool sort" }, "dependencies": { "bluebird": "^3.7.2", "free-gc": "^1.0.6", "fs-extra": "^10.0.0", "lazy-url": "^1.0.18", "md5": "^2.3.0", "restful-decorator": "^1.0.61", "ts-type": "^1.2.39", "tslib": "^2.3.1", "typed-http-headers": "^1.0.7" }, "devDependencies": { "@types/md5": "^2.3.1", "fs-extra": "^10.0.0", "lru-cache2": "^6.0.7" }, "peerDependencies": { "axios": "^0.21.1", "axios-cache-adapter": "^2.7.3" }, "gitHead": "7a6fd38a73af7b1462c79813ca36f4ce69d7488d" }