UNPKG

vesh

Version:

码农nodejs版本VESH框架,使用函数责任链模式 实现了 默认文件跳转,自定义错误页,空文件处理,URL解析,Querystring与Form参数解析,PostFiles解析,MVC自动映射,SQL自动服务化,可继承页面,静态文件,json,tjson,jsonp,tjsonp,string,void,xjson,xjosnp等等6种JSON格式,http与https等等操作

40 lines (39 loc) 1.63 kB
{ "name": "vesh", "version": "0.2.331", "description": "码农nodejs版本VESH框架,使用函数责任链模式 实现了 默认文件跳转,自定义错误页,空文件处理,URL解析,Querystring与Form参数解析,PostFiles解析,MVC自动映射,SQL自动服务化,可继承页面,静态文件,json,tjson,jsonp,tjsonp,string,void,xjson,xjosnp等等6种JSON格式,http与https等等操作", "main": "./index.js", "scripts": { "compile": "babel --presets es2015,stage-0 --plugins transform-runtime,babel-plugin-transform-decorators-legacy,babel-plugin-transform-es2015-modules-commonjs src --out-dir com --source-maps", "watch": "babel --presets es2015,stage-0 --plugins transform-runtime,babel-plugin-transform-decorators-legacy,babel-plugin-transform-es2015-modules-commonjs src --out-dir com --source-maps --watch" }, "dependencies": { "busboy": "^1.6.0", "crypto-js": "^3.1.9-1", "gcl": "latest", "http-errors": "latest", "iconv-lite": "latest", "node-xlsx": "^0.12.1", "ws": "^8.13.0" }, "repository": { "type": "git", "url": "https://git.coding.net/baibing0004/cv_zc.git" }, "keywords": [ "vesh" ], "author": "baibing", "license": "ISC", "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "eslint": "^8.45.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1" } }