UNPKG

farst-cache

Version:

精简的前端缓存工具,防止内存泄露

39 lines (38 loc) 983 B
{ "name": "farst-cache", "version": "0.0.1", "description": "精简的前端缓存工具,防止内存泄露", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "release": "webpack", "example": "http-server -p 8080" }, "repository": { "type": "git", "url": "git+https://github.com/qiangf811/farst-cache.git" }, "keywords": [ "cache" ], "author": "fengqiang@iflytek.com", "license": "MIT", "bugs": { "url": "https://github.com/qiangf811/farst-cache/issues" }, "homepage": "https://github.com/qiangf811/farst-cache#readme", "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-latest": "^6.24.1", "webpack": "^4.12.0", "webpack-cli": "^3.0.6" }, "dependencies": { "babel-preset-env": "^1.7.0", "http-server": "^0.11.1", "user": "0.0.0" } }