1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "egg-cookies",
- "version": "2.6.1",
- "description": "cookies module for egg",
- "files": [
- "lib",
- "index.d.ts"
- ],
- "main": "lib/cookies.js",
- "dependencies": {
- "debug": "^3.1.0",
- "scmp": "^2.0.0",
- "should-send-same-site-none": "^2.0.2",
- "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": "1",
- "egg-ci": "^1.1.0",
- "eslint": "^7.3.1",
- "eslint-config-egg": "^8.0.1",
- "git-contributor": "^1.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://github.com/fengmk2)",
- "license": "MIT",
- "scripts": {
- "contributor": "git-contributor",
- "test": "npm run lint -- --fix && egg-bin test",
- "cov": "egg-bin cov",
- "lint": "eslint lib benchmark test",
- "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
- "autod": "autod"
- },
- "engines": {
- "node": ">= 10.0.0"
- },
- "ci": {
- "version": "10, 12, 14, 16, 18",
- "type": "github",
- "os": {
- "github": "linux"
- }
- }
- }
|