egg-input-regex-filter
Version:
filter data which from user side use regex, and returns a result data whose format is declared by coder.
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "egg-input-regex-filter",
"version": "1.3.0",
"description": "filter data which from user side use regex, and returns a result data whose format is declared by coder.",
"eggPlugin": {
"name": "inputRegexFilter"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"input-filter",
"filter"
],
"dependencies": {},
"devDependencies": {
"autod": "^3.0.0",
"autod-egg": "^1.0.0",
"egg": "^2.0.0",
"egg-bin": "^4.3.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod"
},
"files": [
"app",
"lib",
"config"
],
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-input-regex-filter.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"homepage": "https://github.com/eggjs/egg-input-regex-filter#readme",
"author": "zhukf@tcl.com",
"license": "MIT"
}