UNPKG

think-payload

Version:
46 lines (45 loc) 1.14 kB
{ "name": "think-payload", "version": "1.4.0", "description": "Payload for ThinkJS 3.x", "main": "index.js", "dependencies": { "formidable": "^1.1.1", "inflation": "^2.0.0", "on-finished": "^2.3.0", "raw-body": "^2.2.0", "think-helper": "^1.1.3", "xml2js": "^0.4.17" }, "devDependencies": { "ava": "^0.19.1", "babel-eslint": "^7.2.2", "coveralls": "^2.13.0", "eslint": "^3.19.0", "eslint-config-think": "^1.0.1", "koa": "^2.2.0", "nyc": "^10.2.0", "supertest": "^3.0.0" }, "scripts": { "test": "eslint index.js lib/ && nyc ava test/index.js", "lint": "eslint index.js lib/", "lint-fix": "eslint --fix index.js lib/" }, "repository": { "type": "git", "url": "git+https://github.com/thinkjs/think-payload.git" }, "keywords": [ "payload", "thinkjs", "thinkjs3", "think-middleware" ], "author": "Berwin <liubowen.niubi@gmail.com> (https://github.com/berwin)", "license": "MIT", "bugs": { "url": "https://github.com/thinkjs/think-payload/issues" }, "homepage": "https://github.com/thinkjs/think-payload#readme" }