{ "name": "formstream", "version": "1.2.0", "description": "A multipart/form-data encoded stream, helper for file upload.", "main": "lib/formstream.js", "files": [ "lib" ], "scripts": { "test": "egg-bin test", "cov": "egg-bin cov", "ci": "npm run lint && npm run cov", "lint": "jshint ." }, "repository": { "type": "git", "url": "git://github.com/node-modules/formstream.git" }, "keywords": [ "form", "stream", "multipart", "form-data", "upload", "postfile", "request" ], "dependencies": { "destroy": "^1.0.4", "mime": "^2.5.2", "pause-stream": "~0.0.11" }, "devDependencies": { "connect-multiparty": "1", "egg-bin": "^5.6.1", "express": "^4.16.4", "jshint": "^2.13.6", "pedding": "1", "should": "4", "urllib": "2" }, "author": "fengmk2 (https://github.com/fengmk2)", "license": "MIT" }