UNPKG

egg-cookies

Version:
49 lines (48 loc) 1.13 kB
{ "name": "egg-cookies", "version": "2.2.5", "description": "cookies module for egg", "files": [ "lib", "index.d.ts" ], "main": "lib/cookies.js", "dependencies": { "debug": "^3.1.0", "scmp": "^2.0.0", "utility": "^1.14.0" }, "devDependencies": { "@types/node": "^10.9.4", "autod": "^3.0.1", "beautify-benchmark": "^0.2.4", "benchmark": "^2.1.4", "cookies": "^0.7.1", "egg-bin": "^4.8.3", "egg-ci": "^1.1.0", "eslint": "^5.5.0", "eslint-config-egg": "^7.1.0", "keygrip": "^1.0.2", "ts-node": "^7.0.1", "typescript": "^3.0.3" }, "repository": { "type": "git", "url": "https://github.com/eggjs/egg-cookies.git" }, "homepage": "https://github.com/eggjs/egg-cookies", "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)", "scripts": { "test": "npm run lint -- --fix && egg-bin test", "cov": "egg-bin cov", "lint": "eslint .", "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov", "autod": "autod" }, "engines": { "node": ">= 8.0.0" }, "ci": { "version": "8, 10" } }