12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "name": "egg-security",
- "version": "2.11.0",
- "description": "security plugin in egg framework",
- "eggPlugin": {
- "name": "security",
- "optionalDependencies": [
- "session"
- ]
- },
- "keywords": [
- "egg",
- "eggPlugin",
- "egg-plugin",
- "security"
- ],
- "dependencies": {
- "csrf": "^3.0.6",
- "debug": "^4.1.1",
- "delegates": "^1.0.0",
- "egg-path-matching": "^1.0.0",
- "escape-html": "^1.0.3",
- "extend": "^3.0.1",
- "ip": "^1.1.5",
- "koa-compose": "^4.0.0",
- "matcher": "^1.1.1",
- "methods": "^1.1.2",
- "nanoid": "^3.3.2",
- "platform": "^1.3.4",
- "statuses": "^1.5.0",
- "type-is": "^1.6.15",
- "xss": "^1.0.3"
- },
- "devDependencies": {
- "autod": "^3.0.1",
- "beautify-benchmark": "^0.2.4",
- "benchmark": "^2.1.4",
- "egg": "^2.16.0",
- "egg-bin": "^4.3.5",
- "egg-ci": "^1.8.0",
- "egg-mock": "^3.13.1",
- "egg-view-nunjucks": "^2.1.4",
- "eslint": "^5.15.1",
- "eslint-config-egg": "^7.1.0",
- "git-contributor": "^1.0.10",
- "mz-modules": "^2.1.0",
- "pedding": "^1.1.0",
- "rimraf": "^2.6.2",
- "should": "^13.1.3",
- "should-http": "^0.1.1",
- "spy": "^1.0.0",
- "supertest": "^3.0.0"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "scripts": {
- "lint": "eslint .",
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "ci": "npm run lint && npm run cov",
- "autod": "autod",
- "contributor": "git-contributor"
- },
- "ci": {
- "version": "8, 10, 12, 14, 16",
- "type": "github"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/eggjs/egg-security.git"
- },
- "files": [
- "agent.js",
- "app",
- "lib",
- "config",
- "app.js",
- "index.js"
- ],
- "bugs": {
- "url": "https://github.com/eggjs/egg/issues"
- },
- "homepage": "https://github.com/eggjs/egg-security#readme",
- "author": "jtyjty99999",
- "license": "MIT"
- }
|